Hi,
You showed me how to add an affiliate code to my footer using my functions.php file. I followed the directions below. The links work great and I thought it was resolved, but today I discovered that the php code is displaying in my footer. How do I stop it from displaying?
Thanks, Susan
Hey Susan,
I think you need to wrap it inside a script tag, try to place
<script>
after this code:
function sas_itunes_script(){ ?>
then add this code:
</script>
before:
<?php }
Hope it helps :)
Best regards,
Nikko