在WordPress中将Meta描述标签添加到存档页面
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在WordPress中将Meta描述标签添加到存档页面相关的知识,希望对你有一定的参考价值。
The php if statement below checks to see if the content is an archive page. If it is, then it echoes the html structure for meta description tags and also includes the month and year to avoid content duplication.
<?php if (is_month()) {echo '<meta name="description" content="'; the_time('F, Y'); echo ' archive page for Electric Mohawk."/>';}?>
以上是关于在WordPress中将Meta描述标签添加到存档页面的主要内容,如果未能解决你的问题,请参考以下文章