WP Help
WP Help
Out of context: Reply #3
- Started
- Last post
- 13 Responses
- bulletfactory0
link? can we see the error?
looks correct to me, here's the gist of mine...
<?php if (have_posts()) : ?>
<?php query_posts('showposts=4'); ?>
<?php while (have_posts()) : the_post();
<h3><?php the_title() ?></h3><?php endwhile; ?>
<?php else : ?>
<?php endif; ?>- < -- sorry, i left out the closing tag on " :the_post();"bulletfactory