Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

get_previous_posts_link add class wordpress

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"';
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #add #class #wordpress
ADD COMMENT
Topic
Name
5+9 =