the_archive_title

Advertisement

Summery Summery

Display the archive title based on the queried object.

Syntax Syntax

the_archive_title( string $before = '', string $after = '' )

Parameters Parameters

$before

(Optional) Content to prepend to the title.

Default value: ''

$after

(Optional) Content to append to the title.

Default value: ''

Source Source

File: wp-includes/general-template.php

		/**
		 * Filters the category archive page title.
		 *
		 * @since 2.0.10
		 *
		 * @param string $term_name Category name for archive being displayed.
		 */

Advertisement

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.

See also See also

Advertisement

Leave a Reply