Per Page Sidebar Blocks

Include sidebar templates on a per-page basis.

Author:Immense Networks | Jason Michael Cross (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:3.3.2
Plugin version:1.0.3
Added to WordPress repository:06-02-2012
Last updated:23-04-2012
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.immense.net/per-page-sidebars-word...
Total downloads:5 596
Active installs:20+
plugin download
Click to start download

Background and goals of this plugin

Part of offering WordPress as a CMS to my clients involves giving them as much control over the future of their website as possible. One pitfall I experience is offering per-page sidebar customization.

Sidebar templates and conditionals

I find myself creating several sidebar-name.php templates and using conditionals to display them where I want. Functions like is_page(), is_tree(), is_ancestor(), is_single(), etc. let me plan ahead for which sidebars should show on which pages. However, is_page(14) is not an acceptable solution for me, nor does it truly allow customizing sidebar output for pages created in the future outside the scope of my preemptive conditionals.

Page-specific blocks of content in the sidebar

Per Page Sidebar Blocks lets you, the theme developer, create several sidebar templates using WordPress’ naming convention sidebar-name.php.

Automatically finds your sidebar templates

PPSB will scan the current theme’s root directory for all your sidebar templates and let you decide which ones get displayed on each individual page by simply checking a box on that page’s Edit area.

More Information

A full writeup is available at http://www.immense.net/per-page-sidebar-blocks-plugin-wordpress/

Known Bugs

  1. If you create a new page and check some PPSB boxes, the checks will not save if the page is published. You must check the boxes after the page is published and save again.