• Resolved klauzer

    (@klauzer)


    Where can I fine the &lt/body>. I need to put a code in there.

    I am using Mystique templates.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try looking in header.php.

    Thread Starter klauzer

    (@klauzer)

    Thanks

    In header I see only this, no BODY here:

    <!– left+right bottom shadow –>
    <div class=”shadow-left page-content main-wrapper”>
    <div class=”shadow-right”>

    <?php
    $featured = get_mystique_option(‘featured_show_on’);
    if(is_page_template(‘page-featured.php’) || (is_home() && $featured==’home’) || ((is_home() || is_page()) && $featured==’pages’) || (is_single() && $featured==’posts’) || $featured==’all’) include(TEMPLATEPATH . ‘/featured-posts.php’); ?>

    it’s in the footer but there’s no need to make changes to it.
    use the footer content textarea from the settings to insert html…

    Thread Starter klauzer

    (@klauzer)

    Thanks

    I got it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Where is the </body>’ is closed to new replies.