1 comment

  1. Add the following code in the archive template loop to display Yoast SEO meta description for each post.

    echo get_post_meta(get_the_ID(), '_yoast_wpseo_metadesc', true); 
    

Comments are closed.