Plugin Directory

Changeset 758421


Ignore:
Timestamp:
08/19/2013 01:16:22 PM (13 years ago)
Author:
galaxiusmons
Message:

Updating readme.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • galaxius-custom-sidebars/trunk/readme.txt

    r758415 r758421  
    18181. Upload `galaxius-sidebars` to the `/wp-content/plugins/` directory
    19192. Activate the plugin through the 'Plugins' menu in WordPress
    20 3. Replace the sidebar code with `<?php dynamic_sidebar(Galaxius_Sidebars::get_sidebar('<Default Sidebar Name>')); ?>` wherever you want to have a custom sidebar.  '<Default Sidebar Name>' is the name of the sidebar that should be called when no custom sidebar has been set. You can just copy it from the code you are replacing.
     203. Replace the sidebar code with `<?php dynamic_sidebar(Galaxius_Sidebars::get_sidebar('Default Sidebar Name')); ?>` wherever you want to have a custom sidebar.  'Default Sidebar Name' is the name of the sidebar that should be called when no custom sidebar has been set. You can just copy it from the code you are replacing.
    2121
    2222== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.