im still trying to get it to work with 2.0 but with no success. Anyone figure out how to hide categories on the front page ? thanks
google / look at wp_list_cats, namely: http://wiki.wordpress.org/wp_list_cats and notice the “exclude” option. maybe not as fancy as you’d like, but that would work.
that function seems to just give a list of categories. What I was looking to do was to actually HIDE posts from appearing on the FRONT PAGE that were posted in CERTAIN CATEGORIES.
Does anyone know how to do this in 2.0 ? Thanks!
anybody figure this out ?
Not sure if this what you are looking for, but I use these two in combination.
Private Categories 2
http://gregelin.com/archives/?page_id=2
and Category Visibility seems to be working without any problems for me..
Maybe You can try this: Go get the plugin called opt-in front page from Semiologic.com. It works althought it hides the sidebar also.
private categories and category visibility were giving me problems. but the opt-in front page worked perfectly. THANKS!
The opt-in plug-in works for me. Thanks!
I have also tried this
<?php query_posts(‘cat=9’); ?>
9 is the number od the category you want to show. It works.
Thanks to Jaycon
opt-in front page works great for me as well