Changeset 9933 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/archive.php
- Timestamp:
- 05/27/2020 01:44:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/archive.php
r7416 r9933 18 18 <?php site_screenshot_tag( 145, 'screenshot alignleft' ); ?> 19 19 </a> 20 <h 5><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h5>20 <h3 class="heading"><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3> 21 21 <div class="excerpt"><?php the_content_limit(200); ?></div> 22 22 <div class="meta"><?php tags_with_count( 'flat', '<strong>' . __( 'Tags:', 'wporg-showcase' ) . '</strong> ', ', ', '<br />'); ?><?php edit_post_link( __( 'Edit this entry', 'wporg-showcase' ) ); ?></div>
Note: See TracChangeset
for help on using the changeset viewer.