Button will not go away after posts have been loaded
-
Hello, I am experiencing a bug where the See More button does not go away after all the posts have been loaded. Is there something wrong with my code, or is this an issue with the plugin? Thanks!
Site: https://www.basispulse.com
Template Code:
<?php global $post; $desktop_tablet_featured_image_id = get_post_meta($post->ID, 'desktop_tablet_featured_image', true); $desktop_tablet_featured_image = wp_get_attachment_image_src($desktop_tablet_featured_image_id, 'full'); ?> <div class="col-sm-3 post-link-ajax"> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"> <img src="<?php bloginfo('template_url'); ?>/images/rollover-read-more.png" class="featured-image-more" /> <img src="<?php echo $desktop_tablet_featured_image[0]; ?>" alt="" class="featured-image" /> <h2><?php the_title(); ?></h2> </a> </div>
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Button will not go away after posts have been loaded’ is closed to new replies.