Post-Specific Widgets

0

Add page-specific widget areas to templates with a Sidebars: header: <?php /* Template Name: Photos template Sidebars: notes (Photo Notes) */ … Use these sidebars the normal way:

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_tag
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

Add page-specific widget areas to templates with a Sidebars: header:

<?php
/*
Template Name: Photos template
Sidebars: notes (Photo Notes)
*/
...

Use these sidebars the normal way:

dynamic_sidebar('notes');

At present this only works on Pages.