Sidebar editor for Wordpress
Description:
This plugin allows you to arrange sidebar contents dynamically; i.e. you can re-order, add and remove sidebar contents.Installation:
- Upload sideeditor.php and se_files onto:
/wp-contents/plugins/
directory. - Upload sejs onto:
/wp-includes/js/
dirctory. - Add following line at the head of sidebar.php(*):
<?php if(function_exists(”se_get_sidebar”)){ se_get_sidebar(); }else{ ?> - Add following line at the end of sidebar.php:
<?php } ?> - Go to plugin page of the admin panel and activate it. The link to Sidebar Editor plugin setting page will appear on the submenu of Options.
- You may get some warnigs on Sidebar Editor plugin setting page at the first time, just push “Update” button! So everything will be fine;)
Additional features:
- Dou you want to have WP-theme-switcher? Just upload add_on directory to
/wp-content/plugins/se_files/
! If you want to have other plugin on your dynamic-sidebar, try to edit the content of add_on directory. - You can customize HTML tags that the plugin outputs. Open
root_of_your_theme
directory, edit se_settings.php and upload it onto your theme directory which you installed Sidebar Editor.
Where is sidebar.php?
You will find “sidebar.php” on the theme folder. For example, if you want to add a dynamic sidebar on Wordpress default theme, sidebar.php will be:/wp-content/themes/default/sidebar.php
You can also edit sidebar.php from:
Presentation » Theme editor » Sidebar
from your Admin panel!