6
How to add Custom Navigation Menus in Word Press? The custom navigation menu feature on word press would turn your site a more user friendly one for newbie clients. This feature makes you organize menu and one can create drop down menus also. All Rights Reserved@EffortsUnlimited 2014

How to add custom navigation menus in Word press?

Embed Size (px)

DESCRIPTION

A good news for all word press designers!.The custom navigation menu feature on word press would turn your site a more user friendly one for newbie designers. This feature makes you organize menu and one can create drop down menus also. One can add new items to the menu and many more things can be done with this feature.

Citation preview

Page 1: How to add custom navigation menus in Word press?

How to add Custom Navigation Menus in Word Press?

• The custom navigationmenu feature on wordpress would turn yoursite a more user friendlyone for newbie clients.

• This feature makes youorganize menu and onecan create drop downmenus also.

All Rights Reserved@EffortsUnlimited 2014

Page 2: How to add custom navigation menus in Word press?

Functions of Custom Navigation Menu

• One can add new items tothe menu and many morethings can be done with thisfeature.

• The function of drag anddrop makes it easily usable.

• This new feature won’t bepresent in old themes untiland unless the authorupdates their themes.

All Rights Reserved@EffortsUnlimited 2014

Page 3: How to add custom navigation menus in Word press?

Benefits of Custom Navigation Menu

• You can constructmultiple menus, addmore categories andpages to the menu.

• One can add customizedlinks to the menu also.

• One can organize menusas well as drop downmenus with simplifieddrag and drop option.

All Rights Reserved@EffortsUnlimited 2014

Page 4: How to add custom navigation menus in Word press?

Code for Customized Navigation Menu

• With customized backgrounds,header images and thumbnails, thecustomized navigation menu needsto be enabled with theme’sfunctions.php file. You can add codebelow your php file(php functions).

Use code:

Add_theme_support

(‘menus’);

• How to make customized navigationmenus in the word press theme

<?phpwp_nav_menu(array(‘sort_column’=>’menuorder’,’container_class’=>’menu-header’);?>.

All Rights Reserved@EffortsUnlimited 2014

Page 5: How to add custom navigation menus in Word press?

Customized Menu Themes in Word Press

• For customized menuthemes:

• If you are making use ofmore than one menu, thenone needs to choose eitherthe menu ID,menu name aswell as menu slug.

• The parameters used are:$sid, $menu and $slug .

All Rights Reserved@EffortsUnlimited 2014

Page 6: How to add custom navigation menus in Word press?

Thank You for watching our video

All Rights Reserved@EffortsUnlimited 2014