|
|
@@ -32,22 +32,22 @@ single-bookmarks.php
|
|
|
printf( __( 'Posted <time class="updated" datetime="%1$s" pubdate>%2$s</time> by <span class="author">%3$s</span> <span class="amp">&</span> filed under %4$s.', 'bonestheme' ), get_the_time( 'Y-m-j' ), get_the_time( __( 'F jS, Y', 'bonestheme' ) ), bones_get_the_author_posts_link(), get_the_term_list( $post->ID, 'custom_cat', ' ', ', ', '' ) );
|
|
|
?></p>
|
|
|
|
|
|
- </header> <!-- end article header -->
|
|
|
+ </header>
|
|
|
|
|
|
<section class="entry-content clearfix">
|
|
|
|
|
|
<?php the_content(); ?>
|
|
|
|
|
|
- </section> <!-- end article section -->
|
|
|
+ </section>
|
|
|
|
|
|
- <footer class="article-header">
|
|
|
+ <footer class="article-footer">
|
|
|
<p class="tags"><?php echo get_the_term_list( get_the_ID(), 'custom_tag', '<span class="tags-title">' . __( 'Custom Tags:', 'bonestheme' ) . '</span> ', ', ' ) ?></p>
|
|
|
|
|
|
- </footer> <!-- end article footer -->
|
|
|
+ </footer>
|
|
|
|
|
|
<?php comments_template(); ?>
|
|
|
|
|
|
- </article> <!-- end article -->
|
|
|
+ </article>
|
|
|
|
|
|
<?php endwhile; ?>
|
|
|
|
|
|
@@ -67,12 +67,12 @@ single-bookmarks.php
|
|
|
|
|
|
<?php endif; ?>
|
|
|
|
|
|
- </div> <!-- end #main -->
|
|
|
+ </div>
|
|
|
|
|
|
<?php get_sidebar(); ?>
|
|
|
|
|
|
- </div> <!-- end #inner-content -->
|
|
|
+ </div>
|
|
|
|
|
|
- </div> <!-- end #content -->
|
|
|
+ </div>
|
|
|
|
|
|
<?php get_footer(); ?>
|