'post', 'post_status' => 'publish', 'category_name' => $cat, 'author_name' => $author, 'tag' => $tag, 'year' => $year, 'monthnum' => $monthnum, 'day' => $day, 's' => $keyword, 'posts_per_page' => $s_posts_p, 'order' => 'DESC', // 'ASC' 'orderby' => 'date' // modified | title | name | ID | rand );