How to show all my posts on the front page?
-
Hi,
I would like to show on my front page all my posts instead of only 3.
If I change the “3” by “-1” in this line:
<?php $args = array( ‘post_type’ => ‘post’,’posts_per_page’ => 3,’ignore_sticky_posts’ => 1);
in the index-blog.php file, I can show all my posts. But if I do this I get empty spaces on the front page. I mean, the posts do not show one after each other, I get blank spaces between the posts.Please, could you tell me how I can fix this?
My web: https://www.jabonesyburbujas.comThanks in advance.
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘How to show all my posts on the front page?’ is closed to new replies.