wpseek.com
A WordPress-centric search engine for devs and theme authors



the_title_rss › WordPress Function

Since0.71
Deprecatedn/a
the_title_rss ( No parameters )
Defined at:
Codex:

Displays the post title in the feed.



Source

function the_title_rss() {
	echo get_the_title_rss();
}