<!-- Begin Article -->
<article id="post-<?php 
the_ID();
?>
" <?php 
post_class(array($post_class));
?>
>

	<?php 
if (kleo_postmeta_enabled()) {
    ?>
		<div class="article-meta">
			<span class="post-meta">
				<?php 
    kleo_entry_meta();
    ?>
			</span>
			<?php 
    edit_post_link(__('Edit', 'kleo_framework'), '<span class="edit-link">', '</span>');
    ?>
		</div><!--end article-meta-->
	<?php 
}
?>
	
	<div class="article-content">
		<?php 
the_content(__('Continue reading <span class="meta-nav">&rarr;</span>', 'kleo_framework'));
?>
		<?php 
Example #2
0
File: image.php Project: 6226/wp
    the_post();
    ?>
			<article id="post-<?php 
    the_ID();
    ?>
" <?php 
    post_class();
    ?>
>
				<header class="entry-header">

					<div class="entry-meta">
			
						<ul class="link-list">
								<?php 
    kleo_entry_meta(true, array('comments' => false));
    ?>
						</ul>

					</div><!-- .entry-meta -->
				</header><!-- .entry-header -->

				<div class="entry-content">
					<div class="entry-attachment">
						<div class="attachment">
							<?php 
    kleo_the_attached_image();
    ?>
						</div><!-- .attachment -->

						<?php