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-full-width.php

    r5382 r13272  
    88get_header(); ?>
    99
    10     <main id="main" class="site-main page-full-width" role="main">
     10    <main id="main" class="wp-block-group alignfull site-main page-full-width is-layout-constrained wp-block-group-is-layout-constrained" role="main">
    1111
    12         <?php
    13         while ( have_posts() ) : the_post();
     12        <div class="wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow">
    1413
    15             get_template_part( 'template-parts/content', 'page' );
    16         endwhile; // End of the loop.
    17         ?>
     14            <?php
     15            while ( have_posts() ) : the_post();
     16
     17                get_template_part( 'template-parts/content', 'page' );
     18            endwhile; // End of the loop.
     19            ?>
     20
     21        </div>
    1822
    1923    </main><!-- #main -->
Note: See TracChangeset for help on using the changeset viewer.