An error occurred while creating the custom menu for wordpress.

Source: Internet
Author: User
I want to add a custom menu method to WordPress: Step 1: functions. php {code ...} step 2: page1.php {code ...} page2.php {code ...} page3.php {code ...} step 3: Go to the management background to set the corresponding menu, and the foreground will be displayed normally (after the menu is created... I want to add a custom menu for WordPress
Method:
Step 1: functions. php

If (function_exists ('register _ nav_menus ') {register_nav_menus (array ('nav1' => _ ('website navigation 1 '), 'nav2' => _ ('website navigation 2'), 'nav3' => _ ('website navigation 3 '),));} function wp_nav1_menu ($ class = 'nav1', $ location = 'nav1') {echo'
  
  
    '. Str_replace ("

"," ", Preg_replace ("/ ] *> ] *>/"," ", Wp_nav_menu (array ('theme _ location' => $ location, 'echo '=> false )))).'';} Function wp_nav2_menu ($ class = 'nav2', $ location = 'nav2') {echo'
    '. Str_replace ("

"," ", Preg_replace ("/ ] *> ] *>/"," ", Wp_nav_menu (array ('theme _ location' => $ location, 'echo '=> false )))).'';} Function wp_nav3_menu ($ class = 'nav3', $ location = 'nav3') {echo'
    '. Str_replace ("

"," ", Preg_replace ("/ ] *> ] *>/"," ", Wp_nav_menu (array ('theme _ location' => $ location, 'echo '=> false )))).'';}

Step 2: page1.php


  

Page2.php


  

Page3.php


  

Step 3: Go to the management background to set the corresponding menu, and the foreground will be displayed normally (after the menu is created)

Problem:
An error occurred while creating nav4 on the page4.php page following the above steps:
Fatal error: Call to undefined function wp_nav4_menu () in /...... /Page4.php on line x

Reply content:

I want to add a custom menu for WordPress
Method:
Step 1: functions. php

If (function_exists ('register _ nav_menus ') {register_nav_menus (array ('nav1' => _ ('website navigation 1 '), 'nav2' => _ ('website navigation 2'), 'nav3' => _ ('website navigation 3 '),));} function wp_nav1_menu ($ class = 'nav1', $ location = 'nav1') {echo'
  
  
    '. Str_replace ("

"," ", Preg_replace ("/ ] *> ] *>/"," ", Wp_nav_menu (array ('theme _ location' => $ location, 'echo '=> false )))).'';} Function wp_nav2_menu ($ class = 'nav2', $ location = 'nav2') {echo'
    '. Str_replace ("

"," ", Preg_replace ("/ ] *> ] *>/"," ", Wp_nav_menu (array ('theme _ location' => $ location, 'echo '=> false )))).'';} Function wp_nav3_menu ($ class = 'nav3', $ location = 'nav3') {echo'
    '. Str_replace ("

"," ", Preg_replace ("/ ] *> ] *>/"," ", Wp_nav_menu (array ('theme _ location' => $ location, 'echo '=> false )))).'';}

Step 2: page1.php


  

Page2.php


  

Page3.php


  

Step 3: Go to the management background to set the corresponding menu, and the foreground will be displayed normally (after the menu is created)

Problem:
An error occurred while creating nav4 on the page4.php page following the above steps:
Fatal error: Call to undefined function wp_nav4_menu () in /...... /Page4.php on line x

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.