Changeset 6273 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php
- Timestamp:
- 12/14/2017 11:30:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php
r2377 r6273 55 55 <?php comments_template(); ?> 56 56 </div><!-- .col-5 --> 57 <div class="col-13">58 <p class="button"><a href="http://<?php get_site_domain( false ); ?>"><?php _e( 'Visit Site', 'wporg-showcase' ); ?></a></p>59 60 <h4><?php _e( 'Rating', 'wporg-showcase' ); ?></h4>61 <?php the_ratings(); ?>62 <p class='rating-descrip'><?php _e( 'Rate this site based on their implementation and use of WordPress.', 'wporg-showcase' ); ?></p>63 64 <?php wp_flavors(); ?>65 <br />66 <?php tags_with_count( 'list', '<h4>' . __( 'Tags', 'wporg-showcase' ) . '</h4><ul>', '', '</ul>' ); ?>67 </div>68 57 69 58 <?php get_sidebar( 'right' ) ?>
Note: See TracChangeset
for help on using the changeset viewer.