<ul> <?php global $post; $myposts = get_posts('numberposts=5&category=4'); foreach($myposts as $post) : setup_postdata($post); ?> <li><a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></li> <?php endforeach; ?> </ul>.
You need to create an account or log in to post comments to this site.