Posts By Author
-
I’ve been looking all over for this, and can’t seem to find it. Is there a way to change this code:
<?php
$posts = get_posts('numberposts=5');
foreach ($posts as $post) :
setup_postdata($post);
?>
So that it only gets posts from a specific author?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Posts By Author’ is closed to new replies.