Tagged Questions
1
vote
1answer
114 views
How to insert widget areas specific to certain pages (or posts, etc.)?
I am developing a theme the pages of which (as well as posts) are so different from the home page that I want different widgets on their sidebars.Is there a way to do it?
I'm calling the sidebar on ...
0
votes
0answers
57 views
Widget Display Options
in regards to my previous question. I am playing around with the widgets page and have added a google maps feature to the "Pages Sidebar" Tab.
the google maps feature displays on the contact page, ...
0
votes
1answer
65 views
Display a widget on a specific type of archive
I have two sidebar widgets, I need to display 1 widget on the archive pages for the standard post categories and the other widget needs to show on just the archive pages for a specific custom post ...
0
votes
2answers
58 views
Different sidebars not changing
I dont understand why my sidebar isn't changing over to the second one on the other pages. I've gone in an told the pages that if your not on this page show sidebar 2. So the home page and blog page ...
2
votes
1answer
173 views
Closest thing to an is_widget() tag?
I have a custom widget with a WP_Query loop that's using get_template_part() to include some standard information that I also use in theme files. However, I need to make one small change to the ...
1
vote
2answers
263 views
Register widget only page is a singular of custom post type
I've made a custom post type, with a few accompanying widgets, and I was wondering if it is possible to show (some of) these widgets only if you're on a specific page.
Currently I've got
function ...