Skip to main content

Home/ Wordpress/ Group items matching "removing" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Luciano Ferrer

WordPress › Dashboard Tweaks « WordPress Plugins - 4 views

  •  
    "A list of the tweaks included in the Dashboard Tweaks plugin: - change the WordPress logo in the top-left of the admin bar with a custom admin logo - link that logo to the home URL instead of the new wp-admin/about.php - remove the entire sub-menu with links to Codex, forums and what not - remove the Visit Site sub-menu under the site's name - change "Howdy" into "Welcome back" - add a special favicon for the Dashboard only (ideally different from the frontend, but up to you) - change the tab title into a standard "Dashboard of [sitename]" - remove icons in front of Dashboard menus - reduce page heading size - remove publish icon of Add new Post/Page screens - add colored background to sidebar active sub-menu to add contrast - add colored background to activated plugins to add contrast - add custom footer text"
anonymous

White Label CMS - 0 views

  •  
    Allows customization of dashboard and logos, removal of menus, giving editors access to widgets and menus plus lots more.
lavanya jagan

How to Remove Links in Thesis Theme footer.php | Levoltz - 2 views

  • Thesis WordPress Theme is the theme that this blog uses and I highly recommend it it to all Bloggers. Very easy to use and no coding knowledge required, it is also higly customisable.
  •  
    Thesis WordPress Theme is the theme that this blog uses and I highly recommend it it to all Bloggers. Very easy to use and no coding knowledge required, it is also higly customisable.
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
anonymous

Want to remove "Latest Headlines" part from home.php (Wordpress Arras Theme) - 0 views

  •  
    My question at the Arras Theme Community Forums asking how to remove the "latest Headlines" from the home.php file.
jdr santos

The Buffet Framework - 2 views

  •  
    "The Buffet Framework is a theme framework designed not only for the theme developers who will be using the theme actions and filters to create the child themes, but also for the end users who would be able to add and remove what they want."
Andy Brudtkuhl

Plugin: Database Cleanup and Optimization Tool | WordPress Blogging | Blog Perfume - 1 views

  •  
    WP-Optimize is a wordpress 2.7+ database cleanup and optimization tool. It doesn't require PhpMyAdmin to optimize your database tables. It allows you to remove post revisions, comments in the spam queue, un-approved comments within few clicks.
  •  
    WP-Optimize is a wordpress 2.7+ database cleanup and optimization tool. It doesn't require PhpMyAdmin to optimize your database tables. It allows you to remove post revisions, comments in the spam queue, un-approved comments within few clicks.
‹ Previous 21 - 28 of 28
Showing 20 items per page