• Resolved silfver

    (@silfver)


    Hey!

    In my settings, under read, i’ve set the number of posts to be displayed to 2.

    So when i’m looping out the posts that a user have been writing in author.php with this code:

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

    It of course only shows two posts.

    I want to loop all posts out. Is this possible? Without changing the settings on my frontpage of course.

    Hope you guys understand what I mean! Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display all posts in author.php’ is closed to new replies.