wp/wp-content/themes/twentythirteen/content-none.php
changeset 10 372f2766ea20
parent 0 d970ebf37754
equal deleted inserted replaced
9:177826044cd9 10:372f2766ea20
    18 	<p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentythirteen' ), admin_url( 'post-new.php' ) ); ?></p>
    18 	<p><?php printf( __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'twentythirteen' ), admin_url( 'post-new.php' ) ); ?></p>
    19 
    19 
    20 	<?php elseif ( is_search() ) : ?>
    20 	<?php elseif ( is_search() ) : ?>
    21 
    21 
    22 	<p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with different keywords.', 'twentythirteen' ); ?></p>
    22 	<p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with different keywords.', 'twentythirteen' ); ?></p>
    23 	<?php get_search_form(); ?>
    23 		<?php get_search_form(); ?>
    24 
    24 
    25 	<?php else : ?>
    25 	<?php else : ?>
    26 
    26 
    27 	<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'twentythirteen' ); ?></p>
    27 	<p><?php _e( 'It seems we can&rsquo;t find what you&rsquo;re looking for. Perhaps searching can help.', 'twentythirteen' ); ?></p>
    28 	<?php get_search_form(); ?>
    28 		<?php get_search_form(); ?>
    29 
    29 
    30 	<?php endif; ?>
    30 	<?php endif; ?>
    31 </div><!-- .page-content -->
    31 </div><!-- .page-content -->