Thread Starter
RoLike
(@rolike)
Thread Starter
RoLike
(@rolike)
Or, I would like to make the width bigger so I can put 5 or 6 post boxes on the same line.
Hi
More blog post in front page For this find below code in index-slider.php line no 24 in wallstreet theme package
$args = array( ‘post_type’ => ‘post’,’posts_per_page’ =>3,’post__not_in’=>get_option(“sticky_posts”));
and replace with below code
$args = array( ‘post_type’ => ‘post’,’post__not_in’=>get_option(“sticky_posts”));
5 or 6 post boxes on the same line Its part of our code customization.
Thanks.
Thread Starter
RoLike
(@rolike)
Thank you so much, Imran ali!
If someone else wants to do this, I have found the above line in the index-blog.php document.
Have a nice day!
PS: yes, I will close this and yes I have rated the theme 5+