?> > <header class="entry-header"> <h1 class="entry-title"> <a href="<?php echo esc_url(bootstrapBasicGetLinkInContent()); ?> "><?php the_title(); ?> </a> </h1> <div class="entry-meta"> <?php bootstrapBasicPostOn(); ?> </div><!-- .entry-meta --> </header><!-- .entry-header --> <div class="entry-content"> <?php the_content(bootstrapBasicMoreLinkText()); ?> <div class="clearfix"></div> <?php /** * This wp_link_pages option adapt to use bootstrap pagination style. * The other part of this pager is in inc/template-tags.php function name bootstrapBasicLinkPagesLink() which is called by wp_link_pages_link filter. */
<!-- debug: bootstrap-basic/content.php --> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <h1 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a></h1> <?php if ('post' == get_post_type()) { ?> <div class="entry-meta"> <?php bootstrapBasicPostOn(); ?> </div><!-- .entry-meta --> <?php } //endif; ?> </header><!-- .entry-header --> <?php if (is_search()) { // Only display Excerpts for Search ?> <div class="entry-summary"> <?php the_excerpt(); ?> <div class="clearfix"></div> </div><!-- .entry-summary --> <?php } else { ?> <div class="entry-content"> <?php the_content(bootstrapBasicMoreLinkText()); ?> <div class="clearfix"></div> <?php /** * This wp_link_pages option adapt to use bootstrap pagination style. * The other part of this pager is in inc/template-tags.php function name bootstrapBasicLinkPagesLink() which is called by wp_link_pages_link filter. */ wp_link_pages(array( 'before' => '<div class="page-links">' . __('Pages:', 'bootstrap-basic') . ' <ul class="pagination">', 'after' => '</ul></div>', 'separator' => ''