Category

How to exclude categories from RSS feed

rss How to exclude categories from RSS feedSometime we want to exclude some categories from RSS feeds, for instance, when we use Wordpress as CMS, or simply when we use some categories for admin purposes and so on. Don’t worry, it’s so easy to exclude specific category from your Wordpress feeds.


Read more

How to exclude specific categories from the_category()

code How to exclude specific categories from the category()The templates tag, the_category(), is very handy to output all categories to which a post belongs. However, sometimes, we don’t want to show the all cateogries when we use some categories for admin purposes. For example, the popular plugin, Featured Content Gallery requires you to specify a category for the featured content and you don’t want to show the featured content category in the list, and so on.

Read more