No longer working after latest update
-
I have been using the shortcode below at the bottom of posts to load 1 post at a time, excluding the current post, but this is no longer working after the most recent update. Is there something here that is no longer compatible? Thanks.
<?php echo do_shortcode('[ajax_load_more post_type="post" posts_per_page="1" scroll_distance="500" scroll="false" exclude="' . $exclude . '" max_pages="0" transition="fade" button_label="More"]') ?>
- The topic ‘No longer working after latest update’ is closed to new replies.