Пример #1
0
		<footer class="entry-footer">
			<?php 
    echo apply_atomic_shortcode('entry_author_avatar', '[entry-author-avatar]');
    ?>
			<?php 
    echo apply_atomic_shortcode('entry_tag', '<div class="entry-tag">' . __('[entry-terms text="' . __('Tagged in:', 'bon') . '"]', 'bon') . '</div>');
    ?>
		</footer><!-- .entry-footer -->

	<?php 
} else {
    ?>

		<header class="entry-header">
			<?php 
    echo bon_media_grabber(array('type' => 'gallery'));
    ?>
			<?php 
    echo apply_atomic_shortcode('entry_title', the_title('<h3 class="entry-title"><a href="' . get_permalink() . '" title="' . the_title_attribute(array('before' => 'Permalink to: ', 'echo' => false)) . '">', '</a></h3>', false));
    ?>
			<?php 
    echo apply_atomic_shortcode('entry_byline', '<div class="entry-byline">' . __('[entry-icon class="show-for-large"] [entry-author] [entry-published format="M, d Y" text="' . __('Posted on ', 'bon') . '"] [entry-comments-link] [entry-terms limit="1" exclude_child="true" taxonomy="category"] [entry-edit-link]', 'bon') . '</div>');
    ?>
		</header><!-- .entry-header -->

		<div class="entry-summary">
			<?php 
    wp_link_pages(array('before' => '<p class="page-links">' . '<span class="before">' . __('Pages:', 'bon') . '</span>', 'after' => '</p>'));
    ?>
		</div><!-- .entry-summary -->
Пример #2
0
		<footer class="entry-footer">
			<?php 
    echo apply_atomic_shortcode('entry_author_avatar', '[entry-author-avatar]');
    ?>
			<?php 
    echo apply_atomic_shortcode('entry_tag', '<div class="entry-tag">' . __('[entry-terms text="' . __('Tagged in:', 'bon') . '"]', 'bon') . '</div>');
    ?>
		</footer><!-- .entry-footer -->

	<?php 
} else {
    ?>

		<header class="entry-header">
			<div class="entry-video"><?php 
    echo bon_media_grabber();
    ?>
</div>
			<?php 
    echo apply_atomic_shortcode('entry_title', the_title('<h3 class="entry-title"><a href="' . get_permalink() . '" title="' . the_title_attribute(array('before' => 'Permalink to: ', 'echo' => false)) . '">', '</a></h3>', false));
    ?>
			<?php 
    echo apply_atomic_shortcode('entry_byline', '<div class="entry-byline">' . __('[entry-icon class="show-for-large"] [entry-author] [entry-published format="M, d Y" text="' . __('Posted on ', 'bon') . '"] [entry-comments-link] [entry-terms limit="1" exclude_child="true" taxonomy="category"] [entry-edit-link]', 'bon') . '</div>');
    ?>
		</header><!-- .entry-header -->

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