Make WordPress Core


Ignore:
Timestamp:
10/29/2013 04:28:11 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: implement an alternate "slider" view for home page featured content. Props iamtakashi for the design and implementation. Slider JavaScript code adapted from FlexSlider v2.2.0 props WooThemes and mbmufffin. See #25550.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/featured-content.php

    r25769 r25979  
    1212
    1313<div id="featured-content" class="featured-content">
    14 
     14    <div class="featured-content-inner">
    1515    <?php
    1616        do_action( 'twentyfourteen_featured_posts_before' );
     
    2727        wp_reset_postdata();
    2828    ?>
    29 
     29    </div><!-- .featured-content-inner -->
    3030</div><!-- #featured-content .featured-content -->
Note: See TracChangeset for help on using the changeset viewer.