How to Remove Menus From the WordPress Dashboard

The WordPress codex is full of fun little things that you can experiment with. Have you ever wanted to remove a menu page from the WordPress dashboard? Perhaps you’re building a site for a client who gets confused by the settings menu. Blow the dust off of your handy codex and check out the function references for removing menu pages.

Here’s what you’re looking for:

1

Replace the menu slug with the name of the php script for the menu item you want to remove.

remove-posts-menu

Read more »

Customizing the WordPress Menu with Custom Classes

The standard menu in WordPress, while powerful and easy to add onto almost any theme, leaves a bit to be desired when it comes to styling.

Not to mention, the built-in WordPress menu classes can be quite confusing. There’s menu-item-type-taxonomy, current-menu-parent, current-menu-ancestor, and a whole bunch of other confusion selectors you can choose from to make styling your menu about as fun as pulling out your hair.

A standard WordPress menu looks like this:

Gray bar with a darker gray hover. Not too much to look at right?

custom-menu-classes-featured-image

Read more »

How to Add Conditional Menus to WordPress

Using the built in WordPress navigation menus is the most convenient way to handle custom menus since the 3.0 release. Since then, developers have written all kinds of plugins to add additional functionality to this theme feature.

If Menu is the latest plugin written to extend WordPress navigation menus. It allows you to show or hide individual menu items based on conditional statements, such as whether or not a user is logged in, various user roles, and the type of content being viewed, (ie, front page, single, page).

if

Read more »

Beginner’s Guide to WordPress Menus

WordPress offers an excellent way to manage your site’s menus, but it may not be apparent when you first install your site. In fact, a fresh installation doesn’t use the easy menu system at all–you have to hook that up yourself. Follow along as I show you the menu system basics and how to start using it on your new site.
Watch and learn

Working with the original WordPress menus

Beginner's Guide to WordPress Menus-Two men confused while reading French menu

Read more »

How to add Navigation Menus to your WordPress Theme

WordPress menus for everyone
Global navigation menus became much easier to manage when WordPress version 3 added a snazzy menu manager–no plugin or JavaScript required. Every now and then, you may want to use an oldie-but-goodie theme that has not been updated to support WordPress menus. I’ll show you how to easily add menu support to these older themes.
Some old themes still have punch

WordPress Menus-Title photo of coffee shop menu

Read more »

Style Your WordPress Menus With Custom CSS

WordPress offers you a lot of styling options for your menu right out of the box. By default, the menu comes with a ton of CSS classes applied to it already, which gives you immense control on styling it.

Here’s a full list of all the CSS menu classes:

.menu-item – This class is added to every menu item.
.menu-item-object-{object} – This class is added to every menu item, where {object} is either a post type or a taxonomy.
.menu-item-object-category – This class is added to menu items that correspond to a category.

custom-css-styles-for-wordpress-menus

Read more »

9 jQuery WordPress Menu Plugins + Bonus Tutorial for the Adventurous

Search “WordPress menu plugins” in Google = Eeek!
A quick search for WordPress menu plugins in Google will bring up over 32,000,000 results. Oh, dear Lord! Dozens, if not hundreds, of those results can be quite mouth-watering at first glance. But sifting through the mess of unappetizing stuff to find something satisfying can be frustrating to say the least. Even searching the WordPress plugin repository can be quite tedious.

WordPress Menu Plugins - Enhance your user experience

Read more »