-
I am testing migration from Yoast.
I have a taxonomy “stores” & custom post type “events”
I would like to insert the RM snippet Meta Title and description values into the child theme PHP if they are not empty. I’ve done similar in Yoast similarly like this:
$YoastTitle = YoastSEO()->meta->for_current_page()->title;
if(!empty($YoastTitle)) {echo $YoastTitle;} else {echo $term->name;}
Is it possible to do the same with Rank Math? If so, how?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
You must be logged in to reply to this ticket.