Making WordPress.org

Changeset 90


Ignore:
Timestamp:
10/07/2013 02:03:50 PM (12 years ago)
Author:
Otto42
Message:

Make homepage: Add dashicons, use the_content, show the meta. see #116

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome
Files:
6 added
2 edited

Legend:

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

    r80 r90  
    1313            <article id="site-<?php the_ID(); ?>" <?php post_class(); ?>>
    1414                <h2><?php the_title(); ?></h2>
    15                 <?php the_excerpt(); ?>
    16                 <?php /* if ( '1' == get_post_meta( get_the_ID(), 'weekly_meeting', true ) ) : ?>
     15                <?php the_content(); ?>
     16                <?php if ( '1' == get_post_meta( get_the_ID(), 'weekly_meeting', true ) ) : ?>
    1717                    <small>
    1818                        <p><?php printf( __( 'Weekly IRC chats: %s', 'make-wporg' ), get_post_meta( get_the_ID(), 'weekly_meeting_when', true ) ); ?></p>
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-makehome/style.css

    r80 r90  
    77Version:        1.0
    88*/
     9
     10@import url("dashicons.css");
    911
    1012html,
Note: See TracChangeset for help on using the changeset viewer.