StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-15-2009, 06:14 PM
dbirlew dbirlew is offline
Registered User
Genesis Member
 
Join Date: Jun 2009
Posts: 2
Default Adding Categories to Navbar

Hello, I've been spending quite a bit of time at wordpress.org's codex trying to figure this out, but I'm not a PHP expert and I can't get my attempted coding to work. I'm modifying Corporate for my wife's site, and trying to add categories to the navbar of Header.php. We'd like the pages links to stay there (because there won't be many) then we'd like the top categories from the posts right next to them. Each main category should be a rollover that brings up the child categories below it, like this (pages denoted with P):

HOME ... ABOUT US(P) ... CONTACT US(P) ... CATEGORY 1 ... CATEGORY 2 ... CATEGORY 3
.................................................. .......CHILD A ........CHILD D ........ CHILD F
.................................................. .......CHILD B ........CHILD E ........ CHILD G
.................................................. .......CHILD C

Here is the code from Header.php, for convenience:
Code:
<div id="navbar">

	<ul id="nav">
		[*]Home
		<?php wp_list_pages('title_li=&depth=4&sort_column=menu_order'); ?>
		[*]Categories
		<ul><?php wp_list_categories('sorderby=name&depth=4&title_li='); ?>[/list]			
			[/list]    
</div>
Thank you very sincerely in advance, I've been banging my head on this for hours.
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding Categories to Navbar brandh General Discussion 1 11-09-2010 06:29 AM
Some Categories Won't Appear in the Cat Navbar eurasiarc General Discussion 18 11-22-2008 01:18 PM


All times are GMT -5. The time now is 07:56 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.