title (of post page) (tag)

get_admin_page_title()

Gets the title of the current admin page.

get_the_archive_title()

Retrieve the archive title based on the queried object.

get_the_title()

Gets the title of the post for further use in php. You can specify the post whose title you want to get.

single_month_title()

Display or retrieve page title for post archive based on date.

single_post_title()

Displays or retrieve page title for post. Designed for use on individual post pages.

single_term_title()

Display or retrieve title for the current taxonomy (category, tag, etc.). Uses on term archive pages.

the_archive_title()

Display the archive page title, based on the type of page (tag, term, category, date).

the_title()

Display the current post title with optional HTML markup. It is accepted to use inside the WordPress Loop.

the_title_attribute()

Displays the title of the post prepared (sanitized) for use in the HTML attributes of HTML tag.

wp_get_document_title()

Returns document title for the current page.