Changeset 9933 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/index.php
- Timestamp:
- 05/27/2020 01:44:38 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/index.php
r6456 r9933 3 3 <div class="wrapper archives"> 4 4 <?php get_sidebar( 'left' ); ?> 5 <div class="col-5 ">5 <div class="col-5 archives-content"> 6 6 <?php 7 7 breadcrumb(); … … 14 14 <?php while ( have_posts() ) : the_post(); ?> 15 15 16 <?php the_date('', '<h 4>', '</h4>'); ?>16 <?php the_date('', '<h3 class="heading">', '</h3>'); ?> 17 17 <div class="storycontent"><a href='<?php the_permalink(); ?>' title='<?php the_title_attribute(); ?>'><?php the_title(); ?></a></div> 18 18
Note: See TracChangeset
for help on using the changeset viewer.