We need to add two snippets of code, one right below the opening body tag, and the other right before the closing body tag. What is the best way to do this? I checked out the wp_enqueue_script, but it appears the content would be in the head section.
|
Did you even open
And likewise for the footer. So...
|
|||
|
|
|
You were on the right track.
Here is the reference on codex: http://codex.wordpress.org/Function_Reference/wp_enqueue_script |
|||
|
|