commit
f1b7f260c3
|
@ -35,6 +35,11 @@ require get_template_directory() . '/inc/template-tags.php';
|
|||
*/
|
||||
require get_template_directory() . '/inc/pagination.php';
|
||||
|
||||
/**
|
||||
* Custom hooks.
|
||||
*/
|
||||
require get_template_directory() . '/inc/hooks.php';
|
||||
|
||||
/**
|
||||
* Custom functions that act independently of the theme templates.
|
||||
*/
|
||||
|
|
Reference in New Issue