Oops, this page doesn't exist.
Check out some of our articles below.
12,
'offset' => 0,
'orderby' => 'post_date',
'order' => 'DESC',
'post_type' => 'post',
'post_status' => 'publish'
);
query_posts($post_section_two_args);
if (have_posts()):
while (have_posts()):
the_post();
$category = get_the_category()[0];
?>