Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $buffy .= '<div class="td-smart-list-pagination">';
- $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>';
- //$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>';
- $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>';
- $buffy .= '</div>';
Advertisement
Add Comment
Please, Sign In to add comment