I am working on a single post type template where I show a navigation menu with links to all the posts from the same term. Now I want to...
I created custom post types & custom taxonomies for these. Example: actors (taxonomy) for movies (post type). Now I want to show up in my widget some terms and...
I’ve created a custom taxonomy and I want to add it as an option for custom menus (under Appearance > Menus). How do I get it to show up...
Recently I have been working on an advanced WordPress project, and I’m stuck with changing permalink structure for custom post types. I have created 3 post types lets say:...
I’ve seen this question posted in different forms before, but most of those solutions are centered around the admin interface, and I haven’t found any answers that apply to...
I have a custom post type ‘Events’ created by The Event Calendar plugin. It has registered it’s own custom taxonomy. Is there a way I can assign the regular...
I knew that it’s not possible to have same terms (term slugs) under categories and tags, but surprisingly, as I realized today, that’s the case with custom taxonomies as...
While I’ve been able to get this working for normal WP categories I’ve been unable to get it working for custom taxonomies. I’d like to loop through each custom...
I am trying to add custom columns to edit-tags.php for a custom taxonomy that I have created. This custom taxonomy is called equipment-types and it only applies to one...
i hope you are well today, My question is just breif i am trying to query from a custom post type by a certain taxonomy only; to keep it...