WordPress Navigation Bar

Many have asking me about how to add the top navigation bar to the WordPress like my blog. I was doing it manually by adding CSS and HTML code. To make it easier for general bloggers, I made the following WordPress Navigation Bar hack.

wordpress navigation bar

What it does?

Add a navigation bar under template header image. The navigation bar has a tab that link to blog URL and auto add WordPress ‘pages’ link tabs.

How to apply?

There are two ways to apply:

  1. Copy and paste the WordPress Navigation Bar code to the end of /wp-content/themes/default/header.php.
  2. OR, Easier method. Download the modified header.php, extract it to /wp-content/themes/default/ (replace existing header.php file).

Credits:

  • CSS code ripped from BinaryBonsai
  • Idea to use wp_list_pages() enlighten by Pool theme
Note: This hack is designed for WordPress default theme(kubrick) only. However, you may modify it as you want.

FAQ

  1. How do adjust the position of the navigation bar?
    Simply modify the values of “top” and “left” under “#supernav”.
  2. How to list Pages by menu order?
    Find:
    <?php wp_list_pages('title_li='); ?>
    then, replace it with:
    <?php wp_list_pages('sort_column=menu_order&title_li='); ?>
    More details are available at WordPress Codex/wp list pages.
  3. How do I add custom URL into the navigation bar?
    Sorry, you can’t. The hack code only creates tabs based on your WordPress Pages.

Share this:

95 Comments

  1. 8dee May 8, 2005
  2. SapiensBryan May 8, 2005
  3. ahkiong May 8, 2005
  4. Marvin May 13, 2005
  5. LcF May 13, 2005
  6. mike May 13, 2005
  7. LcF May 13, 2005
  8. mike May 15, 2005
  9. LcF May 15, 2005
  10. mike May 15, 2005
  11. mike May 15, 2005
  12. LcF May 15, 2005
  13. mike May 15, 2005
  14. 8dee May 15, 2005
  15. LcF May 15, 2005
  16. 8dee May 15, 2005
  17. LcF May 15, 2005
  18. mike May 16, 2005
  19. LcF May 16, 2005
  20. mike May 16, 2005
  21. menj May 16, 2005
  22. LcF May 16, 2005
  23. menj May 16, 2005
  24. LcF May 17, 2005
  25. Marvin May 18, 2005
  26. LcF May 18, 2005
  27. MENJ May 18, 2005
  28. a2xm May 29, 2005
  29. LcF May 29, 2005
  30. Derleth May 29, 2005
  31. LcF May 29, 2005
  32. Derleth May 30, 2005
  33. Fox June 1, 2005
  34. LcF June 1, 2005
  35. Tomas De Aquino June 5, 2005
  36. Erdrick June 13, 2005
  37. megat July 4, 2005
  38. Quit Smoking July 16, 2005
  39. stchatterbox July 18, 2005
  40. LcF July 18, 2005
  41. stchatterbox July 19, 2005
  42. Andy K July 24, 2005
  43. Andre September 9, 2005
  44. Andy September 22, 2005
  45. Andy September 22, 2005
  46. Sajid October 12, 2005
  47. LcF October 12, 2005
  48. Sajid October 13, 2005
  49. Sajid October 16, 2005
  50. Sajid October 17, 2005
  51. Andy November 11, 2005
  52. LcF November 11, 2005
  53. Andre November 23, 2005
  54. didier December 5, 2005
  55. LcF December 6, 2005
  56. didier December 6, 2005
  57. TJ December 16, 2005
  58. benz January 1, 2006
  59. David January 4, 2006
  60. DevilStation January 25, 2006
  61. DevilStation January 26, 2006
  62. DevilStation January 26, 2006
  63. yang February 16, 2006
  64. bingo game play February 18, 2006
  65. A.C. March 5, 2006
  66. LcF March 5, 2006
  67. roshan March 17, 2006
  68. LcF March 17, 2006
  69. oomoney March 19, 2006
  70. Alex March 20, 2006
  71. LcF March 20, 2006
  72. Alex March 20, 2006
  73. LcF March 20, 2006
  74. Alex March 20, 2006
  75. Alex March 22, 2006
  76. Livio March 28, 2006
  77. LcF March 29, 2006
  78. Livio March 29, 2006
  79. mistercharlie April 4, 2006
  80. James April 10, 2006
  81. James April 10, 2006
  82. James April 11, 2006
  83. Pud April 25, 2006
  84. boris May 26, 2006
  85. John Wong June 13, 2006
  86. EdTheUniqueGeek July 28, 2006
  87. EdTheUniqueGeek July 28, 2006
  88. EdTheUniqueGeek July 28, 2006
  89. EdTheUniqueGeek July 28, 2006
  90. Dave August 18, 2006
  91. Ben September 8, 2006
  92. Martin September 9, 2006
  93. Lucas McDonnell December 18, 2006
  94. Sim Kamsan February 17, 2008
  95. Play UK Bingo June 19, 2008

Leave a Reply