| Current Path : /home/ereika83/public_html/wp-content/themes/Builder/ |
| Current File : /home/ereika83/public_html/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 );