Uses
Uses | Description |
---|---|
wp-includes/general-template.php: get_the_archive_title_prefix | Filters the archive title prefix. |
wp-includes/general-template.php: get_the_archive_title | Filters the archive title. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: _x() | Retrieve translated string with gettext context. |
wp-includes/general-template.php: get_the_date() | Retrieve the date on which the post was written. |
wp-includes/general-template.php: single_cat_title() | Display or retrieve page title for category archive. |
wp-includes/general-template.php: single_tag_title() | Display or retrieve page title for tag post archive. |
wp-includes/general-template.php: post_type_archive_title() | Display or retrieve title for a post type archive. |
wp-includes/general-template.php: single_term_title() | Display or retrieve page title for taxonomy term archive. |
wp-includes/query.php: is_year() | Determines whether the query is for an existing year archive. |
wp-includes/query.php: is_category() | Determines whether the query is for an existing category archive page. |
wp-includes/query.php: is_tag() | Determines whether the query is for an existing tag archive page. |
wp-includes/query.php: is_author() | Determines whether the query is for an existing author archive page. |
wp-includes/query.php: is_month() | Determines whether the query is for an existing month archive. |
wp-includes/query.php: is_day() | Determines whether the query is for an existing day archive. |
wp-includes/query.php: is_tax() | Determines whether the query is for an existing custom taxonomy archive page. |
wp-includes/query.php: is_post_type_archive() | Determines whether the query is for an existing post type archive page. |
wp-includes/query.php: get_queried_object() | Retrieve the currently-queried object. |
wp-includes/taxonomy.php: get_taxonomy() | Retrieves the taxonomy object of $taxonomy. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/author-template.php: get_the_author() | Retrieve the author of the current post. |