Making WordPress.org


Ignore:
Timestamp:
05/27/2020 01:44:38 AM (6 years ago)
Author:
dufresnesteven
Message:

Showcase: Improve heading structure.

See: #4112

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/archive.php

    r7416 r9933  
    1818                        <?php site_screenshot_tag( 145, 'screenshot alignleft' ); ?>
    1919                    </a>
    20                     <h5><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>
    2121                    <div class="excerpt"><?php the_content_limit(200); ?></div>
    2222                    <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.