Add page-specific widget areas to templates with a `Sidebars:` header.
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.
Requires: 3.0 or higher
Compatible up to: 3.2.1
Last Updated: 2011-11-3
Downloads: 578
Got something to say? Need help?