Should I use do_action in the header file?
I have a lot to add on the header file because of if/else condition. And it makes the file very messy. So, I have decided to include another file...
So how to add it:
- Creating a function file and add it with do_action()
- Getting a template file get_template_part()
Topic template-include headers Wordpress
Category Web