Descrición
This allows you to quickly create a unique sidebar for any post, page, category page or for all posts belonging to a category. You simply enter a name for the sidebar when you create or edit a post, page or category. Browse to Appearance -> Widgets, find your new sidebar and add some widgets to it.
Instalación
- Upload
galaxius-custom-sidebarsto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Replace the sidebar code with
<?php dynamic_sidebar(Galaxius_Sidebars::get_sidebar('Default Sidebar Name')); ?>wherever you want to have a custom sidebar. ‘Default Sidebar Name’ is the name of the sidebar that should be called when no custom sidebar has been set. You can just copy it from the code you are replacing.
Preguntas frecuentes
- If both a post and a category have a custom sidebar set which will be displayed?
-
Post.
Comentarios
Non hai recensións para este plugin.
Colaboradores e desenvolvedores
“Galaxius Custom Sidebars” é un software de código aberto. As seguintes persoas colaboraron con este plugin.
ColaboradoresTraduce “Galaxius Custom Sidebars” ao teu idioma.
Interesado no desenvolvemento?
Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.
Rexistro de cambios
1.1
Fixed a bug in the style options.
1.0
Initial release.