Hi guys,
working on the front page of a site and I have following block of code:
<?php echo do_shortcode('[blog show_blog_aux="no" blog_type="standard" masonry_effect_type="effect-2" item_count="5" category="All" offset="0" posts_order="DESC" show_title="yes" show_excerpt="yes" show_details="yes" excerpt_length="20" content_output="excerpt" show_read_more="yes" pagination="load-more" width="1/1" el_position="first last"]')?>
Which I am using to generate a list of blog posts in a similar way that you can do this using the SPB by adding a Blog element. However when I click on the “Load More” button to show more posts I get the same 5 posts being added to the list… I don’t know why this is happening.
Can you suggest a possible cause for this?
Thanks,
– J