How can I modify the following to specify a category?
$args = array( 'posts_per_page' => 3 );
$loop = new WP_Query( $args );
I want to specifically specify category to equal 1
How can I modify the following to specify a category?
$args = array( 'posts_per_page' => 3 );
$loop = new WP_Query( $args );
I want to specifically specify category to equal 1