Making WordPress.org


Ignore:
Timestamp:
09/06/2017 10:17:59 PM (9 years ago)
Author:
obenland
Message:

Main: Add page template for releases.

Also removes sidebar from page content.

See #2861.

File:
1 edited

Legend:

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

    r5892 r5893  
    1010?>
    1111
    12 <article id="post-<?php the_ID(); ?>" <?php post_class( 'col-9' ); ?>>
     12<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    1313        <header class="entry-header">
    1414                <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
     
    4040        </footer><!-- .entry-footer -->
    4141</article><!-- #post-## -->
    42 <aside class="col-3" role="complementary">
    43         <?php get_sidebar( 'page' ); ?>
    44 </aside>
Note: See TracChangeset for help on using the changeset viewer.