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/template-parts/content-page.php

    r9452 r13272  
    2020
    2121    <div class="entry-content">
    22         <section>
    23             <div class="container">
    24                 <?php
    25                 the_content();
     22        <div class="container">
     23            <?php
     24            the_content();
    2625
    27                 wp_link_pages( array(
    28                     'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'wporg-forums' ),
    29                     'after'  => '</div>',
    30                 ) );
    31                 ?>
    32             </div>
    33         </section>
     26            wp_link_pages( array(
     27                'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'wporg-forums' ),
     28                'after'  => '</div>',
     29            ) );
     30            ?>
     31        </div>
    3432    </div><!-- .entry-content -->
    3533
Note: See TracChangeset for help on using the changeset viewer.