コード例 #1
0
/**
 * Post/Page footer comments link 
 * Adds a link to the post and page footers with a link that shows the number
 * of comments and takes the user to the #respond area when clicked
 * 
 * @since 1.0.0
 */
function inti_do_post_page_footer_comments_link()
{
    $system = get_inti_option('commenting_system', 'inti_commenting_options');
    if (!is_front_page()) {
        echo inti_get_post_page_footer_comments_link();
    }
}
            echo esc_attr(sprintf(__('%s', 'inti'), the_title_attribute('echo=0')));
            ?>
" rel="bookmark"><?php 
            the_title();
            ?>
</a></h3>
											<div class="row">
												<div class="medium-6 columns">
													<?php 
            $args = array('show_author' => false, 'show_date' => true, 'show_cat' => false, 'show_tag' => false, 'show_icons' => false, 'show_uncategorized' => false);
            echo inti_get_post_header_meta($args);
            ?>
												</div>
												<div class="medium-6 columns">
													<?php 
            echo inti_get_post_page_footer_comments_link();
            ?>
												</div>
											</div>
										</header><!-- .entry-header -->

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

										<footer class="entry-footer">
											
										</footer><!-- .entry-footer -->