Sidebar editor for Wordpress


Screenshot

Description:

This plugin allows you to arrange sidebar contents dynamically; i.e. you can re-order, add and remove sidebar contents.

Installation:

  1. Upload sideeditor.php and se_files onto:

    /wp-contents/plugins/

    directory.
  2. Upload sejs onto:

    /wp-includes/js/

    dirctory.
  3. Add following line at the head of sidebar.php(*):

    <?php if(function_exists(”se_get_sidebar”)){ se_get_sidebar(); }else{ ?>
  4. Add following line at the end of sidebar.php:

    <?php } ?>
  5. 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.
  6. 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!

Download Sidebar Editor version 1.6

Posted on 03.07.2007 by Muneo in Uncategorized. .