How do I locate "Befor closing of body tag" /body> in Newsmag?

Posted in: Newsmag
Post count: 11

I need to embed a player from my radio stream and I need to insert a code in the body tag. before the /Body> and I seem not to find it. Can I get a screenshot or instructions on how to find it?

Post count: 9544

Look in either the header.php or footer.php files.

Post count: 11

Took a look at those but couldn’t find the closing tag ( /body> )

Post count: 9544

Closing </body> will generally be at end of the footer.php file.

e.g.,

<?php wp_footer(); ?>
</body>
</html>

===
REF – BASIC HTML INFO:
Definition and Usage
The <body> tag defines the document’s body.

The <body> element contains all the contents of an HTML document, such as text, hyperlinks, images, tables, lists, etc.

Example
A simple HTML document, with the minimum of required tags:

<html>
<head>
<title>Title of the document</title>
</head>

<body>
The content of the document......
</body>

</html>
  • This reply was modified 10 years by simchris.
  • This reply was modified 10 years by simchris.
  • This reply was modified 10 years by simchris.
Post count: 6535

Hi

Thank @Chris for your helps!

@oldswat
</body> can be found in footer.php file here: http://screencast.com/t/5hdFAMzTP

Thanks!

  • This reply was modified 10 years by Andrei L..
Post count: 11

Thanks a lot. but unfortunately, its not working. Its a radio stream widget i generated from Centova Stream. One code needs to go in the body tag and the other on the page i want the player to appear. But it seems not to work and I might give up. Thanks for your help and if you have extra tips, please let me know.

Post count: 6535

Hi

You can edit the file which generate the post/page template used and place your code there: http://screencast.com/t/7UjT8J1ily

Thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newsmag’ is closed to new topics and replies.