Sprache wechseln
wpseek auf Twitter


Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren




the_content_feed [ ]

the_content_feed ( $feed_type = null )
Parameter:
  • (string) $feed_type The type of feed. rss2 | atom | rss | rdf
Nutzt:
Siehe:
Definiert in:
Codex



Display the post content for feeds.

Quellcode

function the_content_feed($feed_type = null) {
	echo get_the_content_feed($feed_type);
}

Beispiele [ wp-snippets.com ]

Top Google Suchergebnisse

Mehr ...

0 Nutzerkommentare

Noch keine. Sei der Erste!

Neu hinzufügen ...