[ create a new paste ] login | about

Link: http://codepad.org/ub3c9N9P    [ raw code | fork ]

jonedwards - PHP, pasted on Nov 29:
1
2
3
4
5
6
7
8
9
10
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<article>
	<hgroup>
		<h3><a href="<?php the_permalink();?>"><?php the_title();?></a></h3>
		<h4>Custom taxonomy name</h4>
	</hgroup>
        ...
        ...
</article>
<?php endwhile; ?>


Create a new paste based on this one


Comments: