Need Help with Wordpress blog

5 replies
I have a Wordpress blog on my domain. I'd like to add a couple of buttons to my navigation bar. Do I do that through the page editor under header or is there an easier way? Thanks!
#blog #wordpress
  • Profile picture of the author EvcRo
    Depends on the theme, if it has under header position or otherwise the hard way editing header.php
    Signature
    Looking for business partners or clients ? try https://businessconnect.directory/ , a business directory actively adding moderated content. Submit your business / website / service today !
    SEO Marketplace - SEO & Internet Marketing Products and Services for 10+ Years
    {{ DiscussionBoard.errors[1945759].message }}
  • Profile picture of the author Fernando Veloso
    Usually NavBar uses "pages" so you just need to create new pages and they'll show up.

    Signature
    People make good money selling to the rich. But the rich got rich selling to the masses.
    {{ DiscussionBoard.errors[1945807].message }}
    • Profile picture of the author areaK
      Originally Posted by cjmo75 View Post

      I have a similar problem. When you create a page, what if you don't want it to show up in the navigation bar? I can't seem to find out how to do that.
      Use the Wp-Hide Post plugin to hide pages or posts from various places.
      {{ DiscussionBoard.errors[1946472].message }}
    • Profile picture of the author Mohsin Rasool
      Originally Posted by cjmo75 View Post

      I have a similar problem. When you create a page, what if you don't want it to show up in the navigation bar? I can't seem to find out how to do that.
      Hi,

      In your header.php file of your theme... find this code:

      PHP Code:
      wp_list_pages('blah blah blah...'
      and in that code... inside the quotes..add this code at the end of the code:
      exclude = IDs for the pages you do not want to show in Navigation.

      PHP Code:
      wp_list_pages('exclude=2,7' 
      Page ID 2 and 7 are excluded (Hide) from the navigation.


      Regards,
      Mohsin
      {{ DiscussionBoard.errors[1946488].message }}

Trending Topics