By: Chad Bell
- Find the file home.php
/blog/wp-content/themes/tma/home.php - Open file in HTML text editor.
- Find line
**** < ?php $the_query = new WP_Query(‘cat=-‘ .$catid. ‘&showposts=1&orderby=post_date&order=desc’); ****
and change &showposts=1 to show more posts.
- Save and refresh browser window.