permalink_single_rss [ WordPress Function ]
permalink_single_rss ( $deprecated = '' )
| Parameters: |
|
| See: | |
| Defined at: |
|
Benzer Fonksiyonlar: permalink_link, the_permalink_rss, permalink_anchor, wp_get_single_post, wp_title_rss
Print the permalink to the RSS feed.
Examples [ wp-snippets.com ]
Google Arama Sonuçlarý
- Function Reference/permalink single rss « WordPress Codex
Description. This function is depracated since 2.3. Displays the permalink for the current post, formatted for syndication feeds such as RSS or Atom. This tag must ...
codex.wordpress.org - #4654 (permalink_single_rss needs a filter) – WordPress Trac
+1 to adding a filter specifically for the rss permalink output. But why is it called permalink_single_rss() anyway? Wouldn't the_permalink_rss() make more sense ...
core.trac.wordpress.org - permalink_single_rss() WordPress function reference, arguments ...
permalink_single_rss(). This function had been marked as deprecated since 2.3. Use the_permalink_rss(). Print the permalink to the RSS feed.
queryposts.com - <?php if (empty($wp)) { wp('feed=atom'); } header('Content-type ...
<link href="<?php permalink_single_rss() ?>" /> <?php foreach(get_the_category () as $category) { ?> <category scheme="<?php bloginfo_rss('home') ?> ...
svn.smedbergs.us