Problems displaying posts!
-
Hi,
I’m having some trouble displaying the post correctly from a certain category.
The code I use:<?php query_posts('cat=1&showposts=15'); ?> <?php while (have_posts()) : the_post(); ?> <?php endwhile;?>
Ok – it shows the text/images of the 15 last posts from the category, but fail to give the title and/or date.
Is there a simple/advance way to get it displayed like:
<div> <strong>[TITLE]</strong><small>[date]</small> [Content of the post] </div>
Thanks in advance,
EvilPixy
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Problems displaying posts!’ is closed to new replies.