wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



the_category_rss › WordPress Function

Od0.71
Przestarzałyn/a
the_category_rss ( $type = null )
Parametry:
  • (string) $type Optional, default is the type returned by get_default_feed().
    Wymagane: Nie
    Domyślny: null
Zobacz:
Zdefiniowane na:
Codex:

Displays the post categories in the feed.



Źródło

function the_category_rss( $type = null ) {
	echo get_the_category_rss( $type );
}