Need custom footer on some pages//
Permalink
Have some code I need to add before the </body> tag. I have done it by changing the footer.php and adding it directly there.. but I would like different pages to have different code before the /body tag (and some pages not to have anything)
Is there is easy way to do that??
Is there is easy way to do that??
To do this, in the footer.php file, add the following code:
Let me know if this helps.