Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Need some ninja guru help on a function to exclude cats from loop


Archie Webmaker
Participant

@weblogian

Guys if you want to set exclude category ID from your theme option page. here is a working code.
‘category__not_in’ => array(get_option(‘gangmei_blog_cat’)),
Where gangmei is your theme shortname.

Skip to toolbar