I read this question but it wasn’t what I was looking for exactly. I’m new to WordPress and a little confuse with the functions and everything.
How can I get the metadescription in the loop for each post?
Thanks !
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);