Linux 软件免费装
Banner图

WP Get Attachments

开发者 Robin
sparxit
sparx wp team
更新时间 2013年4月9日 13:22
PHP版本: 1.2.0 及以上
WordPress版本: 3.5.1
版权: GPLv2 or later

标签

post page attachments image attachments

下载

详情介绍:

Many of us need to fetch the image attachments of a post or page and then we have to write code . Here is the plugin to fetch that , just call the function and it will return all image attachments of a post/page that you can fetch to show image . For more plugins, themes and WordPress support , Please visit http://www.csschopper.com/

安装:

Extract the zip file and put wp-get-attachments in wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. call following function if( function_exists( 'wp_get_attachments' ) ) $attachments = wp_get_attachments(); in any of your template file . if( function_exists( 'wp_get_attachments' ) ) $attachments = wp_get_attachments( 101 , 20 , 'Sorry nothing found' ); this function accepts following three parameters Note: You can call this function with 1,2,3 or none parameters .

升级注意事项:

= 1.0.0 = has updated files

更新日志:

1.0.0 updated files