Making WordPress.org


Ignore:
Timestamp:
05/02/2014 09:43:28 PM (12 years ago)
Author:
coffee2code
Message:

Code Reference: Various template and style improvements. props nicolealleyinteractivecom

  • Add plugin and theme handbook templates
  • Refactor templates
  • Refactor SCSS/CSS
  • SCSS/CSS cleanups
File:
1 edited

Legend:

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

    r554 r591  
    88get_header(); ?>
    99
    10     <div id="primary" class="content-area">
     10    <div id="content-area" <?php body_class(); ?>>
     11
     12        <?php breadcrumb_trail(); ?>
    1113
    1214        <main id="main" class="site-main" role="main">
    13         <?php breadcrumb_trail(); ?>
    1415
    1516        <?php while ( have_posts() ) : the_post(); ?>
    1617
    17             <?php get_template_part( 'content', get_template_part_name() ); ?>
     18            <?php get_template_part( 'content', 'reference'); ?>
     19
     20            <?php wporg_developer_post_nav(); ?>
    1821
    1922            <?php
     
    2730
    2831        </main><!-- #main -->
    29         <?php //get_sidebar(); ?>
    3032    </div><!-- #primary -->
    3133<?php get_footer(); ?>
Note: See TracChangeset for help on using the changeset viewer.