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
martino180
Member
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 ?
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.
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