• The Page
    http://www.bulowbiotech.com/test-home/

    The Problem
    I want to display the 3 most recent posts on the left (as its doing) and the page content on the right(its NOT doing) Instead of the page content it is displaying a random post.

    The Template Code

    <div class="col1">
    		<br />
    	<div class="scroll-pane">
    		<?php include('homeposts.php'); ?>
    	</div>
    </div> <!-- End Col1 -->
    <div class="col2 homepage">
    	<div class="scroll-pane">
    		<?php the_content() ?>
    	</div>
    </div>

    (heres the homeposts.php code as well)

    [Code moderated as per the Forum Rules. Please use the pastebin]

    So, WHY is column 2 where the content should go pulling a random post instead of the content?

  • The topic ‘Post feed and Content on the same page’ is closed to new replies.