Tag Archives: get_query_template

get_query_template

Retrieve path to a templateUsed to quickly retrieve the path of a template without including the file extension. It will also check the parent theme, if the file exists, with the use of locate_template(). Allows for more generic template location without the use of the other get_*_template() functions.

1653

Continue reading