Results not showing _yoast_wpseo_title
-
Hi, I have this function in my functions file –
add_filter( ‘relevanssi_post_title_before_tokenize’, ‘rlv_use_yoast_title’, 10, 2 ); function rlv_use_yoast_title( $title, $post ) { return get_post_meta( $post->ID, ‘_yoast_wpseo_title’, true ); }
I also checked the DB to make sure the title was being saved correctly to the _yoast_wpseo_title meta field and it is.
The search results are displaying the post title for all my pages, posts and my landing pages which all start with LP and have checked to make sure the Yoast SEO Title has the field filled in with the correct title.
Using WPBackery, the7Theme.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Results not showing _yoast_wpseo_title’ is closed to new replies.