Hey guys,
I am new to the wordpress.org community.
I am currently working on my website in dreamweaver and making a news section by having my wordpress blog feed into my site using The Loop. So far so good, I figured out how to actually get the post to be visible on my site. However, I am only seeing one post even though I have 3 made and my "reading" options say to display 3.
Perhaps it is something wrong with my Loop code? This is what I currently have.
</div>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_date('','<h2>','</h2>'); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h3 class="storytitle"><a>" rel="bookmark"><?php the_title(); ?></a></h3>
<div class="storycontent">
<?php the_content(__('(more...)')); ?>
</div>
[Please post code snippets between backticks or use the code button.]
Any suggestions would be very helpful! Thank you =)
[duplicate: http://wordpress.org/support/topic/loop-help-in-dreamweaver-only-showing-most-recent-post?replies=1 - topic closed per forum rules]