Making WordPress.org


Ignore:
Timestamp:
03/05/2024 02:45:07 AM (2 years ago)
Author:
adamwood
Message:

Support Theme: Redesign iteration 1

Replace wp4 with wporg-parent-2021
Redesign forums homepage
Reskin templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support-2024/page.php

    r7835 r13272  
    1313get_header(); ?>
    1414
    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">
    1618        <?php get_sidebar( 'helphub' ); ?>
    1719
    18         <div id="main-content">
    19             <?php
    20             while ( have_posts() ) :
    21                 the_post();
     20            <div id="main-content">
     21                <?php
     22                while ( have_posts() ) :
     23                    the_post();
    2224
    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
    2631        </div>
    2732
Note: See TracChangeset for help on using the changeset viewer.