• Trying to use the template tag below on my php, works great but I was curious if there was a way to have the tag display formatting and images that I include in my post from WP?

    <?php query_posts('cat=1&showposts=3'); ?>
                <?php while (have_posts()) : the_post(); ?>

    Thanks for the help!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Template tag display code not just text?’ is closed to new replies.