raosougandh
Member
Posted 2 years ago #
I Need to make the following customizations to my blog which uses 'The Morning After' theme.
The theme shows only one post in the home page, i.e the last post
Customization - I want it to show at least 10 latest.
The content Font is too small,
Customization - Need to increase the font.
Recent Posts in the middle column
Customization - Remove recent recent posts and Add Featured posts and below that display Category list.
Does somebody know how to show more latest posts in this theme?
Should be selected in admin/reading
Go in your home.php file and show up the loop code. We need to see how it is done, so that we can suggest how to change it.
Normally posts_per_page=10
That's whole home.php
[Code moderated as per the Forum Rules. Please use the pastebin]
tried to change this line
$the_query = new WP_Query("cat=$feat_id&showposts=$limit");
to :
$the_query = new WP_Query("showposts=5");
Ppl suggestes that it works, but for me not. I switched off all my plugins and still not working.
Found a page where it works : Link