Where to locate the footer?

I’m adding a code from Pinterest to show the Save button on each of my site’s photo. Pinterest said that I should paste the code before the tag or the footer. But I can’t find it anywhere.

I’m using a Ethos child X theme.

Where do I paste the code?

Thanks!

Hi Sheina,

Thanks for reaching out.

Please add this code to your child theme’s functions.php along with your Pinterest code.

add_action('wp_footer', 'pinterest_embed_code', 999999999 );

function pinterest_embed_code () { ?>

<!-- add your pinterest code right under this line -->

<?php }

And please check this about child theme installation https://theme.co/apex/forum/t/setup-how-to-setup-child-themes/57

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.