Posts, Pages, ... (category)
body_class() | Displays the class names describing the current page. Intended for use in the <body> element. |
get_post_format() | Retrieve the format slug for a post |
get_post_time() | Gets the time of the current post creation in the specified format. You can specify a return format (the default is Unix format). Must be used in WordPress loop. |
get_the_date() | Gets the creation date of the current post. you can specify an arbitrary date output format. Used in a WordPress loop. |
has_post_parent() | Returns whether the given post has a parent post. |
have_posts() | Checks if |
in_the_loop() | Determines whether the caller is in The Loop (i.e. whether the loop is currently active). A conditional tag that is used to execute code only inside The Loop. |
next_image_link() | Displays next image link that has the same post parent. |
next_post_link() | Displays a link (tag A) to the next post relative (by date) to the current post from the specified taxonomy (the default is category). |
next_posts_link() | Displays the next posts page link. |
post_class() | Display the classes for the post div. |
post_password_required() | Whether post requires password and correct password has been provided. |
posts_nav_link() | Displays the post pages link navigation for previous and next pages. |
previous_image_link() | Displays previous image link that has the same post parent. |
previous_post_link() | Displays a link to the previous (by date) post from the specified taxonomy (the default is category). |
previous_posts_link() | Displays the previous posts page link. |
single_month_title() | Display or retrieve page title for post archive based on date. |
single_post_title() | Displays or retrieve page title for post. Designed for use on individual post pages. |
sticky_class() | Display "sticky" CSS class, if a post is sticky. |
the_category() | Displays links to the categories to which the post belongs in either HTML list or custom format. |
the_content() | Display the post content. It is template tag and must be used inside the loop. |
the_date() | Displays or Retrieve the date of the current post was written. Works with a group of posts (published on the same day). |
the_excerpt() | Displays the excerpt (quote) of the post, with [...] at the end (but this is not a link to reading the full material). |
the_excerpt_rss() | Display the post excerpt for the feed. |
the_ID() | Display the ID of the current post in the WordPress Loop. |
the_meta() | Display list of post custom fields. |
the_modified_author() | Display the name of the author who last edited the current post, if the author's ID is available. |
the_modified_date() | Display the date on which the post was last modified. |
the_post() | Sets the next post to the global |
the_post_navigation() | Displays the HTML block of links to the next and previous posts. Uses on a single post page: is_singular(). |
the_search_query() | Displays the contents of the search query variable. |
the_shortlink() | Displays the shortlink for a post. |
the_tags() | Retrieve the tags links for a post. |
the_time() | Display the time (date) at which the post was written in the specified format. |
the_title() | Display the current post title with optional HTML markup. It is accepted to use inside the WordPress Loop. |
the_title_attribute() | Displays the title of the post prepared (sanitized) for use in the HTML attributes of HTML tag. |
wp_get_shortlink() | Returns a shortlink for a post, page, attachment, or site. |
wp_link_pages() | The formatted output of a list of pages. |