Functions
-
functionget_the_content()
Retrieves the post content.
-
functionget_the_content_feed()
Retrieves the post content for feeds.
-
functionget_the_date()
Retrieves the date on which the post was written.
-
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.
-
functionget_the_terms()
Retrieves the terms of the taxonomy that are attached to the post.
-
functionget_the_term_list()
Retrieves a post’s terms as a list with specified format.
-
functionget_the_time()
Retrieves the time at which the post was written.
-
functionget_the_title()
Retrieves the post title.
-
functionget_the_title_rss()
Retrieves the current post title for the feed.
-
functionget_to_ping()
Retrieves URLs that need to be pinged.
-
functionget_trackback_url()
Retrieves the current post’s trackback URL.