• vikkineal

    (@vikkineal)


    Basically what it says above – http://www.welookwelike.com – none of my post content is appearing… at all!

    I’ve only just noticed it today. I’ve deactivated all plugins and that hasn’t helped.

    The post content still exists within the wordpress dashboard – so it’s just not rendering on the page :S

    Here’s my code…

    <?php get_header(); ?>
    <div id="mainMessage">
      <h1>From business cards to billboards,</h1>
      <p>and small one page websites to HUGE
        classifieds websites, here's the list to date...</p>
    </div>
    </header>
    <h2>
      <?php the_title(); ?>
      <div class="paging">
        <?php previous_post_link('%link', '<', TRUE); ?>
        <?php next_post_link('%link', '>', TRUE); ?>
      </div>
    </h2>
    <div class="columnWrapper clearFix" id="portfolioPage">
      <article>
        <div class="leftColumn" id="top">
          <div class="panelWrapper clearFix">
            <?php the_post_thumbnail('portfolio-image-main'); ?>
            <img data-lazy-src="<?php echo kd_mfi_get_featured_image_url( 'featured-image-2', 'post', 'full' ); ?>" src="<?php bloginfo('template_directory'); ?>/images/shared/spacer.gif" /> <img data-lazy-src="<?php echo kd_mfi_get_featured_image_url( 'featured-image-3', 'post', 'full' ); ?>" src="<?php bloginfo('template_directory'); ?>/images/shared/spacer.gif" /> <img data-lazy-src="<?php echo kd_mfi_get_featured_image_url( 'featured-image-4', 'post', 'full' ); ?>" src="<?php bloginfo('template_directory'); ?>/images/shared/spacer.gif" />
            <!-- <img data-lazy-src="<?//php echo kd_mfi_get_featured_image_url( 'featured-image-5', 'post', 'full' ); ?>" src="<?//php bloginfo('template_directory'); ?>/images/shared/spacer.gif" />-->
          </div>
        </div>
        <div class="rightColumn">
          <div class="rightColWrapper">
            <div class="panelWrapper clearFix">
              <?php the_content(); ?>
            </div>
            <div class="speechBubble">
              <p><?php echo get_post_meta($post->ID, 'client', true) ?></p>
              <p><?php echo get_post_meta($post->ID, 'testimonial', true) ?></p>
            </div>
            <div class="speechBubbleBottom"></div>
          </div>
        </div>
      </article>
      <p id="back-top"> <a href="#top"><span></span></a> </p>
    </div>
    <?php get_footer(); ?>

    Any ideas?

    Thanks

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘All my post content seems to have disappeared from my site :S’ is closed to new replies.