Basically I want to achieve a glossary using custom post types and have some issues setting up rewrites the way I want them to be. I want it like...
Is there a way I can list all posts in a specific custom post type and arrange them by the custom taxonomy term attached to them? For example; Taxonmy...
I want to create a custom taxonomy which behaves similar to the post type as a category behaves to a the default posts (on the grounds of /%category%/%postname%/ permalink...
The title says it all. At the moment in my custom taxonomies I’m getting the terms using the term id and taxonomy name. Thought this question would’ve been asked...
I made a few custom taxonomies and I need to show ALL the terms from it, what I achieved so far is showing the taxonomies that are selected/chosen in...
I have two custom taxonomies applied to two custom post types. the terms list on the sidebar just fine and will list all posts associated with it. However, if...
I am building an LMS type system in WordPress, controlled by Custom Post types. The post type is called Lessons (with a slug of courses) and it has one...
I am not getting the posts under custom taxonomy(fabric_building_types). I am getting cat_id and cat->name also but not able to get the posts. $args = array( 'type' => 'post',...
I have a custom post type called portfolio and I’m trying to add the tags taxonomy to it, how do I do this? 8 Like this: (Where it says...
For some reason I’m finding it a struggle to grab any posts using a custom taxonomy… can anyone unravel my stupidity? $args = array( 'post_type' => 'adverts', 'advert_tag' =>...