![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#2
|
||||
|
||||
|
yes switch out this code on page blog
Code:
<?php $blog_cat_1 = get_option('agent_blog_cat_1'); $blog_cat_1_num = get_option('agent_blog_cat_1_num'); if(!$blog_cat_1) $blog_cat_1 = 1; //setting a default ?>
<?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() ?>
Code:
<?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=1&showposts=5&paged=$page"); while ( have_posts() ) : the_post() ?>
Template Name: Blog Page to Template Name: Blog Page2 or a name of your choosing and save as page_blog2.php or categoryname.php upload and choose
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse Make life easier use FireFox and these Customizing tools: Firebug - Web Developer New to Genesis? See our Guide for Beginners! Recommended StudioPress Designer StudioPress on Facebook |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Changes to the Blog Page Template question | bramsey | General Discussion | 4 | 03-12-2010 06:19 PM |
| Creating a new blog template | themos | General Discussion | 2 | 01-28-2010 09:03 PM |
| How to Setup the Blog Page Template Question | comander1987 | General Discussion | 3 | 11-08-2009 07:57 PM |
| When Creating a Page and Using Blog View Template | theparappa | General Discussion | 1 | 07-08-2009 12:14 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us