function feed_copyright($content) {if(is_single() or is_feed()) {$content.= "<blockquote>"$content.= '<div> » 转载请注明来源:<a title="昕光游乐场" href="http://imxpan.com">昕光游乐场</a>» <a rel="bookmark" title="'.get_the_title().'" href="'.get_permalink().'">《'.get_the_title().'》</a></div>'$content.= '<div> » 本文链接地址:<a rel="bookmark" title="'.get_the_title().'" href="'.get_permalink().'">'.get_permalink().'</a></div>'$content.= '<div> » 订阅本站:<a title="昕光游乐场" href="http://feed.imxpan.com">http://feed.imxpan.com</a></div>'$content.= "</blockquote>"}return $content}add_filter ('the_content', 'feed_copyright')
加一段js脚本就行了。<script type="text/javascript">
document.body.oncopy=function(){
event.returnValue=false
var t=document.selection.createRange().text
var s="文章出自:<?php bloginfo('name')?><?php echo get_settings('home')?>, 原文地址: <?php the_permalink() ?>"
clipboardData.setData('Text','\r\n'+t+'\r\n'+s+'\r\n')
}
</script>
把这段代码放到 single 文件适当位置。比如 <?php the_content()?>后面。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)