Add result counts with page size of 1
add_filter(‘frm_display_entry_content’, ‘frm_filter_content’, 20, 7); function frm_filter_content($content, $entry, $shortcodes, $display, $show, $odd, $atts) { if ( isset($atts[‘pagination’]) && $atts[‘count’] == 1 && $display->ID == 100 ) { //change 100 to your display ID $content = ‘Viewing Project 1 to ‘ .…Continue reading