>
Download This Plugin | |
Download Elegant Themes | |
Name | Simple Page Sidebars |
Version | 1.1.8 |
Author | Blazer Six |
Rating | 96 |
Last updated | 2015-01-22 10:53:00 |
Downloads |
152299
|
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%
Simple Page Sidebars plugin added 2 bytes of resources to the Home page and 41 bytes of resources to the sample Post page.
Simple Page Sidebars plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Simple Page Sidebars plugin ads no tables to your Wordpress blog database.Designed for simplicity and flexibility, Simple Page Sidebars gives WordPress users, designers, and developers the ability to assign custom sidebars to individual pages--without making any template changes. Existing sidebars can also be assigned in quick edit and bulk edit modes, helping save you time.
In contrast to some of the more complicated plugins available, Simple Page Sidebars aims for basic, core-like functionality and integration that's easy to use without polluting your admin panel. And due to the way sidebars are saved, it utilizes built-in WordPress caching, so your site won't be bogged down with additional queries.
Simple Page Sidebars also ships with a "Widget Area" widget for pulling all the widgets from one sidebar into another.
If you want to assign custom sidebars to archive pages or replace multiple sidebars per page, this plugin likely won't be the best solution. However it's flexible enough to handle a wide range of page-based use cases. It can even be configured to work with Custom Post Types by adding a couple lines of code:
function myprefix_init() {
add_post_type_support( '{{post_type}}', 'simple-page-sidebars' );
}
add_action( 'init', 'myprefix_init' );