Browsing articles in "Wordpress"

WordPress Building simple lists using get_posts()

Apr 11, 2009   //   by Michael D. Irizarry   //   PHP, Wordpress  //  1 Comment

It’s really simple to build lists using the get_posts() method. Here’s an example of getting all the posts from a single category.
Read more >>