Thumbnails Not Displaying
-
Hi Darren,
I added the php code between the div in the index.php page of a Premium template.
<?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’ );
?>
<?php echo do_shortcode(‘[ajax_load_more]’); ?>
</div><!– #grid –><?php get_footer(); ?>
The load more is visible on screen but it only loads a list of post names down the left side not the thumbnails attached to it. The Older pagination button is still visible.
Your help would be kindly appreciated.
TIA
The topic ‘Thumbnails Not Displaying’ is closed to new replies.