I want to display the second most recent post but I'm kinda new to wordpress... help please, anybody.
$args = array('posts_per_page' => $options['posts12number'], 'category__in' => $options['politics']);
$the_query = new WP_Query($args);
?>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum's parser.]