コード例 #1
0
ファイル: content.php プロジェクト: chadthegreat/FFPACgvsu
    ?>
 
		</div><!--.entry-meta-category-tag-->
		<?php 
}
// End if 'post' == get_post_type()
?>
 

		<div class="entry-meta-comment-tools">
			<?php 
if (!post_password_required() && (comments_open() || '0' != get_comments_number())) {
    ?>
 
			<span class="comments-link"><?php 
    bootstrapBasicCommentsPopupLink();
    ?>
</span>
			<?php 
}
//endif;
?>
 

			<?php 
bootstrapBasicEditPostLink();
?>
 
		</div><!--.entry-meta-comment-tools-->
	</footer><!-- .entry-meta -->
</article><!-- #post-## -->
コード例 #2
0
				<span class="cat-links">
					<?php echo bootstrapBasicCategoriesList($categories_list); ?> 
				</span>
				<?php } // End if categories ?> 

				<?php
					/* translators: used between list items, there is a space after the comma */
					$tags_list = get_the_tag_list('', __(', ', 'bootstrap-basic'));
					if ($tags_list) {
				?> 
				<span class="tags-links">
					<?php echo bootstrapBasicTagsList($tags_list); ?> 
				</span>
				<?php } // End if $tags_list ?> 
			</div><!--.entry-meta-category-tag-->
			<?php } // End if 'post' == get_post_type() ?> 

			<div class="entry-meta-comment-tools">
				<?php if (! post_password_required() && (comments_open() || '0' != get_comments_number())) { ?> 
				<span class="comments-link"><?php bootstrapBasicCommentsPopupLink(); ?></span>
				<?php } //endif; ?> 

				<?php bootstrapBasicEditPostLink(); ?> 
			</div><!--.entry-meta-comment-tools-->
			<?php 
		} else {
			bootstrapBasicPostOn();
		} // is_single() 
		?> 
	</footer><!-- .entry-meta -->
</article><!-- #post -->