Comments vs. Pingbacks next page issue
Since you’re listing pings separately from comments, you probably need to filter get_comments_number to exclude pings. Here’s how I do it: <?php function oenology_comment_count( $count ) { // Only filter the comments number // in the front-end display if ( // WordPress conditional that returns true if // the current page is in the WP-Admin … Read more