Want to make a page with all blog post that is not index

  • Unknown's avatar

    Hi,

    I have currently building a child theme out of Twenty-Twelve to build a website. I am actually transferring an existing website to wordpress. I have been very successful so far. But the blog itself is not on the first page. So I am trying to make a static page template that simply shows the list of all blog post like the index would normally do. Using something like that doesn’t help:


    <?php while ( have_posts() ) : the_post(); ?>
    <?php get_template_part( 'content', get_post_format() ); ?>
    <?php endwhile; ?>

    It still show the content of the page from the admin.

    Any help?

  • The topic ‘Want to make a page with all blog post that is not index’ is closed to new replies.