Google News
logo
WordPress - Interview Questions
What are the template tags in WordPress? List some of them.
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()
Advertisement