64, ) ); $comment_pagination = paginate_comments_links( array( 'echo' => false, 'end_size' => 0, 'mid_size' => 0, 'next_text' => __( 'Newer Comments', 'blogcards' ) . ' ', 'prev_text' => ' ' . __( 'Older Comments', 'blogcards' ), ) ); if ( $comment_pagination ) { $pagination_classes = ''; // If we're only showing the "Next" link, add a class indicating so. if ( false === strpos( $comment_pagination, 'prev page-numbers' ) ) { $pagination_classes = ' only-next'; } // If we're only showing the "Prev" link, add a class indicating so. if ( false === strpos( $comment_pagination, 'next page-numbers' ) ) { $pagination_classes = ' only-prev'; } ?>
'

', 'title_reply_after' => '

', ) ); } elseif ( is_single() ) { ?>