Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Displaying to many posts WordPress

  • SOLVED

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!

Answers (2)

2013-09-13

Arnav Joy answers:

Check theme settings . You could get some settings there also

2013-09-13

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(); ?>