Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. // add More results link if more than one page of results
  2. if ( have_posts() ) :
  3. echo '<div class="more-results">';
  4. printf( '<a class="flex-next" href="%s">More <span class="search-result-title">' . $post_type . '</span> results <i class="icon-arrow-right"></i></a>', trailingslashit( home_url() ) . 'page/2/?s=' . $s . '&post_type=' . $post_type );
  5. echo '</div>';
  6. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement