• 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(); ?>

  • The topic ‘Great, lightweight plugin!’ is closed to new replies.