Created
November 8, 2017 20:31
-
-
Save szbl/72ecc6e3484b61b59e009fb44e3873ad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter('next_posts_link_attributes', 'posts_link_attributes'); | |
add_filter('previous_posts_link_attributes', 'posts_link_attributes'); | |
function posts_link_attributes() { | |
return 'class="styled-button"'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment