Archived topic
Adding HTML code under header on all post? (like an Amazon affiliate disclosure)
3 replies · Started by Mathieu on November 5, 2020
Looking for something like this:
https://imgur.com/a/XEwDX3r
Looking to add a piece of code saying the Amazon affiliate disclosure thing "I may earn an affiliate when clicking my links". I heard I had to edit the child theme's single.php (or something like that), but I really don't know how to do that. I'm also very new to PHP.
Also for security purposes, I don't want to use any plugin
Thanks!
Hi there,
A hook element should be what you are looking for:
https://docs.generatepress.com/article/hooks-element-overview/
https://docs.generatepress.com/article/hooks-visual-guide/
That was it, thanks!
No problem :)