随笔分类 -  Wordpress

摘要:只显示文章内容打了主题下的single.php文件用上面的代码把文件里的所有内容给替换了显示文章标题以及内容,操作方法同上,代码如下: 阅读全文
posted @ 2014-04-18 17:19 BetterMan- 阅读(191) 评论(0) 推荐(0)
摘要:上传下面压缩文件里的quicktags.js文件到wp-includes\js\目录覆盖即可coolcode 阅读全文
posted @ 2014-03-21 12:51 BetterMan- 阅读(233) 评论(0) 推荐(0)
摘要:1. 在style.css中添加如下代码#gotop{ width:38px; height:36px; position:fixed; bottom:25px; right:10px; top:auto; display:block; cursor:pointer; background: url(images/gotop.gif) no-repeat}*html #gotop{ position:absolute; bottom:auto; top:expression(eval(document.documentEleme... 阅读全文
posted @ 2014-03-20 21:31 BetterMan- 阅读(928) 评论(0) 推荐(0)