Best 2 Know

The Ultimate Blogging Resource

  • Advertising
  • WebHosting
  • Contact Us
  • Blogger
    • Blogger Templates
    • Blogger Tutorials
  • Browser
    • Firefox
    • Google Chrome
  • Google
  • Internet
    • Facebook
    • Twitter
  • Thesis
  • Windows
  • WordPress
    • WordPress Themes
    • WordPress Plugins
  • More
    • Linux
    • Review
    • Solutions
    • Announcements

How to add Favorite Menu in WordPress

Favorite MenuAfter the release of WordPress 3.2.1 you can see a new WordPress Dashboard, I know many of us do not like it, neither do I like it, the sidebar is good but the header and etc is not, and also you can see the earlier links of clearing cache and etc will not be visible now, that’s the biggest lose for us now we cannot clear cache every now and then or do the work easily.

But now we can return our Favorite Menu and enjoy all the older links using just a WordPress Hook to add the extra links we want to the Favorite Menu just this time the location of its will be in the Top Most place were there is written Howdy, your username.

add_filter('admin_user_info_links', 'b2k_add_custom_user_links');
 
function b2k_add_custom_user_links($links) {
    $links[] = 'Cache';
    $links[] = 'Scheduled';
    $links[] = '<a href="http://example.org">Just an Example link</a>';
    return $links;
}

add_filter('admin_user_info_links', 'b2k_add_custom_user_links');function b2k_add_custom_user_links($links) { $links[] = 'Cache'; $links[] = 'Scheduled'; $links[] = '<a href="http://example.org">Just an Example link</a>'; return $links; }

Just copy this code snippet to your functions.php of the theme, if you are using thesis then add these code in custom_functions.php, like this you can add as much of URL you want in the Favorite menu and do our work quickly like we used to do in earlier WordPress versions. Here is the Result of the above code

Preview of our new Menu

I hope all of you like your new Favorite Menu and it should reduce time taken to do that work like clearing cache.

Subscribe via Email

Share this:

  • Click to share on X (Opens in new window) X
  • Click to share on Facebook (Opens in new window) Facebook
  • Click to share on Pocket (Opens in new window) Pocket
  • Click to print (Opens in new window) Print
  • Click to share on WhatsApp (Opens in new window) WhatsApp
  • Click to email a link to a friend (Opens in new window) Email

Related

August 21, 2011 Ritesh Sanap WordPress Favorite Menu, Links, wordpress, WordPress Dashboard

Comments

  1. mohammad says

    February 28, 2012 at 7:39 pm

    it’s useful very thanks to share with us !

    Reply

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Post navigation

Previous Previous post: 4 Games You Can Play while Working
Next Next post: How to Automatically Optimize Images in WordPress

Currently Trending

  • How to download Specific parts of YouTube videos
    How to download Specific parts of YouTube videos
  • Windows Vista CD key
    Windows Vista CD key
  • How to retrieve my Demonoid username
    How to retrieve my Demonoid username
  • How to add Logo to Thesis theme
    How to add Logo to Thesis theme
  • How to Delete Feedbacks from JetPack Contact Form
    How to Delete Feedbacks from JetPack Contact Form
  • List Of All 255 Keyboard All Alt Key Codes
    List Of All 255 Keyboard All Alt Key Codes
  • h4x0r ( Hacker ) - Blogger Template
    h4x0r ( Hacker ) - Blogger Template

Get Latest post in your Inbox

Random Posts

How to Brand Windows to your Name

December 25, 2010 By Ritesh Sanap Leave a Comment

Difference between 32bit and 64bit Processor

October 26, 2010 By Ritesh Sanap 20 Comments

How to Unlock / Unhide / Show the Administrator Account in Windows XP !

July 18, 2008 By Ritesh Sanap 1 Comment

Setting Up Code Blocks

February 7, 2011 By Ritesh Sanap Leave a Comment

20 Ways to Make Money Online – eBook

August 10, 2008 By Ritesh Sanap Leave a Comment

WordPress

HTTP2 Server Push for W3 Total Cache Minify plugin

August 17, 2016 By Ritesh Sanap 5 Comments

How to Disable Emojis in WordPress

January 6, 2016 By Ritesh Sanap Leave a Comment

JetPack Related posts and Sharing not working with NGINX

November 10, 2015 By Ritesh Sanap Leave a Comment

Simply Pure – WordPress Theme

November 2, 2014 By Ritesh Sanap 2 Comments

Advanced What should we Write about next? – WordPress Plugin

July 28, 2014 By Ritesh Sanap Leave a Comment

How to Disable Self Pingback or TrackBack

January 16, 2014 By Ritesh Sanap Leave a Comment

BlueStrap – WordPress Theme

January 1, 2014 By Ritesh Sanap 15 Comments

How to Create Multiple Excerpts in WordPress

December 24, 2013 By Ritesh Sanap Leave a Comment

How to Disable Auto Update in WordPress

November 21, 2013 By Ritesh Sanap Leave a Comment

How to Delete Feedbacks from JetPack Contact Form

November 19, 2013 By Ritesh Sanap 9 Comments

Recent Posts

  • HTTP2 Server Push for W3 Total Cache Minify plugin
  • How to show hidden files and folders in Mac OS X
  • How to Disable Emojis in WordPress
  • Canva – Online Photo Editor
  • JetPack Related posts and Sharing not working with NGINX

Archives

Recommends

  • DigitalOcean – Cloud Hosting
  • Dropbox – Cloud Storage
  • Elegant Themes – WordPress Themes
  • LastPass – Password Manager
  • Like us on Facebook
  • Follow on Twitter
  • +1 on Google
  • Subscribe via Email
  • RSS Feed

© 2025 Best 2 Know · All Rights Reserved · We ♥ DigitalOcean