Have you a plugin to change the categories shown on home page some something like?
Thread Starter
MarekR
(@marekr)
No, there are no custom plugins which might alter the categories behaviour.
What do you mean with “it picks posts from the category displayed there”. Which categories? The (default) theme should show you all blog categories and you can choose if select some of them or to leave them all unchecked so there is no category based filtering.
Stefano.
Thread Starter
MarekR
(@marekr)
Basically what I did is I added a filter to grab the posts from cpt. In the theme options page it shows only posts categories. Should I define in theme-options.php on this line:
‘theme_categories’=>array()
);
That it should use cpt categories ?
Sorry, but what are the CPT categories?
Stefano.
Thread Starter
MarekR
(@marekr)
Stefano, sorry I meant custom post type taxonomies (CPT) and hierarchical – which act like categories for our custom post type.
Uhm, actually the theme configuration does not cycle through other categories than the standard ones. But you can create your own theme and change the configuration page to extract the CPT… of course is not enough, I believe, since even the post extraction query must be modified.
Stefano.
i want to import custom post taxonomies categories in default theme. It is showing only blog categories. I tried to change code but it did not worked. How can i add CPT categories in default theme.