Changeset 7835 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/page.php
- Timestamp:
- 11/08/2018 10:12:38 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/page.php
r5382 r7835 14 14 15 15 <main id="main" class="site-main" role="main"> 16 <?php get_sidebar( 'helphub' ); ?> 16 17 17 <?php 18 while ( have_posts() ) : the_post(); 18 <div id="main-content"> 19 <?php 20 while ( have_posts() ) : 21 the_post(); 19 22 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> 23 27 24 28 </main><!-- #main -->
Note: See TracChangeset
for help on using the changeset viewer.