<?php $i=0; $recent = new WP_Query("showposts=10"); while($recent->have_posts()) : $recent->the_post(); ?> <li> <?php the_permalink(); ?> ///// link <?php the_title(); ?> /////// title </li> <?php endwhile; ?>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)