Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Older Blog Entries Re: Older Blog Entries

#88905
TheDoc
Member

You’ll need to add a little something to the query to make it work:


'posts_per_page' => 3,
'paged' => get_query_var('paged')
);

// The Query
query_posts( $args ); ?>