Skip to content

Instantly share code, notes, and snippets.

@AutumnEyes
AutumnEyes / book-query.php
Created June 24, 2014 18:29
Faculty Accomplishment
<?php
// CUSTOM BOOK QUERY
$args = array(
//Type & Status Parameters
'post_type' => 'accomplishment',
'post_status' => 'publish',