Side Content enables you to create widgets which have different content on different pages.
Use the following code to test for the presence of side content widgets:
<?php if(function_exists('the_side_content') && the_side_content()->has_widgets() :?>
Use the following code to test for the presence of a particular side content widget called 'widget name':
<?php if(function_exists('the_side_content') && the_side_content()->has_widgets('widget name') :?>
The plugin defines a filter, 'side_content', which can be used to preprocess side content widgets before display.
Requires: 2.5 or higher
Compatible up to: 3.0.0
Last Updated: 2010-3-12
Downloads: 15,340
Got something to say? Need help?