Forums
(@hataskrayu)
11 years, 5 months ago
add to functions.php
function pagination_ampersand_bug_workaround( $link ) { return str_replace( ‘#038;’, ‘&’, $link ); } add_filter( ‘paginate_links’, ‘pagination_ampersand_bug_workaround’ );