Tagged Questions
1
vote
2answers
75 views
Displaying a widget in sidebar only when no other widgets rendered?
I am working on a custom theme, basically migrating a current sites look and feel into WordPress. Most of everything is based on Pages, and all of these pages should have a left sidebar. Of those ...
1
vote
3answers
725 views
How to show my sidebar in specific page only?
I would like to show a plugin in a specific page's sidebar only.
For Example:
I have the pages like ..
home
about us
sub page 1
sub page 2
sub page 3
sub page 4
UPdate:
i want to show, ...
1
vote
1answer
83 views
WP for main site and two blogs - implementation
I'm working on an open-source software project and hoping to move and combine some disparate sites that it's on. Currently there is a main info/code site. Then there are two blogs for implementations ...
7
votes
3answers
5k views
Loading scripts only if a particular shortcode or widget is present
I needed a way to filter a page/posts content before it was loaded so I could add scripts to the header if a specific shortcode was present. After much searching I came across this on ...