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-single.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(
    28                     array(
    29                         'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'wporg-forums' ),
    30                         'after'  => '</div>',
    31                     )
    32                 );
    33                 ?>
    34             </div>
    35         </section>
     26            wp_link_pages(
     27                array(
     28                    'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'wporg-forums' ),
     29                    'after'  => '</div>',
     30                )
     31            );
     32            ?>
     33        </div>
    3634    </div><!-- .entry-content -->
    3735
Note: See TracChangeset for help on using the changeset viewer.