Core Sidebars

A small but useful plugin to have unique sidebars for each page/post.

Author:Daniel (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:2.5
Plugin version:1.0.0
Added to WordPress repository:22-03-2008
Last updated:23-03-2008
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.nexterous.com/scripts/coresidebars...
Total downloads:8 014
Active installs:30+
plugin download
Click to start download

A plugin that enables you to have dedicated content and/or widget sidebar for each specific page or post. For example, on a featured blog post you may want to place additional contact while on a calendar page you might want to place a calender widget or some text events or both.

Widget Support

Widget support is enabled by default and you do not have to add any code. The only recommended change is that you go to your template’s functions.php file and remove any coding containing a function similar to the one below.

if ( function_exists('register_sidebar') )
    register_sidebar();

To enable widgets on a page or post, go to the manage screen and click ‘Add Widgets!’ to add or ‘Remove Widgets’ to remove.

Notes

This plugin is ONLY for WordPress 2.5+. It will not work with lower versions and may in fact corrupt the data in older versions. Please stay up to date with both WordPress and this plugin.

When using this plugin instead of Page Sidebars, this plugin will overwrite any of the widget configurations previously used. Also, do NOT use this script with Page Sidebars as it will lead to compatibility issues. Using this plugin will overwrite your other widget sidebars defined in your template. Proceed with caution.

For an older version of this plugin for WordPress versions 2.3.3 or lower, check out Page Sidebars.