Wordpress Question

Status
Not open for further replies.

Marcus Aurelius

I Work For Books
Mar 13, 2007
26
1
0
I tried to figure it out on Wordpress support forums, but nobody seems to know how to do it -- although it IS possible...


This is what I'm trying to figure out.


I'm planing to have 2 navigation menus, one just above the fold and one on the sidebar of the page.


Now, I have a parent directory called 'Authors' and lots of sub-categories with authors' names (ex. Tony, Rohn etc.). There are also other categories like 'Poems', 'Sonets' etc.


So far so good. Now the problem is that I want that on the fold menu there would be shown only sub-categories from 'Authors' parent category, hiding all the other categories. And on the sidebar there would be shown all the categories except the 'Authors'.


Anyone has an idea how to do this? :\


Thanks in advance, guys!
 


Hi,

I just skimmed through your post and apparently this is what you need!

<?php wp_list_cats('child_of=xxx') ?>

Where xxx is the category ID of your parent category!

Just let me know if it was helpful!

Cheers
 
  • Like
Reactions: Aequitas
Status
Not open for further replies.