Making WordPress.org


Ignore:
Timestamp:
05/25/2015 10:30:18 PM (10 years ago)
Author:
ocean90
Message:

Rosetta Theme: Responsive and other improvements.

  • Fix missing content on single posts.
  • Update archive template.
  • Update contact page template.
  • Add previous/next post navigation to single posts.
  • Make more link text translatable.

see #1049.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/global.wordpress.org/public_html/wp-content/themes/rosetta/index.php

    r1615 r1624  
    1414
    1515                    <div class="storycontent">
    16                         <?php the_content('Read on for more &raquo;'); ?>
     16                        <?php the_content( __( 'Read on for more &raquo;', 'rosetta' ) ); ?>
    1717                    </div>
    1818
     
    2727            <?php endif; ?>
    2828
    29             <?php posts_nav_link(' &#8212; ', __( '&laquo; Newer Posts', 'rosetta' ), __( 'Older Posts &raquo;', 'rosetta' ) ); ?>
     29            <nav class="posts-navigation">
     30                <?php posts_nav_link( ' &#8212; ', __( '&laquo; Newer Posts', 'rosetta' ), __( 'Older Posts &raquo;', 'rosetta' ) ); ?>
     31            </nav>
    3032        </div>
    3133        <div class="col-3">
Note: See TracChangeset for help on using the changeset viewer.