comment_author_url_link [ WordPress Function ]
comment_author_url_link ( $linktext = '', $before = '', $after = '' )
| Parameters: |
|
| See: | |
| Defined at: |
|
Soorgelijke functies: get_comment_author_url_link, comment_author_link, comment_author_email_link, comment_author_url, get_comment_author_link
Displays the HTML link of the url of the author of the current comment.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/comment author url link « WordPress Codex
<?php comment_author_url_link('linktext', 'before', 'after'); ?> ... <?php comment_author_url_link('Visit Site of Comment Author', ' • ', ' • '); ?> • Visit Site ...
codex.wordpress.org - WordPress › Support » Help on comment_author_url_link
Posted 8 months ago #. Hello good people,. I have a problem,. I want to display the comment author's name, then their url (enclosed in brackets) after it and I use ...
wordpress.org - テンプレートタグ/comment author url link - WordPress Codex 日本語版
2008年5月4日 ... 書式: <?php comment_author_url_link('linktext', 'before', 'after'); ?> 説明: コメント 投稿者のサイトへのリンクを出力。 位置: ループ内; 引数: ...
wpdocs.sourceforge.jp - Template Tags/comment author url link − WordDoku
<?php comment_author_url_link('linktext', 'before', 'after'); ?> ... <?php comment_author_url_link('Besuche die Website des Autors', ' • ', ' • '); ? > ...
doku.wpde.org