Hello,
It seems that I cannot get this to work on this page – link above
Can you help me?
WHen I try to use this with a custom post type it just loads the same posts over and over again. Is this fixable?
]]>I have install WP Load more plugin for infinite scroll for all posts, when i am using it, it is showing feature images for only some posts, when i click on load more button it is showing only title and some of the content part, but feature image is not loading. please help me with this.
]]>Hello,
I use this plugin on my website, and on my webiste on the index.php when i click on the load more post button, it’s always repeat the same articles…
Do you have an idea ?
]]>Hello,
I absolutely love your plugin, but unfortunately I have to manually add support for the search archives. I’ve done this for quite a few sites now and I’m afraid there will be an update that’s going to break these sites.
What I did was change this (line 41 in wp-load-more-posts.php):
if( is_home() || is_archive() || is_tax() ) {
if( is_home() || is_archive() || is_tax() || is_search() ) {
Please let me know if you can do this update, or let me know if there’s a way I can override the wp_load_more_posts_init() function to include these changes ??
]]>Would it be possible to write in some code that would force the URL to be updated after each “load more” button click – giving the user the ability to hit the browser back button and land back in the article list where they were before going to the opened post?
This seems like it should definitely be in a required feature list for a plugin of this type…?
]]>Does this plugin only work with the standard wp loop? Cause I’ve been struggling for a couple hours trying to get it to work with a custom wp_query. It just kept looping / displaying the same posts over and over… As soon as I convert it to the standard wp loop, it works as expected, but I’m not able to do custom filtering and offsets and stuff.
]]>Hi,
I’m using the plugin with a page that loads the posts in a masonry grid so I’ve targeted the div that is wrapping the bricks and then I’m using the brick as the post class but I am having trouble getting the button to position below all the bricks. The masonry grid is created using css columns and I’ve tried clearing, column-span, displaying block/table/grid etc, and I can’t get it to work. Any ideas?
Thanks
]]>Great plugin! However please add code to search page as well.
]]>