Making WordPress.org


Ignore:
Timestamp:
11/08/2018 10:12:38 AM (6 years ago)
Author:
netweb
Message:

Support Forum: Updated bbPress templates and styles

See #3485.

File:
1 edited

Legend:

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

    r5382 r7835  
    1414
    1515    <main id="main" class="site-main" role="main">
     16        <?php get_sidebar( 'helphub' ); ?>
    1617
    17         <?php
    18         while ( have_posts() ) : the_post();
     18        <div id="main-content">
     19            <?php
     20            while ( have_posts() ) :
     21                the_post();
    1922
    20             get_template_part( 'template-parts/content', 'page' );
    21         endwhile; // End of the loop.
    22         ?>
     23                get_template_part( 'template-parts/content', 'page' );
     24            endwhile; // End of the loop.
     25            ?>
     26        </div>
    2327
    2428    </main><!-- #main -->
Note: See TracChangeset for help on using the changeset viewer.