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/bbpress.php

    r4248 r13272  
    88get_header(); ?>
    99
    10 <main id="main" class="site-main" role="main">
    11    
    12     <div class="entry-content">
    13         <?php while ( have_posts() ) : the_post(); ?>
     10<main id="main" class="wp-block-group alignfull site-main is-layout-constrained wp-block-group-is-layout-constrained" role="main">
    1411
    15             <?php the_content(); ?>
     12        <div class="wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow">
    1613
    17         <?php endwhile; ?>
     14        <div class="entry-content">
     15            <?php while ( have_posts() ) : the_post(); ?>
     16
     17                <?php the_content(); ?>
     18
     19            <?php endwhile; ?>
     20        </div>
     21
     22        <?php get_sidebar(); ?>
     23
    1824    </div>
    1925
    20     <?php get_sidebar(); ?>
    2126</main>
    2227
Note: See TracChangeset for help on using the changeset viewer.