Loading
0

WordPress文章自动添加版权信息

技术小学生微信公众号
腾讯云服务器大促销。
华为服务器

一直以来没有设置自动版权信息,老是在文章结尾的时候标注一下。最近时间紧迫发现了,自动版权信息的作用。于是我无意中看到了的博客,感觉文字框还不错,就用Chrome查看其CSS样式,结合Wordpress简单的函数得到了我现在的版权信息:

具体步骤如下:

打开后台编辑,选择Single.php 找到 <?php the_content(__('Read more', 'piano-black')); ?>

在其下方加入如下代码(提醒确保CSS中的样式名无重复,重复的话就去修改一下名字)

 <div style="border:1px dashed #ddd; padding:10px; margin:10px 0;line-height:26px;border-radius: 3px;"><div> » <b>本文链接:</b><a rel="bookmark" title="<?php the_title(); ?>" href="<?php the_permalink(); ?>"><?php echo wp_get_shortlink(); ?></a></div><div> » <b>订阅本站:</b><a title="Quicl’sBlog" href="http://feed.***.com" rel="external nofollow">http://feed.***.com</a></div><div> » <b>转载请注明来源:</b><a title="Quicl’sBlog" href="http://***.com" rel="external nofollow">Quicl’sBlog</a> » <a rel="bookmark" title="<?php the_title(); ?>" href="<?php the_permalink(); ?>">《<?php the_title(); ?>》</a></div></div>

OK,现在刷新一下你的文章,就会看到这个喽!本文《WordPress文章自动添加版权信息》。

原创于Quicl’sBlog ,转载注明出处http://20xue.com/?p=1864

技术小学生微信公众号
华为服务器
腾讯云服务器大促销。

声明:站长码字很辛苦啊,转载时请保留本声明及附带文章链接:https://blog.tag.gg/showinfo-36-6269-0.html
亲爱的:若该文章解决了您的问题,可否收藏+评论+分享呢?
上一篇:SEO外在因素研究之SEO资源整合优化
下一篇:搜索引擎算法的四大因素分析