Changeset 26694
- Timestamp:
- 12/05/2013 10:08:45 PM (12 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-featured-post.php
r26556 r26694 10 10 11 11 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 12 <a class="post-thumbnail" href="<?php the_permalink(); ?>" rel="<?php the_ID(); ?>">12 <a class="post-thumbnail" href="<?php the_permalink(); ?>"> 13 13 <?php 14 14 // Output the featured image. -
trunk/src/wp-content/themes/twentyfourteen/css/ie.css
r26689 r26694 1037 1037 1038 1038 .ie7 .featured-content .post-thumbnail img { 1039 position: relative; ;1039 position: relative; 1040 1040 } 1041 1041 -
trunk/src/wp-content/themes/twentyfourteen/inc/template-tags.php
r26599 r26694 195 195 <?php else : ?> 196 196 197 <a class="post-thumbnail" href="<?php the_permalink(); ?>" rel="<?php the_ID(); ?>">197 <a class="post-thumbnail" href="<?php the_permalink(); ?>"> 198 198 <?php 199 199 if ( ( ! is_active_sidebar( 'sidebar-2' ) || is_page_template( 'page-templates/full-width.php' ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.