StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 10-08-2009, 03:36 PM
s2aebelt s2aebelt is offline
Registered User
 
Join Date: Oct 2009
Posts: 5
Default exclude blog page category

first off. great theme! i am almost ready to switch over from my original theme. i found the coding to show all blog posts on the blog page, now I am hoping there is a way to EXCLUDE a category from the all blog posts code.

Here is the code I grabbed from the forum.

Code:
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("showposts=".$blog_cat_1_num."&paged=$page"); while ( have_posts() ) : the_post() ?>
i need to exclude the Tutorial Posts (cat id 5) from appearing on the blog page. http://brandbuildsell.com/v3/?page_id=49

thanks in advance!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Exclude certain catagories from blog page. ccass General Discussion 5 12-04-2008 08:42 AM
exclude a category from the blog monica-s General Discussion 4 11-18-2008 07:00 PM


All times are GMT -5. The time now is 07:34 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.