Deskripsi
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)
Tangkapan Layar
Instalasi
- 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.
Tanya Jawab
- 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.
Ulasan
Belum ada ulasan untuk plugin ini.
Kontributor & Pengembang
“Sidebars” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.
KontributorTerjemahkan “Sidebars” dalam bahasa Anda.
Tertarik mengembangkan?
Lihat kode, periksa repositori SVN , atau mendaftar ke log pengembangan melalui RSS.