Tagged Questions
0
votes
0answers
23 views
Combining Custom Tax Conditionals and Custom Querys?
The following has a custom post type of features, within that a custom tax called feature-type with three categories, template-1, template-2 and template-3.
Each custom post feature needs to select ...
0
votes
1answer
238 views
Proper WP conditional tag to check for existing taxonomies to list out terms with wp_list_categories?
This is what I currently have but its not rendering any results...
It was the closest conditional I could think of using to match what Im trying to output but it didnt seem to work. Any ideas?...
...
0
votes
1answer
157 views
How to check if post/page or taxonomy post is published by admin
Example :- 10 users and 2 admin in a site.
If the post is published by admins than
<?php ?????() { ?>
<!-- do this -->
<?php }
else { ?>
<!-- do this if posted by ...
1
vote
1answer
1k views
If on term-page -> get the current term?
I'm trying to write a kind of "breadcrumb" function in my "functions.php"
I'd like to query if I'm on a term-page and if so I want to print the current term I'm in.
By "term-page" I mean the ...
1
vote
2answers
905 views
Conditional Query of Custom Post Type and custom taxonomy
I am working on a project that has
a custom post type called 'Experience Statement'
Custom Taxonomy attached to that post type called 'Expertise'
6 different terms for the custom taxonomy: Coastal, ...