Beispiel #1
0
    ?>
</h1>
					<?php 
}
?>
		
				</header>
				
				<!-- Post Content -->
				<div class="post_content">
					<?php 
if (is_singular()) {
    ?>
					<?php 
    if (function_exists('the_remaining_content')) {
        the_remaining_content(__('Continue reading', 'duena'));
    } else {
        the_content('');
    }
    ?>

					<?php 
    wp_link_pages(array('before' => '<div class="page-links">' . __('Pages:', 'duena'), 'after' => '</div>'));
    ?>
					<?php 
}
?>
	
				</div>
				
				<?php 
if ($wp_version >= 3.6 && $post_format == 'video' && $has_uploaded_video) {
    ?>
        	<div class="entry-media">
        		<div class="video-content">
				<?php 
    the_post_format_video();
    ?>
			</div><!-- .video-content -->
		</div><!-- .entry-media -->
        <?php 
}
?>
        
        <?php 
if ($has_uploaded_video || $has_uploaded_audio) {
    the_remaining_content();
} else {
    the_content();
}
?>
        
        <?php 
/* Revert the content_width var for video post format */
if ($post_format == 'video') {
    $content_width = graphene_get_content_width();
}
?>
        
        <?php 
if (in_array($post_format, array('image', 'video'))) {
    ?>
    esc_attr_e('Album Art', 'esquire');
    ?>
" />
			</div>
			<?php 
}
?>

			<?php 
the_post_format_audio();
?>
			<?php 
if (function_exists('the_remaining_content')) {
    ?>
			<?php 
    the_remaining_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'esquire'));
    ?>
			<?php 
} else {
    ?>
			<?php 
    the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'esquire'));
    ?>
			<?php 
}
?>
			<?php 
wp_link_pages(array('before' => '<p class="page-link"><span>' . __('Pages:', 'esquire') . '</span>', 'after' => '</p>'));
?>
		</div><!-- .content -->
    the_permalink();
    ?>
" rel="bookmark"><?php 
    the_title();
    ?>
</a>
		</h1>
		<?php 
}
// is_single()
?>
	</header><!-- .entry-header -->

	<div class="entry-content">
		<?php 
the_remaining_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'twentythirteen'));
?>
		<?php 
wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'twentythirteen') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>'));
?>
	</div><!-- .entry-content -->

	<footer class="entry-meta">
		<?php 
twentythirteen_entry_meta();
?>

		<?php 
if (comments_open() && !is_single()) {
    ?>
		<span class="comments-link">
	<?php 
next_saturday_entry_date();
?>

	<div class="entry-container">
		<div class="entry-content">
			<div class="highlight-box">
				<?php 
the_post_format_audio();
?>
			</div><!-- .highlight-box -->
			<?php 
if (function_exists('the_remaining_content')) {
    ?>
			<?php 
    the_remaining_content(__('Read more <span class="meta-nav">&rarr;</span>', 'next-saturday'));
    ?>
			<?php 
} else {
    ?>
			<?php 
    the_content(__('Read more <span class="meta-nav">&rarr;</span>', 'next-saturday'));
    ?>
			<?php 
}
?>
			<?php 
wp_link_pages(array('before' => '<div class="page-link"><p>' . __('Pages:', 'next-saturday'), 'after' => '</p></div>'));
?>
		</div><!-- .entry-content -->