Can I limit widgets to main page?
-
Is is possible to limit widgets to only one page? And how?
I have a Wu Wei theme, with custom CSS (although I am not an expert and can only do simple things on my own). I’d like the widgets to show up on my front blog page, but not the other pages like my contact page. I have three widgets at the bottom, a search bar, twitter, and flickr.
The blog I need help with is: (visible only to logged in users)
-
-
Actually, since you have the CSS upgrade, we can selectively target pages you do not want the sidebar (bottom bar) to appear on. Give me a list of which pages you do not want widgets on and I’ll come up with the code for you.
-
Actually I see you say all other pages. Add this to your CSS at the bottom.
.page #footer-widgets { display:none; } -
-
- The topic ‘Can I limit widgets to main page?’ is closed to new replies.