Example #1
0
the_permalink();
?>
" title="<?php 
print esc_attr(the_title_attribute('echo=0'));
?>
" rel="bookmark"><?php 
the_title();
?>
</a></h2>

			<?php 
if ('post' == get_post_type()) {
    ?>
			<div class="entry-meta">
				<?php 
    wkwTheme::wkw_posted_on();
    ?>
			</div><!-- .entry-meta -->
			<?php 
}
?>

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

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

		<?php