<?php query_posts('cat=-1'); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <h3></h3> <p><?php the_time('F jS, Y') ?></p> <?php the_content(); ?> <?php endwhile; ?>
Subscribe
Login
0 Comments
Most Voted