"; next_posts_link( __( $previous_text, 'response' )); 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, 'response' )); 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, $themeslug, $root?> get($themeslug.'_post_pagination') != "0"):?>