I have a tab overlay on my custom front page. the tab head extends from the edge of the screen and when clicked, the tab body extends into the frame. Is there a php template page into which I can import this html/javascript code so that my tab displays on every blog page and post?
Share
Most themes have a
header.phpand afooter.phpwhich load on every page. You can put your code in there, or, better, build a child theme. You can also hook intowp_footer.