Making WordPress.org


Ignore:
Timestamp:
05/27/2020 01:44:38 AM (5 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/index.php

    r6456 r9933  
    33    <div class="wrapper archives">
    44        <?php get_sidebar( 'left' ); ?>
    5         <div class="col-5">
     5        <div class="col-5 archives-content">
    66        <?php
    77            breadcrumb();
     
    1414            <?php while ( have_posts() ) : the_post(); ?>
    1515
    16                 <?php the_date('', '<h4>', '</h4>'); ?>
     16                <?php the_date('', '<h3 class="heading">', '</h3>'); ?>
    1717                <div class="storycontent"><a href='<?php the_permalink(); ?>' title='<?php the_title_attribute(); ?>'><?php the_title(); ?></a></div>
    1818
Note: See TracChangeset for help on using the changeset viewer.