Making WordPress.org


Ignore:
Timestamp:
06/18/2015 08:42:09 PM (10 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/archive.php

    r1267 r1675  
    2323                <?php while ( have_posts() ) : the_post(); ?>
    2424
    25                     <?php get_template_part( 'content', ( is_parsed_post_type() ? 'reference-archive' : '' ) ); ?>
     25                    <?php get_template_part( 'content', ( is_parsed_post_type() ? 'reference-archive' : get_post_type() ) ); ?>
    2626
    2727                <?php endwhile; ?>
Note: See TracChangeset for help on using the changeset viewer.