• I am interested in putting a navigation bar on the top of my page (like the one shown on the Kubrick site.) I found a link to Listmatic on this forum and found some stuff that I think would be cool, except Im not sure where to put the code they use. Each list has a section that shows some html code, and then some css code. The thing is, I dont know where to put this code (index.php, wp_layout.css, ect.)
    Here is the link to the code:
    http://css.maxdesign.com.au/listamatic/horizontal05.htm
    Thanks for the help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Put the HTML code in your index.php – where you want the navigation stuff to appear…
    and put the CSS part of the given code in your wp-layout.css.

    Thread Starter nluckett

    (@nluckett)

    Alright, thanks! Ive got it working, now I just have to mess with it to make it look good. Thanks for the help

    Thread Starter nluckett

    (@nluckett)

    Alright, since you were so helpful before….here is a really dumb question (Im sure). Now that I have this cool navigation bar and I can link to different pages, how do I make the pages different? For example, I made a bio page called bio.php (which is just a copy of index.php renamed). All this page shows now is the same thing that is on my index page. So, I guess my question is, can all of your pages be indepented blog like setups? So that if I wanted to blog on the bio page I could? Or do all of your other pages have to be static?

    Hmmm… If your blog is on your index.php page why would you want it on the bio page, too? For me it just doesn’t make sense. )or maybe I am slow today, LOL)
    If you want to have some specific text on those pages (like a cv/resume in bio page) then delete The Loop from that page, so the posts won’t appear there. Additionally you can also change/delete/add anything in the menu/sidebar.
    After that you can put there any text or anything you wish. See also this thread: http://wordpress.org/support/3/13159

    Thread Starter nluckett

    (@nluckett)

    Thanks, moshu, you are very helpful! And yeah, I guess having the blog on many pages doesnt make sense! Haha.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Navigation with html and css’ is closed to new replies.