|
|
@@ -17,7 +17,7 @@ taxonomy-shoes.php
|
|
|
|
|
|
<div id="content" class="clearfix">
|
|
|
|
|
|
- <div id="main" class="col620 clearfix" role="main">
|
|
|
+ <div id="main" class="col620 left clearfix" role="main">
|
|
|
|
|
|
<h1 class="archive_title h2"><span><?php _e("Posts Categorized:", "bonestheme"); ?></span> <?php single_cat_title(); ?></h1>
|
|
|
|
|
|
@@ -27,9 +27,9 @@ taxonomy-shoes.php
|
|
|
|
|
|
<header>
|
|
|
|
|
|
- <h3><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><?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="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>
|
|
|
|
|
|
</header> <!-- end article header -->
|
|
|
|
|
|
@@ -37,7 +37,7 @@ taxonomy-shoes.php
|
|
|
|
|
|
<?php the_post_thumbnail( 'bones-thumb-300' ); ?>
|
|
|
|
|
|
- <?php the_excerpt('<span class="read-more">Read more on "'.the_title('', '', false).'" »</span>'); ?>
|
|
|
+ <?php the_excerpt('<span class="read-more">Read More »</span>'); ?>
|
|
|
|
|
|
</section> <!-- end article section -->
|
|
|
|