Changeset 541144
- Timestamp:
- 05/08/2012 02:28:59 AM (14 years ago)
- Location:
- custom-sidebars/trunk
- Files:
-
- 2 edited
-
customsidebars.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
custom-sidebars/trunk/customsidebars.php
r541142 r541144 2 2 /* 3 3 Plugin Name: Custom sidebars 4 Plugin URI: http://marquex.es/ 541/custom-sidebars-plugin-v0-84 Plugin URI: http://marquex.es/698/custom-sidebars-1-0 5 5 Description: Allows to create your own widgetized areas and custom sidebars, and select what sidebars to use for each post or page. 6 6 Version: 1.0 … … 888 888 function getSortedCategories(){ 889 889 $unorderedcats = get_the_category(); 890 usort($unorderedcats, array($this, 'cmpCatLevel'));890 @usort($unorderedcats, array($this, 'cmpCatLevel')); 891 891 return $unorderedcats; 892 892 } -
custom-sidebars/trunk/readme.txt
r541142 r541144 75 75 Any user that can switch themes, can create sidebars. Switch_themes is the capability needed to manage widgets, so if you can’t edit widgets you can’t create custom sidebars. There are some plugins to give capabilities to the roles, so you can make your author be able to create the sidebars. Try [User role editor](http://wordpress.org/extend/plugins/user-role-editor/) 76 76 77 = Does it have custom taxonomies support? =77 = Does it have custom taxonomies support? = 78 78 79 79 Sidebars for custom taxonomies are not working by the moment, it’s hard to build an interface.
Note: See TracChangeset
for help on using the changeset viewer.