Opis
With Pojo Sidebars you can create as many sidebars you need for any page you want. Especially for themes based on Pojo Framework.
You can easily separate your site into sections, as well as set a specific sidebar for every single page or custom post type.
You can replace any sidebar with a different one by embedding it in the Text Editor with a unique shortcode.
Display a sidebar using a built-in shortcode:
[pojo-sidebar id="ID"]
Display a sidebar using a WordPress function:
<?php dynamic_sidebar( 'pojo-sidebar-ID' ); ?>
Would you like to like to contribute to Pojo Sidebars? You are more than welcome to submit your requests on the GitHub repo. Also, if you have any notes about the code, please open a ticket on this issue tracker.
Zrzuty ekranu
Instalacja
Automatic Installation
- Install using the WordPress built-in Plugin installer > Add New
- Aktywuj wtyczkę w WordPressie w menu 'Wtyczki”
- Go to the Builder tab in the Pages or Widgets menu
- Drag and drop the widget and set it
- Enjoy!
Manual Installation
- Extract the zip file and just drop the contents in the
wp-content/plugins/
directory of your WordPress installation - Aktywuj wtyczkę w WordPressie w menu 'Wtyczki”
- Go to the Builder tab in the Pages or Widgets menu
- Drag and drop the widget and set it
- Enjoy!
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Pojo Sidebars” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniWtyczka „Pojo Sidebars” została przetłumaczona na 2 języki. Podziękuj tłumaczom za ich wkład.
Przetłumacz wtyczkę “Pojo Sidebars” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
1.0.3
- Fixed wrong permission in WordPress v4.4
1.0.2
- Tested up to WordPress v4.3
1.0.0
- Initial Public Release!