• Resolved dennissim

    (@dennissim)


    Hi Guys,

    I’m here to request a help from you guys where I need to add a button on my header?

    Showing two button, “Home” and “About” on my header’s blog: https://www.dennissim.com/

    I’d would like to add one or two more buttons on my blog. Please help.

    Thanks so much!

    Regards,
    Dennis.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Those are automatically created as you write new pages. If for some reason you want to add one manually, such as linking to an external site then look in header.php for,

    <ul id="nav">
    	  <li class="page_item"><a href="<?php echo get_settings('home'); ?>/" title="Home">Home</a></li>
    	  <?php wp_list_pages('sort_column=menu_order&depth=1&title_li=');?>
    	</ul>

    and add…

    <li><a href="https://somelink.com">Link</a></li>

    Thread Starter dennissim

    (@dennissim)

    Thanks so much!!! Resolved!

    Hi, I too want to add another button. I added the page but it didn’t appear in the menu bar at the top. Is it because i am using a theme?
    Thanks

    I changed my theme so it is no longer relevant.
    thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Need Help In Adding Button On Header’ is closed to new replies.