0
votes
0answers
10 views

Auto-Creation of sidebar area when new taxonomy term is created

I have a few different custom taxonomies and was wandering if it was possible to automatically create a new sidebar widget area whenever a new term within the custom taxonomies gets generated, and ...
-1
votes
1answer
38 views

Getting taxonomies specific to categories

I have categories set up for car manufacturers. I have 4 custom taxonomies that are also set up: color, starburst, offer_type, and logo_count. Each post I upload to my wordpress has values for all 4 ...
1
vote
2answers
48 views

Sidebar links for different pages

Hey all i am wondering what i need to add in order to have a different sidebar for a set page? I created a category for the page (called PatientEdu): And made sure the page was linked to the ...
0
votes
1answer
496 views

List child terms and posts in the current term

With this code parent term page lists all the child terms and the child term page lists all of the posts in current term, and the single page lists a big flat list of terms(hierarchical). Now, The ...
0
votes
1answer
48 views

What is the best way to change sidebars based on custom taxonomy terms?

I would like to load different right and left sidebars depending on a custom taxonomy term. If there is no term from this custom taxonomy, then just load the default sidebar.php and sidebar-right.php ...
0
votes
3answers
193 views

Show different sidebar on taxonomy pages when a default is set

My theme holds below code in sidebar.php. I want to now make sure I can show a different sidebar when someone is viewing a custom taxonomy. //Default sidebar $selected_sidebar_replacement = 'Sidebar ...
0
votes
1answer
330 views

Alternative for is_taxonomy() to workaround theme's default sidebar

My Wordpress theme is using some code in the "sidebar.php" file that tells it that some pages should always use the default sidebar. This was fine until I found that each and every custom taxonomy ...