The MU forums have moved to WordPress.org

static page - your latest posts (5 posts)

  1. bschwarting
    Member
    Posted 14 years ago #

    I want to use the static front page feature (dash->settings->reading). I also want to have another main page that does the "Your latest posts" feature. How do I do this?

  2. bschwarting
    Member
    Posted 14 years ago #

    I've tried using this:

    <?php if (have_posts()) : ?>
    <?php while (have_posts()) : the_post(); ?>
    <?php the_title(); ?>
    <?php endwhile; ?>
    <?php endif; ?>

    But it seems that it looks 1st at the WP flag that I have set for the static page. How can I get it to ignore that flag and go through the routine and print out all my posts?

  3. andrea_r
    Moderator
    Posted 14 years ago #

    There's another option right under that one to choose the page in which to show the blog posts.

  4. bschwarting
    Member
    Posted 14 years ago #

    man, never even saw that option. ok, i did that and it keeps redirecting back to the home page for some reason. ideas?

  5. craig@craigatx.com
    Member
    Posted 14 years ago #

    That option is not working for me. It does not redirect to the home page, but it pulls home page content and ignores the blog posts.

About this Topic

  • Started 14 years ago by bschwarting
  • Latest reply from craig@craigatx.com