Changeset 758421
- Timestamp:
- 08/19/2013 01:16:22 PM (13 years ago)
- File:
-
- 1 edited
-
galaxius-custom-sidebars/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
galaxius-custom-sidebars/trunk/readme.txt
r758415 r758421 18 18 1. Upload `galaxius-sidebars` to the `/wp-content/plugins/` directory 19 19 2. 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.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. 21 21 22 22 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.