This question already has answers here: Closed 10 years ago. Possible Duplicate: WordPress Multisite – global categories I have a series of blogs that will use some, but not...
Working on a new theme project and I created a custom post type called products with its own custom taxonomy. I want the URL structure to be: http://example.com/products/main_category/subcategory1/subcategory2/postname/ I...
I just want to create a custom taxonomy for my plugin use but this should not be linked with any post-type and also I need to add the menu...
I know this question has been asked in different forms. But as far as I can tell from searching Google and SE/WP it’s never been satisfactorily answered. Let’s say...
I’m looking to add some scripts and styles to particular taxonomy page. For example, I want to have a banner rotator only appear for posts that fall under the...
Alright, so i have a custom post type called Blurbs (translated, sort of). I want to add a static set of categories for the posts within Blurbs (i don’t...
I would like to be able to use the ‘featured image’ functionality, found on post types, for a custom taxonomy. I have a taxonomy called ‘collections’ and I would...
I’m trying to build a custom query and I need to include the current category ID. I previously had the WP_Query args as: Array ( [post_status] => publish [posts_per_page]...
I’ve spent a fair while reading about the “Could not insert term into the database” error, but the fixes I have read (changing theme, fresh WP install, disable plugins)...
I have a taxonomy in which term order matters, but varies from post to post. So I want to be able to set the order that terms are displayed...