Template Tags for Blog Posts

Tag Function
get_the_date();

   Displays the date of the post.

get_the_time();

   Displays the time of the post.

the_title();

   Displays the title of the post.

the_permalink();

   Displays the permalink (URL) of the post.

get_the_author();

   Displays the post author’s name.

the_author_link();

   Displays the URL of the post author’s site.

Leave a Reply