Changeset 1641 for sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/front-page.php
- Timestamp:
- 05/30/2015 10:26:47 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/front-page.php
r1629 r1641 62 62 </div> 63 63 <div class="col-3"> 64 <?php 65 get_template_part( 'download-sidebar' ); 66 ?> 64 <?php get_sidebar( 'page' ); ?> 67 65 </div> 68 66 </div> … … 125 123 </div> 126 124 <?php endwhile; ?> 125 <?php if ( 'posts' === get_option( 'show_on_front' ) ) : ?> 127 126 <div class="wrapper"> 128 127 <div id="blog" class="section"> … … 143 142 144 143 <div class="col-3"> 145 <h5><?php _e( 'Blog Archives', 'rosetta' ); ?></h5> 146 <ul> 147 <?php wp_get_archives('type=monthly&limit=12'); ?> 148 </ul> 144 <?php get_sidebar( 'blog' ); ?> 149 145 </div> 150 146 </div> 151 147 </div> 148 <?php endif; ?> 152 149 </div> 153 150 <?php get_footer();
Note: See TracChangeset
for help on using the changeset viewer.