Install the artgallery-toolbox
plugin
Paste This code in functions.php
and add place the inc
folder in the theme directory
/* Amit Custom Code Start Here */
add_action('wp_ajax_loadmore', 'artchive_loadmore_ajax_handler');
add_action('wp_ajax_nopriv_loadmore', 'artchive_loadmore_ajax_handler');
function artchive_loadmore_ajax_handler()
{
$paged = isset($_REQUEST['paged']) ? $_REQUEST['paged'] : 1;