Hello. I am using the "iNove" theme with my wordpress blog and I am wanting to add a java script code for inline text link ads. There is no "Single Post" file in the editor and I need to insert the script code just before the </body> tag Is there any other way that I can insert this code, or a special plugin or method for themes that don't have a file with a </body> tag, or did I miss something while trying to find this tag??? Thanks for any replies. EJ
That code should go in footer.php, before the </div> of the footer or the container. If you put the code before </body>, it will be on the left side of the screen. BTW, the single post template is called single.php. It does not have </body>, only the footer and 404 templates do.