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:

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.

285 Responses to WordPress Navigation Bar

  1. 8dee May 8, 2005 at 1:32 am #

    I am the one asking for this in your forum…nice…..thank you very much

  2. SapiensBryan May 8, 2005 at 2:45 am #

    It’s a nice little hack, come in handy too.

    Thank you for sharing. :)

  3. ahkiong May 8, 2005 at 4:13 pm #

    seems like there is some thing going on here

  4. Marvin May 13, 2005 at 3:59 am #

    Hello Liew Cheon Fong,
    I have a question i use perm links same as you. But if i go to another page my bar disappear.
    I believe i have to put the code somewhere else.
    But where?
    Please help my out here.

    Thanks in advance.
    Marvin

  5. LcF May 13, 2005 at 9:16 am #

    Put in header is fine. this hack is proved to work for WordPress 1.5.
    Are you using my hack? Maybe you can show me your blog site?

  6. mike May 13, 2005 at 9:21 pm #

    nice-but it slides around if you resize the browser…

  7. LcF May 13, 2005 at 10:05 pm #

    @mike: what did you mean by “slides around”? screenshot please?

  8. mike May 15, 2005 at 4:32 am #

    resizing the browser-width wise-will cause the nav bar to slide off the blog page to the left. this was however, easily fixed by tweaking the css… mainly changing positive to relative.

    http://fapomatic.com/9/sp3220050514152703.jpg

  9. LcF May 15, 2005 at 4:35 am #

    @mike: can you send me the tweaked css code please? the image is too small to view.

  10. mike May 15, 2005 at 4:37 am #

    sorry- thumbnail
    :lol:

    here…
    http://img180.echo.cx/img180/8669/sp32200505141527039je.jpg

  11. mike May 15, 2005 at 4:51 am #

    well i don’t want to sound like someone who knows what they’re doing but all i did was change positive to relative, make a few adjustments in the position (i’m not using a top margin on the header for my site) and put the supernav div inside the header div…

    if you want a look:

    http://michaelschorn.com

  12. LcF May 15, 2005 at 5:05 am #

    @mike: you mean change “position” to relative instead of absolute? I will fix it. thank you. :)

  13. mike May 15, 2005 at 7:00 am #

    yup, position-

    and thank you for the great hack!

  14. 8dee May 15, 2005 at 2:10 pm #

    how come the mouseover function doesn’t work?

    Can anyone teach me?

  15. LcF May 15, 2005 at 3:52 pm #

    @8dee: are you using my hack? If you use your own css stylesheet, make sure you have write css style for mouseover(a:hover).

  16. 8dee May 15, 2005 at 10:19 pm #

    Got it…the hack you provide did not have the hover colour correctly.

    but thanks you very much…..it looks great now.

  17. LcF May 15, 2005 at 10:39 pm #

    did not?

  18. mike May 16, 2005 at 1:02 pm #

    @LcF

    how would i go about making it so that if i create a tab that is [b]not[/b] a page but say, a link to a page in my root, that tab when active is white?
    (eg: i’m using wpg2 gallery plugin which uses a page placed in root for embedding functions)
    tia

  19. LcF May 16, 2005 at 1:03 pm #

    @mike: this hack can’t do that and that is what I gonna do next. probably a plugin that allow user to add custom tabs. :)

  20. mike May 16, 2005 at 1:25 pm #

    cool thanks!

    :wink:

  21. menj May 16, 2005 at 4:55 pm #

    Hehehe…I asked u about this before thru email…why didnt u reply, ah? ;)

    - MENJ

  22. LcF May 16, 2005 at 5:22 pm #

    @menj: probably put in ToReply list but forgotten. :P Sorry.

  23. menj May 16, 2005 at 6:49 pm #

    Thats okay :D

    BTW, I installed your auto-ping PPS plugin and set my blog to “Simple Mode” but it will still not auto-ping :S Why ah?

    - MENJ

  24. LcF May 17, 2005 at 12:38 am #

    @menj: you are offtopic already. have you check the wordpress 1.5 bug?

  25. Marvin May 18, 2005 at 5:12 am #

    My website is http://www.jansenonline.nl using iis 6.0
    If you can see on my website the bar disapear when you click on contact.
    When i installed coppermine, I thought i use your bar also. But the bar is going 1px down dont know how that came.

    Please help me out
    Thanks in advance

    Marvin

  26. LcF May 18, 2005 at 9:01 am #

    @Marvin: have you put the code in header.php? I read your source code and found that the navigation bar code is at the end of the page, it is not correct. You need to put the code in the end of header.php of default theme.

    For coppermine, it works all right in Mozilla Firefox. I don’t know the coppermine theme you used. You need to tweak the css for IE.

  27. MENJ May 18, 2005 at 10:44 am #

    Okay, lcf, thanks! :D

    - MENJ

  28. a2xm May 29, 2005 at 1:17 am #

    Hi,

    I’ve just tried it, but is it only 1 link? how to make it has many links just like yours there. “home”, “archive”, “forum”, etc…

    thanks

  29. LcF May 29, 2005 at 2:45 am #

    what the hack do is create top navigation tab links for “Pages”. Create an “archive” page then you will get a “archive” tab, and so on.

    For this blog, I manually create all the tabs. I am not using the hack.

  30. Derleth May 29, 2005 at 11:26 pm #

    I would like to change “blog” by “home” in the bar

    thanks

  31. LcF May 29, 2005 at 11:51 pm #

    @Derleth: in the hack code, look for “blog” and change it to “home”. :)

  32. Derleth May 30, 2005 at 12:05 am #

    thanks , :)

    a kiss

  33. Fox June 1, 2005 at 11:12 am #

    Hey, whats the code for it on the 3 column kubrick theme like you have on this site? I am using the same theme here: http://foxscorner.com

    Thanks

  34. LcF June 1, 2005 at 11:20 am #

    you mean the navigation bar or the 3 column kubrick theme?

    You can check my source for the code and CSS. I am not using the navigation bar hack in this blog.

  35. Tomas De Aquino June 5, 2005 at 4:33 pm #

    I am looking forward to having this in my blog

  36. Erdrick June 13, 2005 at 7:34 am #

    LcF – Totally fantastic hack, my friend. This is exactly what I was looking for. I had it up and running, and working with my own custom CSS in minutes. Thank you very much!

    The only thing I would add to the funtionality is a way of handling subpages. So far I dont’ see any way that subpages integrate into your code. I’m not sure how I would do it on my own blog, but If I get something up and running I’ll post another comment.

    Thanks again!

  37. megat July 4, 2005 at 12:43 pm #

    thank for the info fren.

  38. Quit Smoking July 16, 2005 at 12:53 pm #

    I don’t think that what’s been said above is a truth. :( Doesn’t sound real…

  39. stchatterbox July 18, 2005 at 7:47 pm #

    liew, i’ve discovered a problem with your hack bar: when added with more links, [i've got 7] check out the right most one: it looks a bit strange. :) why?
    thanks

  40. LcF July 18, 2005 at 8:19 pm #

    stchatterbox: it has nothing to do with the nav bar hack. Edit style.css, look for the style for “hack”. Increase the width of it. ;)

  41. stchatterbox July 19, 2005 at 3:17 pm #

    oh, thanks a lot, Liew, I’ve made it up so perfectly.! :)

  42. Andy K July 24, 2005 at 4:09 am #

    Any progress on turning this into plugin? I would also like to add a link that is not a wordpress page.

    I hacked the code to get it to include the tab, but obviously it is always coloured white… which is a little annoying!

    As you don’t actually use the hack could you let me see your header.php file so I could work out how to manually edit my own…

    Cheers
    Andy

  43. Andre September 9, 2005 at 2:58 pm #

    The links in the navigation bar are sorted alphabetically. How can I change that? Ich want to have one link on the right (Impressum) and the rest sorted alphabetically. Thx in advance.

  44. Andy September 22, 2005 at 4:10 am #

    Is there anyway to make the text in the tabs the correct case. When I type “Contact” is shows up as “contact” in the tab.

    Thanks! It’s a great navigation bar.

  45. Andy September 22, 2005 at 12:15 pm #

    Is there a way to make the navigation bar display categories instead of pages?

    I found an interesting way to display your navigation bar and I decided to use the temaplate based on your 3 column kubrick layout.

    A categories navigation bar instead of pages would be great!

    http://www.rawgreed.com

  46. Sajid October 12, 2005 at 5:10 pm #

    Hi,
    I am presently running a MT blog and planning to MIGRATE to WordPress.

    I am testing your hack on my localmachine and everything is working perfect. Excellent hack and thanks for that.

    I have a question.

    I am using the “Static frontpage Plugin” by Denis de Bernardy.

    So I have created a PAGE called HOME, where I will be creating a static content page as the face of my blog.

    Now when I install your hack in header.php, I see TWO links in the tab navigation:

    “blog” and “home”

    Is it possible to exclude some PAGEs from displaying in the TAB navigation?

    or you might have a different suggestion for me here :)

    Thanks and looking forward to a reply.

  47. LcF October 12, 2005 at 8:52 pm #

    Andy: in the code, delete the line: text-transform: lowercase;

    To use show categories, simply change the wp_list_pages to category template tag.

    Sajid: you may exclude some pages. Please check the template tag parameters for wp_list_pages

  48. Sajid October 13, 2005 at 1:52 am #

    Thanks LcF

    I changed the code to this:

    and it works perfectly now :)

  49. Sajid October 16, 2005 at 3:01 am #

    hi,
    i am back with a question.

    I have integrated your tab navigation on my site (which is still in testing phase so the links point to “localhost”)

    http://www.ssdesigninteractive.com/ssdesign

    The question i have is about the layout. If you see, there are 4 tabs at the top, the fourth one “contact” is not showing properly at the bottom, there is a cut in the design at the bottom.

    This cut is seen only in Firefox browser. If i se it in IE, it shows correctly (ofcourse without the rounding of the edges.)

    Can you guide me as to where might be the problem?

  50. Sajid October 17, 2005 at 12:41 pm #

    Hi,
    I solved it.
    The problem was with the CSS for “hack” div.

    The width specified was 450px ans my tabs were extending further then 450px.

    I increased it to 650 and its fine now.

  51. Andy November 11, 2005 at 12:06 pm #

    Hi Liew,

    I tried changing the page tag to the category tag. It works ok, but now I am having a new problem. When you click a category the navigation bar does not correctly highlight the new category. The highlighted tab is always the blog tab. It doesn’t seem to follow where you click correctly.

    Maybe you can see it. This would be so great if I could use it with categories and have it highlight correctly.

  52. LcF November 11, 2005 at 12:50 pm #

    Andy: the tab highlight is made possible by the custom CSS class generated by the wordpress list pages function. The wordpress list categories function does not generate custom CSS class.

    There are workarounds, anyway.

    If you know PHP coding, read http://codex.wordpress.org/Dynamic_Menu_Highlighting
    Or, try the catHighlight plugin.

  53. Andre November 23, 2005 at 5:38 pm #

    And again: How is it possible to change the order of the tabs? I don’t want them to be sorted alphabetically.

  54. didier December 5, 2005 at 5:52 pm #

    Hi Liew!

    Thanks for this hack!

    I gotta a question. The links in the navigation bar are sorted alphabetically. How can I change that? I tried to change in the header ‘title_id’ by ‘sort_column=menu_order’ but it didn’t work. actually it worked but the alignement wasn’t right

  55. LcF December 6, 2005 at 12:25 am #

    didier: so it works. about the alignment problem, please show us a screeshot of it.

  56. didier December 6, 2005 at 3:33 am #

    here you can see the problem

    http://www.deiaco.com/~desfayes

    please help me! :-)

  57. TJ December 16, 2005 at 1:06 am #

    LcF I love the hack but something just aint working right…. I have some weird white bar just stikin out at u on top of the tabs and the mouseover dont work… :S

  58. benz January 1, 2006 at 12:14 am #

    Great Hack! Thank you very much for your work!

    Greetings from Switzerland
    benz

  59. David January 4, 2006 at 2:02 am #

    Andy: the tab highlight is made possible by the custom CSS class generated by the wordpress list pages function. The wordpress list categories function does not generate custom CSS class.

    There are workarounds, anyway.

    If you know PHP coding, read http://codex.wordpress.org/Dynamic_Menu_Highlighting

    If any of you have a working example of dynamic highlighting for a category list, could you please share it? I’m not understanding the right approach to use for categories. Thanks much.

  60. DevilStation January 25, 2006 at 6:24 am #

    How can I style the font on this hack to an tag??

  61. DevilStation January 26, 2006 at 1:26 am #

    oops I didn’t quote it > I wanna sttyle it with a “” tag

  62. DevilStation January 26, 2006 at 1:27 am #

    jeezus it won’t display its a – header 2 tag … > h2

  63. yang February 16, 2006 at 1:36 am #

    good

  64. bingo game play February 18, 2006 at 10:09 pm #

    i was wondering the same how to change the hack to a tag might just be me been a noob but cant get my head round it. any ideas?

  65. A.C. March 5, 2006 at 10:22 am #

    How can we list these pages by menu order?

    Please help!

  66. LcF March 5, 2006 at 11:03 am #

    @A.C.: I updated the entry for “sort pages by menu order” (FAQ).

  67. roshan March 17, 2006 at 12:11 am #

    Hi liew i downloaded your hack; I’am totally blind to programming;
    Could you tell me how to add links to the nav bar apart from my blog pages?

  68. LcF March 17, 2006 at 1:44 am #

    No, the hack does not support custom URL

  69. oomoney March 19, 2006 at 6:52 pm #

    Hello Liew,

    Is this hack works under WordPress 2.0 ?

    Thanks.

  70. Alex March 20, 2006 at 12:50 pm #

    Is it just at my end but once the hack is installed all pages loose the sidebar background color on the default theme?

  71. LcF March 20, 2006 at 1:43 pm #

    @oomoney: the hack should work under WordPress 2.0 too.
    @Alex: this is weird. the code does not modify theme’s background.

  72. Alex March 20, 2006 at 1:48 pm #

    hmm, i only changed the header image, if you look at my site: http://www.kentdome.com/wp/ notice the SIDEBAR has a gray background – now clicking any of the TOP NAV links will result in the page load but notice the sidebar is now WHITE, i have not changed any CSS. Additionaly even if one clicks on the SIDEBAR pages menu after the hack is installed the loaded pages sidebar background is white. Any ideas?

  73. LcF March 20, 2006 at 1:59 pm #

    revert to default theme (the original unchanged theme) and apply the hack again?

  74. Alex March 20, 2006 at 2:06 pm #

    no luck, redownloaded WP2 just in case, tried the original unchanged theme and reapplied the hack but same result, sidebar looses background color. Maybe this is by design ?

  75. Alex March 22, 2006 at 10:52 am #

    I am kinda over it but got it working now, using the new kubrik fixed theme, and cut some of the background images. But thanks for your work

  76. Livio March 28, 2006 at 7:32 pm #

    Dear LcF,

    can you give me a hint, why my content has shifted down some px after changing position of the navigation bar from “absolute” to “relative” ? It doesn’t look nice like that :-(

    many thanx

    Livio, Zürich

  77. LcF March 29, 2006 at 2:02 am #

    @Livio: you can adjust the top, left, margin values of #supernav to re-position the navigation bar. It is a matter of trial and error.

  78. Livio March 29, 2006 at 4:56 pm #

    sorry LcF, you got me wrong:

    The navigation bar sits at the right position. My Problem is, that the blog contents (means: below the bar) shifts down some px (about 8px) after changing to “relative” positioning :-( thats what I mean…so there is more space between the header and the content now…did you encounter such problems before?

    Thanx Livio

  79. mistercharlie April 4, 2006 at 1:20 am #

    Here’s a workaround for all the people who want to put custom URLs in the navbar:

    – Create a new page. Name it whatever you want the link text to be.
    – Create a redirect on your server (for me there is a control panel option at my web host’s site to do this), so that any calls for the page you created are instead redirected to your chosen url.

  80. James April 10, 2006 at 10:45 pm #

    Great little navbar – exactly what I was looking for. However I want the navbar page order to be different – is there a hack that will ensure it uses WordPresses page numbering system?

    Ive used this code hack in my Default template sidebar.php:

    Pages&sort_column=menu_order’ ); ?>

    which ensures my page list on the right follows my order (set in manage pages > edit > page order) – but I need the top nav to follow suit.

    If anyone can help. thanks in advance

    James

  81. James April 10, 2006 at 11:37 pm #

    also how would I go about changing the font/size of the text in the tabs?
    Thanks
    J

  82. James April 11, 2006 at 12:28 am #

    one final question – I notice that when this navigation bar is running that the grey panel on the right dissapears on all the static pages, and is only visiible on the blog homepage. Is this a known issue?

  83. Pud April 25, 2006 at 1:27 pm #

    For people using the default (kubrick) header I use -20px and “relative” and it seems to work fine for me (www.pudweb.com). i.e.

    #supernav {
    font: bold 9px/9px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
    position: relative;
    top: -20px;
    left: 50%;
    width: 720px;
    margin: 0 0 0 -360px;
    padding: 5px 16px; /* duplicate the tab size */
    text-align: left;
    display: block;
    }

    I have also tweaked the PHP highlighting code so that it works (a little better) with the WPG2 (WordPress Gallery2) plugin by changing header.php

    <div>
    <ul id="supernav">
    <li class="<?php if (( (is_home() ) && !(is_paged()) && !(strstr($_SERVER['PHP_SELF'], ' wp-gallery2.php'))) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } else { ?>page_item<?php } ?>"><a href="<?php echo get_settings('home'); ?>">blog</a></li>
    <?php wp_list_pages('sort_column=menu_order&title_li='); ?>
    </ul>
    </div>

  84. boris May 26, 2006 at 8:07 pm #

    Any chance to get this running with subpages enabled? Using depth=1 will totally f*ck up the menu… :(

  85. John Wong June 13, 2006 at 3:13 pm #

    It was awesome, a big thanks for you!!!
    After nights of constraction, its work perfectly now…

    Again, Thanks for your contributions!

  86. EdTheUniqueGeek July 28, 2006 at 5:36 am #

    This is a awesome hack.
    I tried it but I wanted it shifted to the right instead of the left but it’s not working correctly.
    I know nothing about .php. Would someone help me with this?

    http://www.thepodcastreview.com/

  87. EdTheUniqueGeek July 28, 2006 at 6:53 am #

    It’s gotten worse.
    It looks fine now in Firefox on my Mac but it is way off in Internet Explorer on Windows.
    And, for some reason, I now have a a line through my blog title in Firefox but not in Internet Explorer.
    I’m freaking out!

  88. EdTheUniqueGeek July 28, 2006 at 7:00 am #

    UPDATE:
    Ok, it looks fine now in Firefox on my Mac but it’s still screwed up in IE on Windows.
    HELP!

  89. EdTheUniqueGeek July 28, 2006 at 7:23 am #

    UPDATE again:
    it’s not browser specific nor OS specific, it’s resolution specific.
    I am view the site on different computer with different resolutions, it’s not standard.
    Is there a way to fix this so that it is standard no matter what resolution you view it?

  90. Dave August 18, 2006 at 6:59 am #

    Hi Liew, I’m using your plugin and it works great. Im trying to incorporate a wordpress store plugin, but when i do it creates extra pages in the header. Now, i realize that is the problem of the other plugin not yours, but is there a way to make pages that do not display in the nav bar. i think that would help things out a bit.

  91. Ben September 8, 2006 at 6:42 am #

    Liew! Your code rocks as usual. Simple, purposeful! Thanks! B

  92. Martin September 9, 2006 at 8:53 pm #

    Liew, actually you can put an url in your navbar yourself. Pick one you like and code like this:
    ">/wordpress/wp-content/plugins/falbum/wp/album.php">photos
    You see? Easy like cake…
    Liew can you help me with something else about the navbar? It looks like the ‘hack’ bit in the CSS shoves my theme a bit around. I see a 2 pixel high white stripe at the bottom of the footer. Why I wonder?

  93. Lucas McDonnell December 18, 2006 at 12:44 am #

    Martin,

    If you change the ’2px’ below to ’0px’, that white stripe will no longer show up. I had the same issue on my site.

    #hack {
    background: white;
    height: 2px;

  94. Sim Kamsan February 17, 2008 at 3:37 pm #

    Hi it simple but great tutorial. thanks.

  95. Play UK Bingo June 19, 2008 at 9:16 am #

    I always mess things up when I try to hack my wordpress. I’ll give this a try…thanks a lot for the tute

Trackbacks/Pingbacks

  1.   Wordpress Navigation Bar Hack  by Blogging Pro - May 8, 2005

    [...] May 7th, 2005 Wordpress Navigation Bar Hack This hack adds a top navigation bar to the default Kubrick theme. Posted by J [...]

  2. WordPress Italy » Archivio Blog » Wordpress Hack : Navigation Bar - May 8, 2005

    [...] ess: Identification bands Wordpress Hack : Navigation Bar Questo hack aggiunge una barra di navigazione in alto in Kubrick, il tema predefin [...]

  3. Binslashbash.org » Blog Archive » Site Layout - May 10, 2005

    [...] ifty little menu at the top. This little menu at the top is a wordpress hack created by Liew Cheon Fong but low and behold like most hacks it didn’t do exact [...]

  4. Adam’s Place In Cyberspace » Blog Archive » Theme - May 10, 2005

    [...] going to hack and customize the default theme. Btw.. Thanks to Tech Gadgets Blog for the cool nav bar! -A PS The gallery will be back shortly! [...]

  5. Fox’s Corner » Blog Archive » To do list.. - June 1, 2005

    [...] Links (buttons maybe): Blogshares, Blog Explosion, Feedburner Tab Menu in header: Find out how!! http://www.liewcf.com/blog/archives/2005/05/wordpress-navigation-bar/ Blogroll: Get links to open in new window (_blank). I have it in my blogrollin [...]

  6. Exigency In Specie - July 2, 2005

    WordPress Update and New Features

    Details of tonights updates to the blog.

  7. chris's random thoughts - July 23, 2005

    WordPress Nav Bar

    The Tech Gadgets Blog has a nice WordPress navigation bar that I’ve appropriated.

    Check it out.

  8. 天佑的自由天地 » Blog Archive » Extended Live Archive Plugin 教學 - August 17, 2005

    [...] 當新增一篇 Page 後,再用 wp_list_pages function 或者參考 WordPress Navigation Bar 的方去顯示該 Page 就可以了。 [...]

  9. don’t dream .it » Blog Archive » Navigation bar howto - August 18, 2005

    [...] Credits: some time ago I noticed a nice navigation bar in ficklefish.net, and I tried to reproduce it in this site (I am still using its original colors, thank you Shelly). I also looked at liewcf.com (thank you Liew), the Pool theme, the WordPress Codex, various Max Design Tutorials and, of course, the HTML 4.01 Specification and the CSS level 1 Specification. Thank you to all those valuable resources. [...]

  10. don’t dream .it » Blog Archive » Menu orizzontale - August 18, 2005

    [...] Ringraziamenti: qualche tempo fa ho notato un gradevole menu orizzontale in ficklefish.net, e ho tentato di riprodurlo in questo sito (sto tuttora usando i suoi colori, grazie Shelly). Ho anche guardato liewcf.com (grazie Liew), il tema Pool, il WordPress Codex, diversi tutorial Max Design e naturalmente la Specifica HTML 4.01 e la Specifica CSS livello 1. Grazie a tutti per il prezioso aiuto. [...]

  11. 沉默旅团的刻字板 » Blog Archive » useful WordPress plugins - September 11, 2005

    [...] –20050902– WordPress Navigation Bar –20050901– Extended Live Archive –20050831– WordPress Code Highlight Plugin CoolCode Meng Yan –20050830– GetRecentComments http://blog.jodies.de/blog/20041113/ [...]

  12. 天佑的自由天地 » Blog Archive » Ultimate Tag Warrior 教學 - October 28, 2005

    [...] 當新增一篇 Page 後,再用 wp_list_pages function 或者參考 WordPress Navigation Bar 的方去顯示該 Page 就可以了。 [...]

  13. aNiu’Blog » Extended Live Archive 0.10 版本教學(摘) - November 5, 2005

    [...] 當新增一篇 Page 後,再用 wp_list_pages function 或者參考 WordPress Navigation Bar 的方去顯示該 Page 就可以了。 [...]

  14. Customizations for WordPress at PharmacyIT - November 16, 2005

    [...] 3. Added Navigation bar hack to header.php 4. Added Technorati tags to posts via Ecto blogging client. 5. Added Google Sitemaps Plugin 6. Used Crimson Milk Theme from Andrew Sutherland (great job Andrew!) 7. Added some of the recommended Plugins from Crimson Milk. These include Popularity Contest, Most Commented, some antispam plugins, and Ultimate Tag Warrior. 8. Added a few more plugins: Info Mail, Theme Switcher, and Subscribe to Comments. 9. Update main theme to K2. Great one! [...]

  15. 天佑的自由天地 » Blog Archive » Extended Live Archive 0.10 版本教學 - December 1, 2005

    [...] 當新增一篇 Page 後,再用 wp_list_pages function 或者參考 WordPress Navigation Bar 的方去顯示該 Page 就可以了。 [...]

  16. birphborph-beta-blog » Blog Archive » Improved Part 8 - December 7, 2005

    [...] Zum Beispiel gibts bereits seit einigen Tagen tolle Menü-Tabs! YEAH! Darauf hat die Welt gewartet! Geklaut von liewcf.com. Sehr nett und einfach gelöst, nur validiert die Seite noch nicht 100% nach XHTML, weil das CSS der Tabs noch nicht da steht, wo es hingehört… [...]

  17. Wordpress Top Navigation Bar Hack « WordPress Support - December 23, 2005

    [...] Link: http://www.liewcf.com/blog/archives/2005/05/wordpress-navigation-bar/ Posted: 2005-05-07 14:00:46 # [...]

  18. MacUser Community! - [CSS] Wie krieg ich so eine Navigation hin? - December 23, 2005

    [...] [CSS] Wie krieg ich so eine Navigation hin? Ich mchte mir eine private Homepage mit WordPress basteln. Bin darin nicht allzu bewandert, mchte aber eine Navi bauen wie sie in der angehngten Grafik ist. Es handelt sich hierbei um CSS. Wurden da irgendwie Grafiken verwendet oder kann man das komplett mit CSS realisieren? Hier ist z.B. ein Beispiel fr eine hnliche Navigation: http://www.liewcf.com/blog/archives…navigation-bar/ Knnte ich es damit hinbekommen? Fr Tipps wre ich dankbar… Angehngte Grafiken [...]

  19. Xjanker BLOG » Blog Archive » Extended Live Archive 0.10 版本教學 - January 17, 2006

    [...] 當新增一篇 Page 後,再用 wp_list_pages function 或者參考 WordPress Navigation Bar 的方去顯示該 Page 就可以了。 [...]

  20. Xjanker BLOG » Blog Archive » 转载:Extended Live Archive 0.10 版本教學 - January 18, 2006

    [...] 當新增一篇 Page 後,再用 wp_list_pages function 或者參考 WordPress Navigation Bar 的方去顯示該 Page 就可以了。 [...]

  21. 简易Blog相册建立 at E-space - January 18, 2006

    [...] ps:如果你想建立像我的Blog一样在顶部显示Page为菜单,请参考此文:WordPress Hack: WordPress Navigation Bar var tabPane1 = new WebFXTabPane( document.getElementById( “tab-pane-1″ ) ); [...]

  22. JKdiary.com » Blog Archive » kubrick 띰에 메뉴 바 넣기 - February 8, 2006

    [...] 먼저 상단에 보시는 바와 같이 메뉴 바를 넣었습니다. 이 메뉴바는 이곳을 통해 알게 되었습니다. [...]

  23. binslashbash.org - February 16, 2006

    [...] This little menu at the top is a wordpress hack created by Liew Cheon Fong but low and behold like most hacks it didn’t do exactly what I wanted it to so I had to mod it myself. However it’s still a quality wordpress hack. [...]

  24. Suche Kubrick Thema mit Links im Header - WordPress Deutschland Forum - March 2, 2006

    [...] …schau mal hier: http://www.liewcf.com/blog/archives/…avigation-bar/ __________________ blogshop – News aus der Blogosphre. [...]

  25. Wordpress Trkiye ~ Bal Grntle - link efekleri nasl? - March 3, 2006

    [...] sizi yle ynlendirelim yleyse [...]

  26. Flyweb »» blog site » Blog Archive » Kubrick and WordPress - September 6, 2006

    [...] Added a more efficient way to navigate my blog by use of Liew Cheon Fong’s ‘SuperNav-bar’. [...]

  27. The Philpot Spot » Blog Archive » Genesis, the snide version - January 13, 2007

    [...] The menu at the top of the page is on permanent loan from the excellent LiewCF - the raw code for the navigation bar can be found in this post here. It displays better in Firefox than in IE, but I think that this can be said of a lot of the webpages produced today. I still adamantly refuse to switch. [...]

  28. 随锅逐流 » Extended Live Archive 0.10 版本教學 - February 17, 2007

    [...] 當新增一篇 Page 後,再用 wp_list_pages function 或者參考 WordPress Navigation Bar 的方去顯示該 Page 就可以了。 [...]

  29. 滚瓜壮格 » Ultimate Tag Warrior 教學 - May 19, 2007

    [...] Page 後,再用 wp_list_pages function 或者參考 WordPress Navigation Bar 的方去顯示該 Page [...]

  30. 5个Wordpress导航菜单教程 | 帕兰映像 - August 30, 2008

    [...] 为Wordpress默认的Kubrick主题添加导航菜单 [...]

Leave a Reply