wordpress plugins
使用WP-PostViews浏览次数插件获取指定文章浏览数
星期一, 十一月 26th, 2012 | php, wordpress | 没有评论
在自己调用文章的循环中,去调用次数的时候比较范畴,最终查到获取次说的方法:
一:直接获取指定id文章的展示次数:
WP-PostViews用custom field存储展示次数,此custom field调用值为views,只要获取views的值就可以了。
方法一:loop循环调用方法:
1 2 | $post_views = intval(post_custom('views')); echo ' - '$post_views.' views'; |
方法二:根据文章的postid,获取任意文章的展示次数
1 2 | $post_views = get_post_meta($post["ID"], 'views', true); echo ' - '$post_views.' views'; |
二:顺便也记录下对应的调用函数
设置生效的前提:需要将插件提供模板标签the_views()写到模板中(index.php、single.php或者page.php等),该标签要写在循环(loop)内.
› Continue reading
ImgShow图片点击滚轮缩放的wordpress插件(plugins)
星期日, 四月 5th, 2009 | php, wordpress | 70 Comments
小记前:这段时间一直忙着基于java的支付平台的设计和对接口的处理,赶在清明节有空整理下这个图片的点击,弄成个小插件吧,希望有需要的也可以直接激活使用,简单多了;
ImgShow图片点击滚轮缩放的wordpress插件(plugins)
官方访问地址:http://wordpress.org/extend/plugins/imgshow/
—-2012-04-18更新至2.1版本——————————-
屈指一算竟然时隔2年, 才再次更新版本,废话少说,此次更新如下就2点,兼容性和一个功能点:
1.支持更多 ie, firefox, chrome, opera, Safari,以前只支持ie和firefox
2.不想使特定图片启用效果该效果的,可以用下面代码阻止(系统默认对所有站点图片生效的)
<!--noimgshow--><img src="pic.jpg" /><!--noimgshow--> |
EN:
1.Support for ie, firefox, chrome, opera, Safari
2. Do not want to make the corresponding picture effect is enabled,
you can use to prevent the effect of
<!--noimgshow--><img src="pic.jpg" /><!--noimgshow--> |
—-2010-04-22更新至2.0.2.2版本—————————-
—-2010-04-05更新至2.0.2.1版本—————————-
2.修正在一篇文章中多个图片的加载问题
3.增加鼠标移动到图片显示手型的样式
== Description ==
Mouse Wheel zoom picture when you onclick it,use sample:
[imgShow:<img src="//www.pomelolee.com/imgshow/showPhoto.jpg" border="0" alt="skag" width="560"/>] |
this is ok
now start download(下载):imgshow1.0
新版修正了和jquery不兼容的bug,和使用者的反馈,实现了自动给文章内容的图片实现imgShow的展示功能,此版本继续兼容使用代码的方式;
2.版本更新至2.0.1版本 version 2.0.1
== Installation ==
1. Extract the contents of the archive (zip file)
2. Upload the showphoto folder to your ‘wp-content/plugins’ folder
3. Log in to your WordPress admin and go to the ‘Plugins’ section. You should now see showphoto in the list of available plugins
4. Activate the plugin by clicking the ‘activate’ link
5. Now go to use sample:
[imgShow:<img src="//www.pomelolee.com/imgshow/showPhoto.jpg" border="0" alt="skag" width="560"/>] |
6. More please click link: //www.pomelolee.com/imgshow/
另计:支持ie6,ie7,ff等的鼠标滚轮缩放和鼠标移动功能!
example:
Search
相关文章
热门文章
最新文章
文章分类
- ajax (10)
- algorithm-learn (3)
- Android (6)
- as (3)
- computer (85)
- Database (30)
- disucz (4)
- enterprise (1)
- erlang (2)
- flash (5)
- golang (3)
- html5 (18)
- ios (4)
- JAVA-and-J2EE (186)
- linux (143)
- mac (10)
- movie-music (11)
- pagemaker (36)
- php (50)
- spring-boot (2)
- Synology群晖 (2)
- Uncategorized (6)
- unity (1)
- webgame (15)
- wordpress (33)
- work-other (2)
- 低代码 (1)
- 体味生活 (40)
- 前端 (21)
- 大数据 (8)
- 游戏开发 (9)
- 爱上海 (19)
- 读书 (4)
- 软件 (3)