Archived topic
How to deploy some code onto header and body area
1 reply · Started by Ashok on August 17, 2020
Viewing posts 1–2 of 2
looking some simple way without installing any plugin
Thanks
Hi there,
maybe the Hook Element will help:
https://docs.generatepress.com/article/hooks-element-overview/
Adding code into:
<header> use the wp_header hook.
After opening body tag: wp_body_open
In the footer: wp_footer
This archived topic is closed to new replies.