WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/get the title rss

Description

Retrieve the current post title for the feed.

Usage

<?php get_the_title_rss() ?>

Parameters

None.

Return Values

(string) 
Current post title.

Examples

Notes

Change Log

Since: 2.0.0

Source File

get_the_title_rss() is located in wp-includes/feed.php.

Related

See also index of Function Reference and index of Template Tags.