css WordPress修复了“Missing Author”和“Missing Updated Date”Google结构化数据错误。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css WordPress修复了“Missing Author”和“Missing Updated Date”Google结构化数据错误。相关的知识,希望对你有一定的参考价值。
<?php
//
// By Zeshan Ahmed
// URI: http://www.zeshanahmed.com/
//
/* Fix "Missing Author" and "Missing Updated" issue - START */
add_filter( 'the_content', 'custom_author_code');
function custom_author_code($content) {
if (is_singular() || is_single()) {
return $content . '<div class="hatom-extra"><span class="title">'. get_the_title() .'</span> was last modified: <span class="updated"> '. get_the_modified_time('F jS, Y') .'</span> by <span class="author vcard"><span class="fn">'. get_the_author() .'</span></span></div>' ;
} else {
return $content;
}
}
/* Fix "Missing Author" and "Missing Updated" issue - END */
.hatom-extra {
font-style: italic;
margin-top: 10px;
padding-top: 10px;
font-size: 12px;
}
以上是关于css WordPress修复了“Missing Author”和“Missing Updated Date”Google结构化数据错误。的主要内容,如果未能解决你的问题,请参考以下文章
如何修复css文件wordpress中的背景图像
如何修复 CLIENT_MISSING_INTENTS 错误(Discord.js)[重复]
我如何修复 CLIENT_MISSING_INTENTS 错误-Discord.js [重复]
PHP 将Missing Alt标签添加到图像 - WordPress内容过滤器
魔兽世界出现missing or corrupted data错误报告
电脑开机显示NTLDR is missing