10

本站正式弃用WP-PostURL Plugin

WP-PostURL Plugin是国人Easwy开发的一款可以在文章的开始或结尾处加入文本、广告、版权等HTML信息的轻量级的插件。

当初左手烟@选择它的原因就是能在文章末尾加入版权信息,实际使用下来也确实不错。但是我今天把它停掉了,因为能用代码实现的功能我还是尽量不用插件。

本篇文章结尾处知识共享协议即为代码实现:

<p><strong>转载本篇文章必须遵循 <a  style="color:#F00" href="http://creativecommons.org/licenses/by/2.5/cn/" title="知识共享协议" target="_blank">知识共享署名 2.5 中国大陆许可协议</a></strong></p><p><strong>原文作者:<a href="<?php echo get_option('home'); ?>/"><?php the_author() ?></a>&nbsp;&nbsp; 原文链接:<a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></strong></p>

如果要以网址的形式显示,用下面的代码:

原文链接:<a href="<?php the_permalink() ?>"><?php the_permalink() ?></a>

5 Responses to “本站正式弃用WP-PostURL Plugin”

  1. 左手烟 说道:

    放弃的好啊

  2. 左手烟 说道:

    是不是主题问题

  3. maqingxi 说道:

    在这里也留言试试,问题是否解决了。

  4. 小杜博客 说道:

    嗯,好东西,呵呵~

Leave a Reply