Hi,
i dont know why i have two different style for Load More Button. ss: https://prnt.sc/ky58pv
#1 load more button at basic pages
#2 load more button at archives pages
Also i have this snippet code to change text button load more, but both have a different result…
add_filter( 'wpsp_ajax_load_more','wpsp_change_load_more' );
function wpsp_change_load_more()
{
return 'LOAD MORE';
}
try to find private field for input blog link but not found so i am not yet input my blog link.
thanks