Adds a new post type called 'Sidebar Content': reusable snippets with a title, content and an optional link. These are then listed on the editing screen for each page with checkboxes : simply tick the required snippet(s) and they will appear wherever the template tag is placed.
This section describes how to install the plugin and get it working.
- Upload the
sg-sidebar-content
folder to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Add the template tag
<?php sg_sidebar_content_display(); ?>
to your template wherever you want the content to appear (usually the sidebar).