Add HTML using Filter Hooks
-
I am trying to add some HTML code to a child theme. I know I can create templates for my child theme to override the parent theme’s files, but I am trying to see if there is a way to do it in the functions.php file.
I want to add a little HTML right after the header.php file, and then right before the footer.php file. I am thinking that filter hooks should be the way to do this, but I can’t find the right hooks. Am I looking in the right direction?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Add HTML using Filter Hooks’ is closed to new replies.