1.上传插件到wordpress的/wp-content/plugins/目录;
2.进入控制板启用插件;
- Upload
plugin-name.php
to the /wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
▶说明:有可能根据主题不同需要做如下修改:
找到img文件夹下show.js的24行:
$(".post-content img,.post-text img,.entry img,#container img,.content img,.post img,.posttext img").addClass("imgshow");
在 $("")里边填入你的主题文章内容现实的外层的标签的ID或者类名加上img,例如加入:.entry img;
或者你自己添加一句:$(".entry img").addClass("imgshow");
▶例如:我的主题内容显示部分是:
<div id="post-content">这里是文章内容</div>
那么就应该加入:#post-content img
或者添加一句:$(".entry img").addClass("imgshow");
注意:ID请在名字前使用:#号;类名(class)请使用: .号;
例如:id="abc",那么填入:#abc img;
class="abc",那么填入:.abc img;
如有问题请联系:
QQ:44294631
Url:
www.joychao.cc
Email:
Joy@joychao.cc,
44294631@qq.com
Msn:anzhengchao@msn.cn
Thank you!
== Screenshots ==
1. /tags/2.1.4/screenshot-1.jpg