|
@@ -31,11 +31,11 @@ taxonomy-shoes.php
|
|
|
|
|
|
|
|
<h3 class="h2"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
|
|
<h3 class="h2"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
|
|
|
|
|
|
|
|
- <p class="meta"><?php _e("Posted", "bonestheme"); ?> <time datetime="<?php echo the_time('Y-m-j'); ?>" pubdate><?php the_time('F jS, Y'); ?></time> <?php _e("by", "bonestheme"); ?> <?php the_author_posts_link(); ?> <span class="amp">&</span> <?php _e("filed under", "bonestheme"); ?> <?php echo get_the_term_list( get_the_ID(), 'custom_cat', "" ) ?>.</p>
|
|
|
|
|
|
|
+ <p class="byline vcard"><?php _e("Posted", "bonestheme"); ?> <time class="updated" datetime="<?php echo the_time('Y-m-j'); ?>" pubdate><?php the_time('F jS, Y'); ?></time> <?php _e("by", "bonestheme"); ?> <span class="author"><?php the_author_posts_link(); ?></span> <span class="amp">&</span> <?php _e("filed under", "bonestheme"); ?> <?php echo get_the_term_list( get_the_ID(), 'custom_cat', "" ) ?>.</p>
|
|
|
|
|
|
|
|
</header> <!-- end article header -->
|
|
</header> <!-- end article header -->
|
|
|
|
|
|
|
|
- <section class="post-content">
|
|
|
|
|
|
|
+ <section class="entry-content">
|
|
|
|
|
|
|
|
<?php the_excerpt('<span class="read-more">Read More »</span>'); ?>
|
|
<?php the_excerpt('<span class="read-more">Read More »</span>'); ?>
|
|
|
|
|
|
|
@@ -68,7 +68,7 @@ taxonomy-shoes.php
|
|
|
<header class="article-header">
|
|
<header class="article-header">
|
|
|
<h1><?php _e("Oops, Post Not Found!", "bonestheme"); ?></h1>
|
|
<h1><?php _e("Oops, Post Not Found!", "bonestheme"); ?></h1>
|
|
|
</header>
|
|
</header>
|
|
|
- <section class="post-content">
|
|
|
|
|
|
|
+ <section class="entry-content">
|
|
|
<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "bonestheme"); ?></p>
|
|
<p><?php _e("Uh Oh. Something is missing. Try double checking things.", "bonestheme"); ?></p>
|
|
|
</section>
|
|
</section>
|
|
|
<footer class="article-footer">
|
|
<footer class="article-footer">
|