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.

Post New Thread Reply

Register GFY Rules Calendar Mark Forums Read
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 02-02-2012, 06:44 AM   #1
femdomdestiny
Confirmed User
 
femdomdestiny's Avatar
 
Industry Role:
Join Date: Apr 2007
Posts: 5,176
Wordpress TAGS questions

Hi: I have two question regarding this theme that maybe somene more experienced will know.Is there some plugin that will help do next:

1. exclude defined tags from showing on blog?
2. show only defined TAGS in widget area.

thanks
__________________
Femdom Destiny


--------------------------------------------
ICQ: 463-630-426
email: webmaster(at)femdomdestiny.com
femdomdestiny is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2012, 06:57 AM   #2
stocktrader23
Let's do some business.
 
stocktrader23's Avatar
 
Industry Role:
Join Date: Jan 2003
Location: The dirty south.
Posts: 18,781
You can take the tag call out of the template files for sure. I had to do it on a product site with 2000 product ID's as tags so I could use that post as a dynamic page.
__________________


Hands Free Adult - Join Once, Earn For Life

"I try to make a habit of bouncing my eyes up to the face of a beautiful woman, and often repeat “not mine” in my head or even verbally. She’s not mine. God has her set aside. She’s not mine. She’s His little girl, and she needs me to fight for her by keeping my eyes where they should be."
stocktrader23 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 02-02-2012, 03:31 PM   #3
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
Quote:
Originally Posted by femdomdestiny View Post
Hi: I have two question regarding this theme that maybe somene more experienced will know.Is there some plugin that will help do next:

1. exclude defined tags from showing on blog?
2. show only defined TAGS in widget area.

thanks
you could run a filter through the tag widget to exclude certain tags.

Code:
function my_tag_cloud_filter($args = array()) {
   $args['exclude'] = array(20, 80, 92); // tag ids to exclude
   return $args;
}

add_filter('widget_tag_cloud_args', 'my_tag_cloud_filter', 90);
like so.

for the main front page, you could do a custom query to exclude those tags.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks
Thread Tools



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.