Forums

[resolved] Show multiple post on front page - not working (5 posts)

  1. martino180
    Member
    Posted 2 years ago #

    I'm having a few issues having more than one recent post be visible on my front page.
    I'm using arthemia premium and have seen multiple posts work on other blogs using the same theme.

    Using wordpress 2.8.6

    Link: http://www.visualsugar.com/wordpress

    I've noticed that when I change the template it will show more than one most recent post, however when reverting back to arthemia it becomes a single post.

    Any advice and support would be greatly appreciated.

    Thanks,

    Mike

  2. martino180
    Member
    Posted 2 years ago #

    Anyone??

  3. alchymyth
    The Sweeper
    Posted 2 years ago #

    could you not get help from the theme creator, considering it's a premium theme?

    have you checked if there are any theme setting options from the admin dashboard ?

  4. martino180
    Member
    Posted 2 years ago #

    I've tried but haven't gotten a response from them.

    I have the WordPress Reading setting set to 5 for max posts but it just stops at 1...the most recent post.

  5. martino180
    Member
    Posted 2 years ago #

    Wow, I just totally figured it out by accident.

    I added

    <?php
    $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
    query_posts('showposts=3&paged='.$paged);
    
    ?>

    just before

    <?php while (have_posts()) : the_post(); ?>

    In the index.php

Topic Closed

This topic has been closed to new replies.

About this Topic