Hi!
I have in Settings - Reading define that Blog pages show at most 4 posts but all the post is visible:
http://www.santamonicahotelbooking.com/
What do I need to change?
Thanks!
Abdelhadi Touil answers:
Hi.
Can you share the content of index.php file from your theme ("shaken-grid-premium" folder)?
Charlotte Raboff comments:
Hi.
Here it is:
<?php
/* Frontpage (Blog)
*
* @since 1.0
* @alter 1.6
*/
get_header(); ?>
<div id="grid">
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-index.php and that will be used instead.
*/
get_template_part( 'loop', 'index' );
?>
</div><!-- #grid -->
<?php get_footer(); ?>