Not Working
-
Hello!
I can get the plugin to work with your basic repeater template, but when I make changes to the template it no longer works.
Here is the shortcode I’m using:
[ajax_load_more post_type="results" posts_per_page="6" scroll="false" pause="true"]And here is the repeater template:
<div class="results-item"> <!-- article --> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <!-- post thumbnail --> <img src="<?php echo get('results_image'); ?>" /> <!-- /post thumbnail --> </article> <!-- /article --> </div>I suspect it has something to do with the custom field that I’m attempting to pull, but from reviewing your support page here the plugin should support custom fields. So I’m not sure what the issue is.
Any guidance would be much appreciated!
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
The topic ‘Not Working’ is closed to new replies.