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.