如何在存档模板中为每个帖子显示Yoast SEO元描述,而不是_Excerpt()?

时间:2013-08-25 作者:sambellerose

我读过这个question 但这并不是我想要的。我是Wordpress的新手,对功能和一切都有点困惑。

如何在每个帖子的循环中获得元描述?

谢谢

1 个回复
最合适的回答,由SO网友:Vinod Dalvi 整理而成

在归档模板循环中添加以下代码,以显示每个帖子的Yoast SEO元描述。

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

结束

相关推荐

Limit Loop to One Category

我试图将我的循环限制为一个类别。这是循环:<?php $counter = 1; //start counter $grids = 3; //Grids per row global $query_string; //Need this to make pagination work /*Setting up our custom query (In here we are setting it to show 12 posts