Have you ever wanted to showcase your recent posts from each category in your WordPress sidebar? Recently, one of our users asked us for an easy way to display recent posts from a specific category in WordPress sidebar widgets. In this article, we will cover… Read More »
How to Enforce One Category Per Post in WordPress
In our categories vs tags article, we recommend that you only select one category per post. However this can be difficult for beginners to get used to. In this article, we will show you how to enforce one category per post in WordPress. This will… Read More »
How to Display a Category only if it has Posts in WordPress
This snippet that we are sharing in this article is helpful in very custom designs. By default you can use wp_list_categories function to display categories, and it only displays categories if it has posts. Sometimes when you are customizing WordPress, you might need to use it this way.
Display Subcategories on Category Pages in WordPress
When using WordPress as a CMS, or even as a blog you might want to display subcategories on category pages. There is really no easy way to do this and some ways that are out there on the web has various bugs. In this article we will show you how you can display subcategories on category pages using this hack.
How to Add Categories and Subcategories to WordPress
One of the most important features in WordPress is organizing the posts with categories. This help your user find the content easily. Sometimes there are needs to even go through and add subcategories. In this article we will show you step by step tutorial on how you can add categories and subcategories to WordPress.