Hi. I have a custom button that I want displayed on EVERY page of the website… <button id=”get-away”>Go</button>
where in the theme should I place this? right now I have it in the page.php file but that’s not showing up everywhere.
thanks!
Hi!
You can use the wp_footer
hook;
https://codex.wordpress.org/Plugin_API/Action_Reference/wp_footer
Cheers!
Josue