|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Feb 2003
Location: Dreamland
Posts: 1,685
|
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?
__________________
HaHaHa |
|
|
|
|
|
#2 |
|
Confirmed User
Industry Role:
Join Date: Mar 2004
Location: Great White North
Posts: 5,794
|
__________________
LinkSpun - Premier Adult Link Trading Community - ICQ - 464/\281/\250 Be Seen By New Webmasters/Affiliates * Target out webmasters/affiliates based on niches your sites are for less than $20 a month. AmeriNOC - Proudly hosted @ AmeriNOC! |
|
|
|
|
|
#4 | |
|
Confirmed User
Join Date: Feb 2003
Location: Dreamland
Posts: 1,685
|
Quote:
__________________
HaHaHa |
|
|
|
|
|
|
#6 |
|
Confirmed User
Join Date: Dec 2009
Posts: 997
|
what type of themes you use!!
__________________
|
|
|
|
|
|
#7 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,372
|
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/>';
}
?>
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() WP Stuff |
|
|
|