Top Google Search Results
- WordPress › Support » add_filter for get_comments_pagenum_link
I'm using add_filter on get_comments_pagenum_link in functions.php to make a modification but I can't get it to work properly. Below is the unmodified code with ... - get_comments_pagenum_link() WordPress function reference ...
Signature. get_comments_pagenum_link( $pagenum = 1, $max_page = 0 ). pagenum: (int) Optional. Page number. Default: 1; max_page: Default: 0 ... - Changing the comments link produced by the get_comments_link ...
Dec 20, 2010 ... So the solution to the get_comments_pagenum_link() function is ... Which filters the output of get_comments_pagenum_link() to replace ... - get_comments_pagenum_link | A HitchHackers guide through ...
Feb 12, 2011 ... function get_comments_pagenum_link( $pagenum = 1, $max_page = 0 ) { global $post, $wp_rewrite; $pagenum = (int) $pagenum; $result ...