Hi,
Is it possible to have different widgets on different pages?
SO for example if I have a Donation page, would it be possible to only show the donation widget on that page ?
Thanks
Dan
Hi,
Is it possible to have different widgets on different pages?
SO for example if I have a Donation page, would it be possible to only show the donation widget on that page ?
Thanks
Dan
No, unless there's a plugin for that (I don't know of any).
You could achieve this if you add the donation link before or after the widgets, directly in your theme, using the conditional tag is_page().
Yes, if you want to load different widget areas by conditional tags:
http://codex.wordpress.org/Conditional_Tags
A couple of plugins as well:
http://wordpress.org/extend/plugins/widget-logic
http://konstruktors.com/blog/wordpress/842-wordpress-gpl-widget-context-plugin
This topic has been closed to new replies.