"; next_posts_link( $previous_text ); echo ""; } /** * Sets up the next post link and applies a filter to the link text. * * @since 1.0 */ function response_newer_posts() { $newer_text = apply_filters('response_newer_posts_text', 'Newer Entries »' ); echo "
"; previous_posts_link( $newer_text ); echo "
"; } /** * Sets up the WP link pages * * @since 1.0 */ function response_link_pages_content() { wp_link_pages(array('before' => 'Pages: ', 'next_or_number' => 'number')); } /** * Post pagination links * * @since 1.0 */ function response_post_pagination_content() { global $options, $ec_themeslug, $ec_root?> get($ec_themeslug.'_post_pagination') != "0"):?>