Beschreibung
Create sidebars through an admin interface and apply widgets. Using conditions, apply the sidebars to certain pages / posts depending on what you select.
Versions
- Version 1.0 – Initial Release
- Version 1.1 – Passed slug to dynamic_sidebar at end of control mechanism (lost in original changes)
Screenshots
Installation
- Upload the entire folder of the plugin (’sidebars‘ folder) to your plugins directory (‚/wp-content/plugins/‘ folder).
- Activate the plugin through the ‚Plugins‘ menu in WordPress.
- A new item on the menu will appeared that says ‚Sidebars‘.
- Also, in your template files, location the function
dynamic_sidebar
and replace it withgo_sidebar
. The dynamic_sidebar function could be anywhere but it will mostly likely be in the sidebar.php file.
FAQ
- In what order do the conditions apply?
-
- The ID of the post / page
- The parent of the post / page
- The category of the post / page
- Get the default sidebar
- Do you need any other template tags besides replacing dynamic_sidebar with go_sidebar?
-
No. As long as you replace
dynamic_sidebar
withgo_sidebar
it will work fine.
Rezensionen
There are no reviews for this plugin.
Mitwirkende & Entwickler
„Sidebars“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:
MitwirkendeÜbersetze „Sidebars“ in deine Sprache.
Interessiert an der Entwicklung?
Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.