All pastes #2109279 Raw Edit

Mine

public php v1 · immutable
#2109279 ·published 2012-02-03 11:01 UTC
rendered paste body
<?phpif (is_home()) 	{	<ul>		query_posts('showposts=10&offset=5');	</ul>	}else	{	<ul>		<?php get_archives('postbypost', 10); ?>	</ul>	}?>