Guest User

Untitled

a guest
Nov 3rd, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. $buffy .= '<div class="td-smart-list-pagination">';
  2. $buffy .= '<a class="td-smart-list-button td-smart-back" href="' . $this->_wp_link_page($current_page - 1) . '"><i class="td-icon-left"></i>' .__td('Back', TD_THEME_NAME). '</a>';
  3. //$buffy .= '<span class="td-smart-list-button td-smart-next td-smart-disable">' .__td('Next', TD_THEME_NAME). '<i class="td-icon-right"></i></span>';
  4. $buffy .= '<a class="td-smart-list-button td-smart-next td-smart-disable" href="' . esc_url(get_permalink($next_post->ID)) . '">' .__td('Next', TD_THEME_NAME). '<i class="td-icon-right"></i></a>';
  5. $buffy .= '</div>';
Advertisement
Add Comment
Please, Sign In to add comment