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 02-25-2009, 05:09 PM
jeffwbuchanan jeffwbuchanan is offline
Registered User
Pro Plus Member
 
Join Date: Jan 2009
Location: Orlando, FL
Posts: 145
Default Create Pages for Specific Categories

Forgive me if this has been posted but I've searched for over an hour and can't find anything relevant. I want to create specific pages for specific categories. For instance, I want to have a page for "Featured Resources" (cat=4). I've done this with the Streamline theme but the Church 3.0 theme seems to use different code.
Code:
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=".$blog_cat_1."&showposts=".$blog_cat_1_num."&paged=$page"); while ( have_posts() ) : the_post() ?>
I don't want to assume that this code would work in it's place and mess everything up:
Code:
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=33&showposts=5&paged=$page"); while ( have_posts() ) : the_post() ?>
Also, I've made a copy of the page_blog.php and renamed it page_featured_reasource.php. It doesn't show up in my theme editor. Can someone help me to navigate this? Thanks!
 

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
Creating sidebar link categories only on specific pages GreenRoom General Discussion 3 01-31-2010 01:51 PM
How do I create multiple section pages for categories? mrmark General Discussion 10 12-15-2008 12:18 PM


All times are GMT -5. The time now is 08:23 AM.

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