-
add_filter( “rank_math/frontend/next_rel_link”, function( $link ) {
$link = $link = site_url().”/listings/page/”.$paged;
return $link;
}
instead of working it is : instead of return and set rel=”” it echoing on page,
we are trying to change our <link rel=”next” href=”https://hypley.com/listings/page/2/” />
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The ticket ‘link=rel’ is closed to new replies.