'DESC',
'post__in' => (array) $latest_four,
'ignore_sticky_posts' => 1
) );
?>
have_posts() ) :
$latest_content->the_post();
$post_counter++; ?>
%3$s',
esc_url( get_permalink() ),
esc_attr( sprintf( __( 'Permalink to %s', 'forever' ), the_title_attribute( 'echo=0' ) ) ),
$thumbnail
);
}
?>