Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/archive.php
- Timestamp:
- 03/05/2024 02:45:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/archive.php
r9931 r13272 12 12 get_header(); ?> 13 13 14 <main id="main" class=" site-main" role="main">14 <main id="main" class="wp-block-group alignfull site-main is-layout-constrained wp-block-group-is-layout-constrained" role="main"> 15 15 16 < h1><?php single_cat_title(); ?></h1>16 <div class="wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow"> 17 17 18 <div class="three-up helphub-front-page"> 19 <?php 20 while ( have_posts() ) : 21 the_post(); 22 ?> 18 <h1><?php single_cat_title(); ?></h1> 23 19 24 <a href="<?php echo esc_url( get_the_permalink() ); ?>" class="archive-block"> 25 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> 26 <?php the_title( '<h2>', '</h2>' ); ?> 20 <div> 21 <?php echo do_blocks( 22 sprintf( 23 '<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|10"}},"className":"is-style-cards-grid","layout":{"type":"grid","minimumColumnWidth":"32.3%%"},"fontSize":"small"} --> 24 <div class="wp-block-group is-style-cards-grid has-small-font-size">%s</div> 25 <!-- /wp:group -->', 26 wporg_support_get_archive_posts(), 27 ) 28 ); ?> 27 29 28 <?php the_excerpt(); ?> 29 </article> 30 </a> 30 </div> 31 31 32 33 <?php endwhile; ?> 32 <div class="archive-pagination"> 33 <?php posts_nav_link(); ?> 34 </div> 34 35 35 36 </div> 36 37 37 <div class="archive-pagination">38 <?php posts_nav_link(); ?>39 </div>40 38 </main> 41 39
Note: See TracChangeset
for help on using the changeset viewer.