Where are the <body> </body> tags in the WP Twenty Ten Theme???

6 replies
  • WEB DESIGN
  • |
I am going nuts trying to find the dang on
HTML Code:
<body> </body> tags
in the WP Twenty Ten Theme???

Normally these are found in the header.php file, but I cant find them in this theme.

Help!:confused:
#&lt or body&gt #&ltbody&gt #< or body> #<body> #tags #ten #theme #twenty
  • Profile picture of the author pjCheviot
    Banned
    The opening <body> tag is in header.php and

    the closing </body> tag is in footer.php

    HTH
    {{ DiscussionBoard.errors[4611739].message }}
    • Profile picture of the author otherwhirl
      Thanks!:p

      So is this the general rule for most WP themes?

      Originally Posted by pjCheviot View Post

      The opening <body> tag is in header.php and

      the closing </body> tag is in footer.php

      HTH
      {{ DiscussionBoard.errors[4614600].message }}
  • Profile picture of the author Biswajit1978
    I found body tag at wrapper.php in clipper theme and put affiliation code before </body> but affiliation code not work for me, help please

    affiliation code is

    <script type='text/javascript'>
    var pubID = 'XXXXXXX';

    (function(d, t) {
    var s = document.createElement('script');s.type = 'text/javascript';
    s.async = true;s.src = 'http://cdn0.cuelinks.com/js/cuelinksv1.js';
    document.getElementsByTagName('body')[0].appendChild(s);
    }());
    </script>
    {{ DiscussionBoard.errors[8286274].message }}
  • Profile picture of the author funsouk
    header and footer.php where you can see
    {{ DiscussionBoard.errors[8291477].message }}

Trending Topics