Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter NewbieGirl1

    (@newbiegirl1)

    Here is where I currently have the code.

    <?php get_header(); ?>
    <script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
    <!– Ad 3 –>
    <ins class=”adsbygoogle”
    style=”display:block”
    data-ad-client=”ca-pub-9003294595850854″
    data-ad-slot=”2709768654″
    data-ad-format=”auto”></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>

    <div id=”wrap” class=”clearfix”>

    <section id=”content” class=”primary” role=”main”>

    <?php if ( function_exists( ‘themezee_breadcrumbs’ ) ) themezee_breadcrumbs(); ?>

    <?php if (have_posts()) : while (have_posts()) : the_post();

    get_template_part( ‘content’, ‘page’ );

    endwhile;

    endif; ?>

    <?php comments_template(); ?>

    </section>

    <?php get_sidebar(); ?>

    </div>

    <?php get_footer(); ?>

Viewing 1 replies (of 1 total)