Guest User

Untitled

a guest
Jul 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. <h1 class="page-title entry-title"><?php printf( __( 'Search Results for: %s', 'rookie' ), '<span>' . get_search_query() . '</span>' ); ?></h1>
  2.  
  3. <h1 class="page-title"><?php _e( 'Nothing Found', 'rookie' ); ?></h1>
  4.  
  5. <p><?php _e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'rookie' ); ?></p>
  6.  
  7. <?php if ( get_next_posts_link() ) : ?>
  8. <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'rookie' ) ); ?></div>
  9. <?php endif; ?>
  10.  
  11. <?php if ( get_previous_posts_link() ) : ?>
  12. <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'rookie' ) ); ?></div>
  13. <?php endif; ?>
Add Comment
Please, Sign In to add comment