How to : Get Category ID in WordPress

Posted by cikul | Posted in PHP, wordpress | Posted on 23-03-2009-05-2008

3

If you’re working on wordpress Theme, sometimes you need to know the categories ID for some categories. For example, in my cases, i need to exclude  “projects” category from my blog posts lists, you can use query_posts(‘cat=-3) for example if you know that project assigned with category ID=3. But if your themes using by several sites, you will difficult to define the category ID, because it will be different on another wordpress installation.

Read the rest of this entry »

Incoming search terms:

wodrpress mendapatkan cat id category php | 

Share and Enjoy