Changeset 13272 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/page.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/page.php
r7835 r13272 13 13 get_header(); ?> 14 14 15 <main id="main" class="site-main" role="main"> 15 <main id="main" class="wp-block-group alignfull site-main is-layout-constrained wp-block-group-is-layout-constrained" role="main"> 16 17 <div class="wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow"> 16 18 <?php get_sidebar( 'helphub' ); ?> 17 19 18 <div id="main-content">19 <?php20 while ( have_posts() ) :21 the_post();20 <div id="main-content"> 21 <?php 22 while ( have_posts() ) : 23 the_post(); 22 24 23 get_template_part( 'template-parts/content', 'page' ); 24 endwhile; // End of the loop. 25 ?> 25 get_template_part( 'template-parts/content', 'page' ); 26 endwhile; // End of the loop. 27 ?> 28 </div> 29 30 26 31 </div> 27 32
Note: See TracChangeset
for help on using the changeset viewer.