Changeset 547
- Timestamp:
- 04/20/2014 10:01:44 AM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/front-page.php
r119 r547 8 8 <div class="wrapper"> 9 9 <h2 class="section-title"><?php _e( 'There are many different ways for you to get involved with WordPress:', 'make-wporg' ); ?></h2> 10 <div class="js-masonry" data-masonry-options='{ "itemSelector": ".make_site" }'> 10 11 <?php 11 12 $sites_query = new WP_Query( 'post_type=make_site&posts_per_page=-1&order=ASC' ); … … 41 42 </article> 42 43 <?php endwhile; ?> 43 44 </div> 44 45 </div> 45 46 </section> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/functions.php
r450 r547 4 4 function make_enqueue_scripts() { 5 5 wp_enqueue_style( 'make-style', get_stylesheet_uri(), array(), '20140228' ); 6 wp_enqueue_script( 'masonry' ); 6 7 } 7 8 … … 9 10 function make_setup_theme() { 10 11 register_nav_menu( 'primary', __( 'Navigation Menu', 'make-wporg' ) ); 12 add_theme_support( 'post-thumbnails' ); 11 13 } 12 14 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css
r449 r547 179 179 width: 420px; 180 180 width: calc( 100% / 2 - 60px ); 181 min-height: 190px;182 181 font-size: 1.5em; 183 182 background: #fff;
Note: See TracChangeset
for help on using the changeset viewer.