GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   WP Guru's... Help Please! (https://gfy.com/showthread.php?t=946296)

Dennis69 01-02-2010 06:44 AM

WP Guru's... Help Please!
 
My theme has my categories listed along the top of my page in the header, I like this feature but I need a way to stop some categories from being displayed there, with hundreds of categories it will look like a jungle soon!

Any plugins etc available for this?

Jdoughs 01-02-2010 06:54 AM

&exclude=10

http://codex.wordpress.org/Template_...ist_categories

seeandsee 01-02-2010 06:56 AM

i had big problems with it, i manualy coded for me

Dennis69 01-02-2010 07:13 AM

Quote:

Originally Posted by Jdoughs (Post 16701802)

Thnaks... checking into it now!

fris 01-02-2010 08:39 AM

ya exclude the cats you want

Dappz 01-02-2010 08:43 AM

what type of themes you use!!

fris 01-02-2010 12:29 PM

something like this, if you want to display in your own custom way if you dont want to use ordered lists, etc.

Code:

<?php

$cats = get_categories('exclude=10,2,3'); // cat id's of 10 and 2 and 3 modify if needed
foreach ($cats as $cat) {
echo '<a href="'. get_category_link($cat).'">'.$cat->cat_name . '</a><br/>';
}

?>



All times are GMT -7. The time now is 04:55 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123