Functions
-
functionget_the_block_template_html()
Returns the markup for the current template.
-
functionget_the_category()
Retrieves post categories.
-
functionget_the_category_by_ID()
Retrieves category name based on category ID.
-
functionget_the_category_list()
Retrieves category list for a post in either HTML list or custom format.
-
functionget_the_category_rss()
Retrieves all of the post categories, formatted for use in feeds.
-
functionget_the_comments_navigation()
Retrieves navigation to next/previous set of comments, when applicable.
-
functionget_the_comments_pagination()
Retrieves a paginated navigation to next/previous set of comments, when applicable.
-
functionget_the_content()
Retrieves the post content.
-
functionget_the_content_feed()
Retrieves the post content for feeds.
-
functionget_the_date()
Retrieves the date of the post.
-
functionget_the_excerpt()
Retrieves the post excerpt.
-
functionget_the_generator()
Creates the generator XML or Comment for RSS, ATOM, etc.
-
functionget_the_guid()
Retrieves the Post Global Unique Identifier (guid).
-
functionget_the_ID()
Retrieves the ID of the current item in the WordPress Loop.
-
functionget_the_modified_date()
Retrieves the date on which the post was last modified.
-
functionget_the_modified_time()
Retrieves the time at which the post was last modified.
-
functionget_the_password_form()
Retrieves protected post password form content.
-
functionget_the_permalink()
Retrieves the full permalink for the current post or post ID.
-
functionget_the_posts_navigation()
Returns the navigation to next/previous set of posts, when applicable.
-
functionget_the_posts_pagination()
Retrieves a paginated navigation to next/previous set of posts, when applicable.
-
functionget_the_post_navigation()
Retrieves the navigation to next/previous post, when applicable.
-
functionget_the_post_thumbnail()
Retrieves the post thumbnail.
-
functionget_the_post_thumbnail_caption()
Returns the post thumbnail caption.
-
functionget_the_post_thumbnail_url()
Returns the post thumbnail URL.
-
functionget_the_post_type_description()
Retrieves the description for a post type archive.
-
functionget_the_privacy_policy_link()
Returns the privacy policy link with formatting, when applicable.
-
functionget_the_tags()
Retrieves the tags for a post.
-
functionget_the_tag_list()
Retrieves the tags for a post formatted as a string.
-
functionget_the_taxonomies()
Retrieves all taxonomies associated with a post.