Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

wp_query first post

// The Query
$the_query = new WP_Query( $args );
$the_query->post OR $the_query->the_post()
 
PREVIOUS NEXT
Tagged: #post
ADD COMMENT
Topic
Name
4+9 =