* * This was originally intended to allow you to display the latest posts on any page of the site.
* * The recommended way to do this by setting the "Front Page" and "Posts Page" options * in WP-Admin/Settings/Reading. If those options are set the index.php will be used * to display the blog page. * * If you desire a different template for your blog page, create a home.php in a child theme. * * @package Thematic * @subpackage Templates * @deprecated 1.0 */ // Providing deprecated file notice to be seen when WP_DEBUG is true _deprecated_file( sprintf( __( 'The template %s', 'thematic' ) . ':', basename(__FILE__) ), 'Thematic 1.0', null, sprintf( __( 'You can include a %s in a childtheme', 'thematic' ) . '.', 'home.php' ) ); // calling the header.php get_header(); // action hook for placing content above #container thematic_abovecontainer(); ?>
' . "\n\n" ); $wp_query = new WP_Query(); $wp_query->query( array( 'posts_per_page' => get_option( 'posts_per_page' ), 'paged' => $paged ) ); $more = 0; ?>