Meta Keys not working
-
Hi, I am trying to get the following values but it does not return any result –
It works fine with other meta keys but not with the yoast keys.
echo get_post_meta(get_the_ID(), ‘_yoast_wpseo_metadesc’, true);
echo get_post_meta(get_the_ID(), ‘_yoast_wpseo_title’, true);I have tried it with $post->id and directly adding the post number aswell but still no result. Can you suggest something to fix it ?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Meta Keys not working’ is closed to new replies.