Return to Snippet

Revision: 39864
at January 21, 2011 23:39 by nachuge


Initial Code
<?php while(have_posts()) : the_post(); ?>
		<ul>
		<?php
		$myposts = get_posts('numberposts=-1&');
		foreach($myposts as $post) :
		?>
		<li><?php the_time('F d'); ?>: <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>

		<?php endforeach; ?>
		</ul>

		<?php endwhile; ?>

Initial URL


Initial Description


Initial Title
wordpress resimsiz haber arÅŸivi

Initial Tags


Initial Language
PHP