get_comments_link [ WordPress Function ]
get_comments_link ( $post_id = 0 )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_comment_link, next_comments_link, edit_comment_link, comments_link, get_next_comments_link
Retrieves the link to the current post comments.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Template Tags/get comments link « WordPress Codex
The get_comments_link template tag returns the URL to the specified or current post's comments. Use comments_link to echo the value for the current post.
codex.wordpress.org - Changing the comments link produced by the get_comments_link ...
Dec 20, 2010 ... Currently my theme calls upon get_comments_link() to create the standard anchor #comments to link to the comments below the post, as does ...
wordpress.stackexchange.com - get_comments_link | A HitchHackers guide through WordPress
Feb 12, 2011 ... function get_comments_link($post_id = 0) {}. Retrieves the link ... function get_comments_link($post_id = 0) { return get_permalink($post_id) .
hitchhackerguide.com - PHPXRef 0.7 : WordPress : Function Reference: get_comments_link()
Function and Method Cross Reference. get_comments_link(). Defined at: /wp- includes/comment-template.php -> line 510. Referenced 2 times: ...
phpxref.ftwr.co.uk