Making WordPress.org


Ignore:
Timestamp:
11/01/2017 07:37:50 PM (7 years ago)
Author:
obenland
Message:

Main: Performance improvements

Added footer styles to one day remove wp4.css
Removed some unneeded resources
Switched to using optimized images for front page.

See #2861.

File:
1 edited

Legend:

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

    r6060 r6068  
    3232                <p class="subheading"><?php _e( 'Beautiful designs, powerful features, and the freedom to build anything you want. WordPress is both free and priceless at the same time.' ); ?></p>
    3333                <div class="screenshots">
    34                     <img src="https://s.w.org/images/home/screen-themes.png?1" class="dashboard" />
    35                     <img src="https://s.w.org/images/home/iphone-themes.png?1" class="dashboard-mobile" />
     34                    <img src="https://s.w.org/images/home/screen-themes.png?3" class="dashboard" />
     35                    <img src="https://s.w.org/images/home/iphone-themes.png?3" class="dashboard-mobile" />
    3636                </div>
    3737            </section>
     
    114114                    $featured->the_post();
    115115                    the_title( sprintf( '<h5><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h5>' );
    116                     echo '<p>' . apply_filters( 'the_excerpt', get_the_excerpt() ) . '</p>';
     116                    echo apply_filters( 'the_excerpt', get_the_excerpt() );
    117117                endwhile;
    118118                wp_reset_query();
     
    138138                <h4><a href="https://wordpress.org/showcase/"><?php _e( 'WordPress&nbsp;Users' ); ?></a></h4>
    139139
    140                 <ul id="notable-users">
     140                <ul id="notable-users" class="notable-users">
    141141                    <?php
    142142                        $links = array(
     
    160160                    ?>
    161161                </ul>
    162                 <p id="showcase-link"><a href="https://wordpress.org/showcase/"><?php _e( '&hellip; and hundreds more' ); ?></a></p>
     162                <a class="showcase-link" href="https://wordpress.org/showcase/"><?php _e( '&hellip; and hundreds more' ); ?></a>
    163163            </div>
    164164        </div>
     
    166166    </main><!-- #main -->
    167167
    168     <?php
     168<?php
    169169get_footer();
Note: See TracChangeset for help on using the changeset viewer.