Thread Starter
matius
(@matius)
If I were to exlude a category how would that look?
This doesn’t work for me: wp_list_cats($args = ‘exclude=3’)
Thankz
wp_list_cats(‘exclude=3’)
Thread Starter
matius
(@matius)
You see, I’m trying to fake ‘static’ pages so that I can take advantage of editing my pages from anywhere. Basically, I made a category with 5 sub-cats (info, company, etc). I need to find a way to hide that category and link to those single post pages directly within the code. I don’t want that ‘Static’ category or its posts showing up…
This is basically just the first step of trying to get that done.
It should, I am looking at your page. What is the category you want to exclude and its id?
Thread Starter
matius
(@matius)
Cat 3, called ‘Static’. It has 5 sub-cats…
Thread Starter
matius
(@matius)
The first post is actually meant to be a single-post page…I will strip the comments, trackbacks and all that and it will just be the title and paragraphs. That’s the goal.
Ok, so wp_list_cats(‘exclude=3’) has solved part of your issue as it is not showing up in the menu.
Anonymous
Matthius, I have been looking at something like this and perhaps this plugin by Kitten will do it also, rather than messing with lots of categories it will list each post headng (fake static page) individually in it’s own loop wherever you want it on the page. Might be worth a look – check out her “quicklinks” menu on the left for what it can look like.
http://mookitty.co.uk/devblog/archives/2004/06/01/show-categories-plugin-12/
Andrew
Thread Starter
matius
(@matius)
Andrew, so this plug-in lets you link directly to the post.
If you click on my moniker…I want the ‘inner’ menu and the top horizontal menu to be the static pages.
info, music, etc…
Think that’ll do the trick. I am about to walk out the door so I can’t read instructions at the moment.
Thanks-