Previous/Next Posts Link as Button

/**
 * Previous/Next links as button 
 * @author Bill Erickson
 * @link https://www.billerickson.net/code/previous-next-links-as-button
 *
 * @param string $attr, link attributes
 * @return string
 */
function be_pagination_attr( $attr ) {
	$attr .= ' class="button"';
	return $attr;
}
add_filter( 'previous_posts_link_attributes', 'be_pagination_attr' );
add_filter( 'next_posts_link_attributes', 'be_pagination_attr' );

Bill Erickson

Bill Erickson is the co-founder and lead developer at CultivateWP, a WordPress agency focusing on high performance sites for web publishers.

About Me
Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk