Пример #1
0
" title="<?php 
printf(esc_attr__('Permalink to %s', 'catch-evolution'), the_title_attribute('echo=0'));
?>
" rel="bookmark"><?php 
the_title();
?>
</a></h2>
			<h3 class="entry-format"><?php 
_e('Gallery', 'catch-evolution');
?>
</h3>
		</hgroup>

		<div class="entry-meta">
			<?php 
catchevolution_posted_on();
?>
		</div><!-- .entry-meta -->
	</header><!-- .entry-header -->

	<?php 
if (is_search()) {
    // Only display Excerpts for search pages
    ?>
		<div class="entry-summary">
			<?php 
    the_excerpt();
    ?>
		</div><!-- .entry-summary -->
		<?php 
} else {
Пример #2
0
		</header><!-- .entry-header -->

		<?php if ( is_search() ) : // Only display Excerpts for Search ?>
		<div class="entry-summary">
			<?php the_excerpt(); ?>
		</div><!-- .entry-summary -->
		<?php else : ?>
		<div class="entry-content">
			<div class="avatar"><?php echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'catchevolution_status_avatar', '65' ) ); ?></div>

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

		<footer class="entry-meta">
			<?php catchevolution_posted_on(); ?>
			<?php if ( comments_open() ) : ?>
			<span class="sep"> | </span>
			<span class="comments-link"><?php comments_popup_link(__('Leave a reply', 'catchevolution'), __('1 Comment &darr;', 'catchevolution'), __('% Comments &darr;', 'catchevolution')); ?></span>
			<?php endif; ?>
			<?php edit_post_link( __( 'Edit', 'catchevolution' ), '<span class="edit-link">', '</span>' ); ?>
		</footer><!-- #entry-meta -->
	</article><!-- #post-<?php the_ID(); ?> -->