Skip to main content

Home/ Wordpress/ Group items tagged Plugin admin

Rss Feed Group items tagged

anonymous

Widget Logic (A Wordpress Plugin) - 0 views

  • The 'Widget logic' field at work in standard widgets. The widget_content filter and wp_reset_query options are at the foot of the widget admin page. (Both are off by default.)
  •  
    A *great* way to instruct widgets to only appear on certain pages/categories. Fantastic stuff!
JR Oakes

How to remove menus in WordPress dashboard - 6 views

  • function remove_menus () { global $menu; $restricted = array(__('Dashboard'), __('Posts'), __('Media'), __('Links'), __('Pages'), __('Appearance'), __('Tools'), __('Users'), __('Settings'), __('Comments'), __('Plugins')); end ($menu); while (prev($menu)){ $value = explode(' ',$menu[key($menu)][0]); if(in_array($value[0] != NULL?$value[0]:"" , $restricted)){unset($menu[key($menu)]);} } } add_action('admin_menu', 'remove_menus');
  •  
    Remove Admin Menu Items
Vernon Fowler

A Guide to WordPress Custom Post Types: Creation, Display and Meta Boxes | Wptuts+ - 0 views

  • 'menu_icon' => plugins_url( 'images/image.png', __FILE__ ) displays the admin menu icon.
  • Save a 16×16 pixel icon image in your current plugin folder.
Clay Leben

WordPress › Hierarchy « CMS Plugins - 0 views

  •  
    A better way to structure the dashboard for Content instead of lumped together as Pages. Useful for CMS wordpress
anonymous

WP Help - 0 views

  •  
    Administrators can create detailed, hierarchical documentation for the site's authors and editors, viewable in the WordPress admin.
anonymous

Debug Queries - 0 views

  •  
    List query-actions only for admins; for debug purposes
anonymous

Custom Post Type UI - 0 views

  •  
    Admin UI for creating custom post types and custom taxonomies in WordPress
Vernon Fowler

WordPress › Support » Deprecated function: is_site_admin() - 0 views

  • is_site_admin() (p2/inc/p2.php:29) is deprecated in favor of is_super_admin()
WP Plugin Pros

CalPress Pro Wordpress Calendar - 0 views

  •  
    CalPress: Elegant Design & Easy to Use. Calpress Pro has all the features you would expect from a top line Calendar & Event Management Plug-in: A Beautiful User Interface and an Easy to Use Admin Panel with Enhanced Social Sharing! Go here http://www.calpresspro.com/
« First ‹ Previous 41 - 54 of 54
Showing 20 items per page