Changeset 1641 for sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/single.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/single.php
r1624 r1641 41 41 </div> 42 42 <div class="col-3"> 43 <div class="blog-categories"> 44 <h4><?php _e( 'Categories', 'rosetta' ); ?></h4> 45 <ul> 46 <?php wp_list_categories( 'title_li=&show_count=1&orderby=count&order=DESC&number=10' ); ?> 47 </ul> 48 </div> 43 <?php get_sidebar( 'blog' ); ?> 49 44 </div> 50 45 </div>
Note: See TracChangeset
for help on using the changeset viewer.