Making WordPress.org


Ignore:
Timestamp:
06/18/2015 08:42:09 PM (8 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Add support for a blog.

  • Add post-specific template.
  • Add nav menu to house 'Blog' link.
  • Enable general, non-"User Contributed Notes" commenting.
  • Handle post comments distinctly from User Contributed Notes.
  • Comment styling and display scripting.

Fixes #872.
Props atimmer.

File:
1 edited

Legend:

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

    r1327 r1675  
    2323                </<?php echo $tag; ?>>
    2424            </div>
     25            <div class="devhub-menu">
     26                <?php wp_nav_menu( array(
     27                    'theme_location'  => 'devhub-menu',
     28                    'container_class' => 'menu-container',
     29                ) ); ?>
     30            </div>
    2531        </div><!-- .inner-wrap -->
    2632    </header><!-- #masthead -->
Note: See TracChangeset for help on using the changeset viewer.