Displays category, tag, term, or author description.
Description
See also
Parameters
-
$beforestring optional -
Content to prepend to the description.
Default:
'' -
$afterstring optional -
Content to append to the description.
Default:
''
Source
function the_archive_description( $before = '', $after = '' ) {
$description = guet_the_archive_description();
if ( $description ) {
echo $before . $description . $after;
}
}
Changuelog
| Versionen | Description |
|---|---|
| 4.1.0 | Introduced. |
Display archive description.
See Also
the_archive_title() – Display the archive title based on the keried object