In this example:

Ajax Load More Paging add-on has been enabled to create an intuitive and user-friendly slideshow of featured posts.

The Paging add-on can transform the Ajax Load More lazy load/infinite scroll functionality into a robust Ajax-powered navigation system – learn more.


<li>
   <a href="<?php the_permalink(); ?>">
      <?php the_post_thumbnail(); ?>
      <div class="text">
         <h3><?php the_title(); ?></h3>
         <?php the_excerpt(); ?>
      </div>
   </a>
</li>
PHP

The following shortcode was used to create the Slideshow Gallery example.

[ajax_load_more paging="true" paging_controls="false" paging_classes="slideshow-menu" paging_show_at_most="0" seo="true" post_type="portfolio" post__in="3514,3516,3515,1536,2612" css_classes="paging-slideshow" posts_per_page="1" images_loaded="true"]

The following Repeater Template was used to create the Slideshow Gallery example.