Your IP : 216.73.216.171


Current Path : /home/ereika83/www/wp-content/themes/Builder/
Upload File :
Current File : /home/ereika83/www/wp-content/themes/Builder/page_blog.php

<?php

/*
Template Name: Blog Template

Runs a standard blog query and then loads the index.php template file
to render the blog view.
*/

global $more;
$more = 0;

$page = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
query_posts( "paged=$page" );

locate_template( array( 'index.php' ), true );