WordPress Navigation Menus (Theme Development)

In this lesson we learn how to add navigation menu locations to our theme and register the menus so users can easily manage the menu links via the WordPress …

15 Responses to WordPress Navigation Menus (Theme Development)

  1. Supremeblacken November 14, 2014 at 9:20 am #

    8:12 So far my code looks the same as yours (I checked it 5 times), but my
    navigation buttons are now below the header border. Please help!

  2. Arijit Paul November 17, 2014 at 5:12 am #

    Thank you sir. This is a best ever tutorial. I have a problem. so far my
    code looks the same as yours but the header navigation menus automatically
    produced a blank link (like )
    . After that everything is fine. please help.

  3. Viktor HL November 20, 2014 at 11:17 pm #

    Im geting better by the minute with your tutorials!
    Quick question, what does these lines of code do? its from the Stylesheet

    .site-nav ul:before, .site-nav ul:after { content: “”; display: table; }
    .site-nav ul:after {clear: both; }
    .site-nav ul { *zoom: 1; }

    I could see the effect but I just didn’t get the mechanics behind them. 

  4. Dileep Kumar November 25, 2014 at 10:58 am #

    I just followed this tutorial..every thing works fine.But the problem is
    with menus..Iam getting same menu at header and footer. and also the menu
    is displaying below to the margin line at header section.how to solve it?
    help me.

  5. JSMStudios1 November 25, 2014 at 10:55 pm #

    Whenever I make any changes to the style.css file and reload the page, none
    of the changes apply. Even if I delete style.css from the theme folder, the
    previous formatting stays (from the last video). How do I fix this?

  6. Ahmad Aziz December 2, 2014 at 8:27 am #

    +LearnWebCode what is the different between wp_nav_menu and wp_nav_page? i
    have read the codex documentation but i didnt understand, it seems that
    your explain more clear and awesome <3 +1 subscribe and one more, why didnt
    you use the .. function register_my_menus() { } .. the documentation use
    it.. thanks btw.. great tuts

  7. FragaGeddon December 10, 2014 at 3:02 am #

    Well you didn’t really talk about styling the child links, which is what I
    need help with.

  8. Brian Dean December 10, 2014 at 8:02 am #

    These are really great and helpful, thanks!! 

  9. Toni Joe December 25, 2014 at 6:19 pm #

    Nice tutorials and easy to follow. You really did a great job!

  10. julius B January 4, 2015 at 1:44 am #

    subbed and liked! Thank you, for taking time to make and share these
    videos! they are really helpfull.

  11. DrunkenShinobi January 4, 2015 at 10:07 am #

    5:52 Why I only have “Sample Page”?

  12. Norman Dubois January 4, 2015 at 5:57 pm #

    I love your tutorials. Thanks for this!
    Could you say me which plugin you use for your editor to get the comments
    after the closing div automatically?
    Thanks! :)

  13. גל נחום January 12, 2015 at 10:49 pm #

    Videos are very good thank you very much!
    Is it possible to upload video to how to create a theme options?
    Thank you Gal

  14. Rehan Ahmad January 17, 2015 at 12:17 pm #

    Hello Friends! its just great. also i have gone through the part 1. Thanks
    for your efforts and uploading the video.. Few months back i started the
    web technologies as hobby and now fell in love with it..

  15. Armchair Pundit January 21, 2015 at 7:03 pm #

    What if you need to assign css classes to the ? If I use the
    wp_nav_menu() function like you did, then I can’t use my bootstrap stylings
    which require 

Leave a Reply