Revision: 24443
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 1, 2010 20:08 by chippper
Initial Code
<?php get_header(); ?>
<?php if(have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<h2><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
<?php the_content(''); ?>
<h4>Posted in <?php the_category(', ') ?></h4>
<?php endwhile; ?>
<?php endif; ?>
<?php get_footer(); ?>
Initial URL
Initial Description
Initial Title
Basic Wordpress Loop
Initial Tags
php, textmate, wordpress
Initial Language
PHP