All pastes #2070475 Raw Edit

Stuff

public text v1 · immutable
#2070475 ·published 2011-05-27 15:54 UTC
rendered paste body
        <?php 
            $args = '';
			$myposts = query_posts($args);
			foreach ($myposts as $post) { ?>
			<h2><a href="<?php echo get_permalink($post->ID);?>"><?=$post->post_title;?>	</a></h2>
			<p>by <?=$post->post_author;?> ON <?php echo date("F d, Y", strtotime($post->post_date));?><p>
			<p><?=the_excerpt();?> [...]</p>
			
			
			
				
			<?php	} ?>
			<br >
	<?php wp_pagenavi();?>
	<br >