In WordPress template tags are PHP functions that are used to display information dynamically or customize blog template.Below are the list of some generally used template tags in WordPress
- get_header()
- wp_register()
- get_sidebar()
- wp_title()
- wp_enqueue_script()
- get_the_author()
- wp_list_authors()
- category_description()
- get_bookmarks()
Read More about WordPress template tags from https://codex.wordpress.org/Template_Tags