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