I would like to increase the number of blog posts on the front page from 5 to 10. Is there an easy way to do this to have 2 rows instead of 1? thanks
Hello bwdaugherty! You can increase the number of blog posts on front page from 5 to 10. Please follow below steps: Step 1: Code: if (($iNumberOfPics > 0) && ($count < 10)) { if($count%5==0) { echo"<div class='clear'><br/></div>"; } Follow below image and add given code in front-page.php Step 2: Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature-post .feature-box { width: 175px; } Thanks & Regards Pramod Patel