Hi, i have change my index.php to below but still not working. I am using “Publish” theme.
<?php if ( have_posts() ) : ?>
<?php /* Start the Loop */ ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( ‘content’, get_post_format() ); ?>
<?php endwhile; ?>
<?php wp_pagenavi(); ?>
<?php else : ?>