>
Download This Plugin | |
Download Elegant Themes | |
Name | Post-Specific Widgets |
Version | 1.3 |
Author | Marcus Downing |
Rating | 0 |
Last updated | 2013-06-04 09:36:00 |
Downloads |
1755
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Post-Specific Widgets plugin added 3 bytes of resources to the Home page and 6 bytes of resources to the sample Post page.
Post-Specific Widgets plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Post-Specific Widgets plugin ads no tables to your Wordpress blog database.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.