* @copyright Copyright (c) 2009-2013, Edward Caissie * * @uses get_template_part( 'desk-mess-mirrored', get_post_format() ) * * @internal for 404, archive, author, index (home, front-page), page, single templates * * @version 2.0.3 * @date May 24, 2012 * Added conditional check for custom post types * * @version 2.2 * @date February 24, 2013 * Refactor post meta details into a better string output */ /** Set count variable for author 'mullet' loop */ global $count, $post; $count++; ?>
id="post-">

0 ) ) ) { ?>

post_type == 'post' ) ) { the_post_thumbnail( 'full', array( 'class' => 'aligncenter' ) ); } /** End if - has post thumbnail */ if ( is_home() || is_front_page() || is_single() || is_page() || ( is_author() && ( $count == 1 ) ) ) { the_content( __( 'Read more... ', 'desk-mess-mirrored' ) ); ?>
'', 'next_or_number' => 'number' ) ); } else { the_excerpt(); ?>