Show excert from selected postings in a slected category
-
I would like to post an excert from the last 5 postings of a selected category.I use the following code but only get the first post.
What have I missed?
`?php
$postlist = get_posts(‘category=15&numberposts=5’);
foreach ($postlist as $post) ><?php the_excerpt(); ?>
“>read more
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Show excert from selected postings in a slected category’ is closed to new replies.