WordPress Template Tags

the_content​()                      Get post content
the_excerpt​()                      Get the post excerpt
the_title​()                        Get the title of the post
the_permalink​()                    Display post link
the_category​(​', '​)                 Display category of a post
the_author​()                       Show post author
the_ID​()                           Display post ID
edit_post_link​()                   Show Edit link for a post
next_post_link​(​'%link'​)            Display next page URL
previous_post_link​(​'%link'​)        Display previous page URL
get_links_list​()                   Retrieve blogroll links
wp_list_pages​()                    Retrieve all pages
wp_get_archives​()                  Retrieve archive for the site
wp_list_cats​()                     Retrieve all categories
get_calendar​()                     Show the built-in WordPress calendar
wp_register​()                      Show register link
wp_loginout​()                      Displays login or logout links (for registered users)
Comments