1、修正文章页面模板single.php
关上模版文件中的single.php,在其中搜寻
在这行上面加上:
<p>原创文章如转载,请注明本文链接: <a href=”<?php the_permalink() ?>” title=”<?php the_title(); ?>”>
<?php the_permalink(); ?></a>
</p>
2、关上主题文件夹内的:functions.php文件,在末尾退出代码(复制粘贴时请留意中英文标点):
<?php
function feed_copyright($content) {
if(is_single() or is_feed() or is_page()) {
$content.= ‘<p>本文来自:<a title=”博客” href=”https://www.jb51.net” target=”_blank”>小谈博客</a> » <a rel=”bookmark” title=”‘.get_the_title().’” href=”‘.get_permalink().’” target=”_blank”>《’.get_the_title().’》</a></p>’;
$content.= ‘<p>本文链接地址:<a rel=”bookmark” title=”‘.get_the_title().’” href=”‘.get_permalink().’” target=”_blank”>’.get_permalink().’</a> »英雄不问去路,转载请注明出处,谢谢。</p>’;
$content.= ‘<p>有话想说:<a title=”给我留言” href=”‘.get_permalink().’#respond” target=”_blank”>那就连忙去给我留言吧.</a></p>’;
$content.= ‘<p>您也能够订阅本站:<a rel=”external nofollow” title=”小谈博客” href=”https://www.jb51.net/” target=”_blank”>https://www.jb51.net</a></p>’;
}
return $content;
}
add_filter (‘the_content’, ‘feed_copyright’);
?>
以上就是安达网络工作室关于《在wordpress文章末尾添加内容的简单方法》的一些看法。更多内容请查看本栏目更多内容!
1、主动向 WordPress 编辑器拔出文本 编辑以后主标题录的 functions.php 文件,并粘贴以下代码: 复制代码代...
处理方法: 办法一: 修正文件“/wp-includes/pluggable.php”中的wp_set_auth_cookie函数。搜寻...
明天在网页上传图片到博客,后果提醒:“无奈将上传的文件挪动至 /home/wwwroot/wp-content/uploads/2013/”...
本文实例讲述了Wordpress分类,标签,分页显示及翻页呈现404谬误的处理办法。分享给大家供大家参考。详细剖析...
本文实例讲述了WordPress主动给文章增加nofollow属性的完成办法。分享给大家供大家参考。详细剖析如下: no...
应用Wordpress这么久不断很厌恶wordpress的文章修订和主动保留性能,也应用过超级开关插件能够制止wordpres...