In wordpress is it possible to have different widgets on different pages,
I mean, I am having a form widget which has to be just displayed on posts page, it should just display on single.php
Is this possible? Is their any plugin for this?
In wordpress is it possible to have different widgets on different pages,
I mean, I am having a form widget which has to be just displayed on posts page, it should just display on single.php
Is this possible? Is their any plugin for this?
You must be logged in to post a comment.
Hi @ntechi:
Look at the plugin Widget Logic.
The plugin is called just like your Question title. 😉
You can do it manualy:
http://www.effutio.com/web-design/using-multipledifferent-headers-sidebars-footers-and-comment-templates-in-wordpress/193/
or use a plugin:
http://wordpress.org/extend/plugins/display-widgets/
There are two options:
You can also use a combination of these methods when you need to manage sets of widgets over a variety of different areas.
Well, I may be wrong, but why can’t you just create different sidebars for single and posts page? That’s easier and doesn’t require plugins.