Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wombatnaturals.com

    (@wombatnaturalscom)

    24-hour bump. Hoping to hear back on this issue while I have some time to work on it. Any/all insight is very appreciated.

    Thread Starter wombatnaturals.com

    (@wombatnaturalscom)

    This is the code from my landing page php

    <?php
    /**
    * The Template for displaying all single posts.
    */

    get_header(); ?>

    <div class=”ci-content-sidebar-right”>
    <div class=”ci-content-positioner”>
    <div id=”blog” class=”blog-single”>
    <?php if(have_posts()) : ?>
    <?php while(have_posts()) : the_post(); ?>

    <div class=”singlepost”>
    <div class=”entry”>

    <div class=”ci-clear”></div>
    </div>

    <div class=”ci-posttext-container”>

    <div class=”ci-post-text”>
    <?php the_content(”); ?>
    </div>
    </div>

    <?php endwhile; ?>

    <?php endif; ?>
    </div>

    </div>
    <div class=”ci-widgetarea-sidebar”>
    <?php
    lp_conversion_area(); /*print out form content*/
    ?>
    </div>
    <div class=”ci-clear”></div>

    </div>

    <?php get_footer(); ?>
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)