"; if (has_post_thumbnail( ) ): the_post_thumbnail(); endif; the_category(); echo "

$post_title

"; echo "
"; the_excerpt(); echo '
'; echo 'SEE MORE'; echo ''; endwhile; wpex_pagination(); wp_link_pages( array('echo' => 0) ); endif;