Quote:
Originally Posted by pinkz
Need a link widget for WP to nullify site wide links, I only want to display certain links on certain pages. what widgets are you all using these days?
|
widget logic which uses wp conditionals
http://wordpress.org/plugins/widget-logic/
like is_page('about') to show on the about page, etc.