the_title_rss() Displays the post title in the feed. ContentsSource Related Uses Changelog User Contributed Notes Source File: wp-includes/feed.php. View all references function the_title_rss() { echo get_the_title_rss(); } View on Trac View on GitHub Top ↑Related Top ↑Uses Uses Uses Description get_the_title_rss() wp-includes/feed.php Retrieves the current post title for the feed. Top ↑Changelog Changelog Version Description 0.71 Introduced. Top ↑User Contributed Notes You must log in before being able to contribute a note or feedback.
Top ↑Uses Uses Uses Description get_the_title_rss() wp-includes/feed.php Retrieves the current post title for the feed.