Anmelden oder neues Benutzerkonto anlegen.

 

Doku » Template Tags/comments rss link


Inhaltsverzeichnis

[bearbeiten] Beschreibung

Zeigt einen Link zum RSS-Feed für einen Beitragskommentar an. Dieser Tag muss innerhalb der Schleife (The Loop) aufgerufen werden.

[bearbeiten] Verwendung

<?php comments_rss_link('text', 'file'); ?>

[bearbeiten] Beispiel

Zeigt den Link mit dem Text "Kommentar-Feed" an.

<?php comments_rss_link('Kommentar-Feed'); ?>

[bearbeiten] Parameter

'text' 
(string) Linktext für den RSS-Link. Standardeinstellung ist 'Comments RSS'.
'file' 
(string) Die Datei wo der Link hinführt. Standardeinstellung ist 'wp-commentsrss2.php'.

[bearbeiten] Ähnlich

comments_number, comments_link, comments_popup_script, comments_popup_link, comment_ID, comment_author, comment_author_IP, comment_author_email, comment_author_url, comment_author_email_link, comment_author_url_link, comment_author_link, comment_type, comment_text, comment_excerpt, comment_date, comment_time, comments_rss_link, comment_author_rss, comment_text_rss, comment_link_rss, permalink_comments_rss



Original Dokument: http://codex.wordpress.org/Template_Tags/comments_rss_link



Zurück zum Template Tags Verzeichnis