Rating: 1 star
This plugin is not working even with wordpress default post listing.
]]>Rating: 5 stars
If you using custom WP_query make sure your store it in var named $wp_query.
Otherwise button will not disappear when all posts loaded.
Rating: 5 stars
Just what I needed.
]]>Rating: 1 star
Not by default for main page (as written in the description), not by using load_more_button() function.
]]>Rating: 5 stars
Do the job, without complicated options and settings, that make the integration in custom templates very easy. Thank you!
]]>Rating: 5 stars
Everything is great, but the styles on the button are awful (nothing a lil’ css can’t fix) ??
]]>Rating: 5 stars
Easy and minimal code installation, and customizing the “load more” button with CSS was easy too. It loads more posts just like it says! I’m also using a custom post type for my blog.
Update: 2020/10/24
Plugin still works with WP 5.5.1 !
Rating: 2 stars
Does not work, multiple js errors.
]]>Rating: 5 stars
We’ve been using this plugin for over a year now and it has perfectly fit our need.
]]>Rating: 5 stars
This plugin is lightweight and works well. Thank you so much for creating it.
The only thing I would recommend is to not use SVG animations. Chrome spits this out: SVG’s SMIL animations (<animate>, <set>, etc.) are deprecated and will be removed. Please use CSS animations or Web animations instead.
]]>Rating: 5 stars
Great little plugin, does the job perfectly
Few notes,
The Radio button for selecting the Loading animation is a minor tweak away from being usable. Not a big issue but none the less.
I agree, installation guide is needed. Found it in the support section, and it is super easy to use. A few lines somewhere on how to implement it would be a huge upgrade.
Rating: 5 stars
I filled the options in the settings of the plugin , added the function in my template files , nothing happens :/ It needs more specific steps on what to do with it …
— EDIT —
My bad for my earlier review , i figure it out.
Great plugin …
]]>Rating: 5 stars
Can’t fault it so far. To hide the button on the last page I used this code:
<?php if ( $wp_query->get( 'paged' ) != $wp_query->max_num_pages ) load_more_button(); ?>