Esempio n. 1
0
	<?php 
if (has_post_thumbnail()) {
    ?>
		<a href="<?php 
    the_permalink();
    ?>
"><?php 
    the_post_thumbnail(array(75, 75), array('class' => 'alignleft'));
    ?>
</a>
	<?php 
}
?>
	<?php 
the_content(sprintf(__('Continue reading &#8216;%s&#8217;', 'k2'), get_the_title()));
?>
</div><!-- .entry-content -->

<footer class="entry-footer">
	<?php 
wp_link_pages(array('before' => '<div class="entry-pages"><span>' . __('Pages:', 'k2') . '</span>', 'after' => '</div>'));
?>
	<?php 
k2_entry_meta('standard-below');
?>
	<?php 
/* K2 Hook */
do_action('template_entry_foot');
?>
</footer><!-- .entry-footer -->
Esempio n. 2
0
								<?php 
    k2_entry_meta(1);
    ?>
							</div> <!-- .entry-meta -->
						</div> <!-- .entry-head -->

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

						<div class="entry-foot">
							<div class="entry-meta">
								<?php 
    k2_entry_meta(2);
    ?>
							</div><!-- .entry-meta -->
						</div><!-- .entry-foot -->
					</div> <!-- #post-ID -->
					<?php 
}
?>
				</div>
			</li>

			<?php 
/* K2 Hook */
do_action('k2_display_options');
?>
		</ul>
Esempio n. 3
0
</header><!-- .entry-header -->

<div class="entry-content">
	<?php 
if (has_post_thumbnail()) {
    ?>
		<a href="<?php 
    the_permalink();
    ?>
"><?php 
    the_post_thumbnail(array(75, 75), array('class' => 'alignleft'));
    ?>
</a>
	<?php 
}
?>
	<?php 
the_content(sprintf(__('Continue reading &#8216;%s&#8217;', 'k2'), get_the_title()));
?>
</div><!-- .entry-content -->

<footer class="entry-footer">
	<?php 
k2_entry_meta('aside-below');
?>
	<?php 
/* K2 Hook */
do_action('template_entry_foot');
?>
</footer><!-- .entry-footer -->