Coding OverFlow
Friday, March 15, 2013
Wordpress wp-query or get all posts in a array
$loop = new WP_Query(array('post_type' => 'post', 'posts_per_page' => 4));
$loop->posts();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment