I am using Bob's v2 theme and enjoy it. Is there a way to show like 3 or 5 or more full, entire posts and then have summary ones below it? Currently, the theme only shows 1 complete post and then summarizes the older posts. I know almost nothing about coding/programming and wonder if this would be an easy adjustment to explain. I understand the answer lies somewhere in the index.php file. Thanks!
Blog Oh! Blog Forums » Wordpress Themes
Showing more than 1 full post in Bob's v2 theme
(2 posts)-
Posted 8 months ago #
-
Hi,
Check your index.php file and look for this code :-
<?php $firstpostquery = new WP_Query('showposts=1'); ?>Just change that number 1 to anything u like ;)
Posted 8 months ago #
Reply
You must log in to post.
