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 04-02-2007, 04:48 PM   #1
darnit
Confirmed User
 
Join Date: Jul 2001
Location: Teh Interweb
Posts: 2,439
Wordpress Question

In WordPress is it possible to configure posts in a certain category to not appear as a new post at the top of the blog but just appear in their respective category archives?

Thanks
darnit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2007, 05:02 PM   #2
beta-tester
Rock 'n Roll Baby!
 
Join Date: Sep 2004
Location: USA, temporarly
Posts: 22,562
yes it is possible. There is a plugin called category exclusion, or smth like that ;)
google it.
__________________

Sig for sale. Affordable prices. Contact me and get a great deal ;)

My contact:
ICQ: 944-320-46
e-mail: manca {AT} HotFreeSex4All.com
beta-tester is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2007, 05:09 PM   #3
GrouchyAdmin
Now choke yourself!
 
GrouchyAdmin's Avatar
 
Industry Role:
Join Date: Apr 2006
Posts: 12,085
It's really trivial to do this in TextPattern, WordPress, it would likely be easier to just 'Write as a Page', and set it for the subcategory you want. This will also have the "benefit" of not be displayed in a tree, they work individually.

TextPattern: Modify your display logic: <txp:article customfield="type"> or just create a new type of entry, and exclude it from the front page and/or category list.
__________________
GrouchyAdmin is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2007, 05:12 PM   #4
StarkReality
Confirmed User
 
StarkReality's Avatar
 
Join Date: May 2004
Location: 4 8 15 16 23 42
Posts: 4,444
http://zeo.unic.net.my/notes/exclude...-in-wordpress/
http://codex.wordpress.org/Conditional_Tags
StarkReality is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-02-2007, 05:36 PM   #5
darnit
Confirmed User
 
Join Date: Jul 2001
Location: Teh Interweb
Posts: 2,439
Awsome. Thanks everyone for the assistance. After digging a little on your suggestions i did find this plugin which seems to work like a charm

http://ryowebsite.com/?p=46

darnit is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-03-2007, 07:22 PM   #6
DjSap
Confirmed User
 
Join Date: Jul 2002
Posts: 3,869
You don't need a plugin to do this. For example if you want to exclude cat id 5 then put this in index.php at the top, this is a wordpress function.

<?php
if (is_home()) {
query_posts("cat=-5");
}
?>

You should avoid plugins unless it's necassery, since they may break at updates.
__________________
Blog Themes, TGP Design, Writing Services, Grunt Work
ICQ: 66871495
DjSap is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 04-08-2007, 01:24 PM   #7
Scroto
Confirmed User
 
Scroto's Avatar
 
Join Date: Nov 2005
Posts: 2,804
Quote:
Originally Posted by DjSap View Post
You don't need a plugin to do this. For example if you want to exclude cat id 5 then put this in index.php at the top, this is a wordpress function.

<?php
if (is_home()) {
query_posts("cat=-5");
}
?>

You should avoid plugins unless it's necassery, since they may break at updates.
Thanks man, that was excellent
Scroto 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.