Import your demo content, widgets and theme settings with one click. Theme authors! Enable simple theme demo import…
About Pojo Sidebars
Pojo Sidebars allows you to create multiple sidebars for your website and assign them to specific pages or custom post types. You can easily replace any sidebar by using a shortcode or a WordPress function. If you have any requests or feedback, you can contribute to the project on GitHub.Frequently asked questions
What does Pojo Sidebars do?
Pojo Sidebars allows you to create an unlimited number of sidebars. You can then assign these sidebars to any Post, Page, or Custom Post Type on your WordPress site.
How can I display a sidebar using a shortcode?
You can display a sidebar using the built-in shortcode: [pojo-sidebar id="ID"]. Replace "ID" with the specific sidebar's ID.
How can I display a sidebar using a WordPress function?
You can display a sidebar using the WordPress function: <?php dynamic_sidebar( 'pojo-sidebar-ID' ); ?>. Replace "ID" with the specific sidebar's ID.
Can I contribute to Pojo Sidebars?
Yes, you are welcome to contribute to Pojo Sidebars. You can submit requests on the GitHub repo or open a ticket on the issue tracker for code notes.
Changelog
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!