Exemple #1
0
    }
    ?>

			<?php 
    the_content(independent_publisher_continue_reading_text());
    ?>
			<?php 
    wp_link_pages(array('before' => '<div class="page-links">' . __('Pages:', 'independent-publisher'), 'after' => '</div>'));
    ?>

		<?php 
}
?>
	</div>

	<?php 
/* Show Continue Reading link 
			WHEN this is a Standard post format 
			AND One-Sentence Excerpts options is enabled 
			AND we're not showing the first post full content 
			AND this is not a sticky post */
if (false === get_post_format() && independent_publisher_generate_one_sentence_excerpts() && independent_publisher_is_not_first_post_full_content() && !is_sticky()) {
    independent_publisher_continue_reading_link();
}
?>

</article><!-- #post-<?php 
the_ID();
?>
 -->
Exemple #2
0
    comments_popup_link(__('Comment', 'independent-publisher'), __('1 Comment', 'independent-publisher'), __('% Comments', 'independent-publisher'));
    ?>
</span>
		<?php 
}
?>

		<?php 
$separator = apply_filters('independent_publisher_entry_meta_separator', '|');
?>
		<?php 
edit_post_link(__('Edit', 'independent-publisher'), '<span class="sep"> ' . $separator . ' </span> <span class="edit-link">', '</span>');
?>
    
    <?php 
if ('post' == get_post_type() && independent_publisher_is_not_first_post_full_content() && has_tag()) {
    // post type == post conditional hides category text for Pages on Search
    ?>
      <br>
			Teil der Story <em><?php 
    echo independent_publisher_post_tags('', true);
    ?>
</em>
		<?php 
}
?>

	</footer>
	<!-- .entry-meta -->
</article><!-- #post-<?php 
the_ID();
			<?php 
    echo independent_publisher_get_post_date();
    ?>
		<?php 
}
?>

		<?php 
/* Show post word count when post is not password-protected AND 
 * this is a Standard post format AND
 * post word count option enabled AND 
 * we're not showing the first post full content
 */
?>
		<?php 
if (!post_password_required() && false === get_post_format() && independent_publisher_show_post_word_count() && independent_publisher_is_not_first_post_full_content()) {
    ?>
			<?php 
    echo independent_publisher_get_post_word_count();
    ?>
		<?php 
}
?>

		<?php 
/* Show comments link only when post is not password-protected AND comments are enabled on this post */
?>
		<?php 
if (!post_password_required() && comments_open() && !independent_publisher_hide_comments()) {
    ?>
			<span class="comments-link"><?php