开发者 |
xwjie
Tojary |
---|---|
更新时间 | 2012年12月9日 03:57 |
捐献地址: | 去捐款 |
PHP版本: | 2.7 及以上 |
WordPress版本: | 3.0.1 |
wp-flash-img-show
older to the /wp-content/plugins/
directory
step 3: Activate 'wp flash img show' in your Admin Panel ('Plugins' menu )
step 4 Method 1: Put this HTML code in your Template / Post / Widgets(text-widgets). <div id="wp_flash_img_show_here">wp_flash_img_show will diaplay here</div>
, to display your new custom config (Replace CONFIGNAME): <div id="wp_flash_img_show_here_CONFIGNAME">wp_flash_img_show will diaplay here</div>
step 4 Method 2: Put this PHP code in your template: <?php if (function_exists('wp_flash_img_show')) {wp_flash_img_show();} ?>
, to display your new custom config (Replace CONFIGNAME): <?php if (function_exists('wp_flash_img_show')) {wp_flash_img_show('CONFIGNAME');} ?>
step 5: Change the Setting by navigating to 'Settings'--'wp flash img show' and complete the form
Notice: Make sure have wp_head()
just before the closing </head>
tag of your theme AND have wp_footer()
just before the closing </body>
tag of your theme, or you will break many plugins.(You can edit and add those function to your theme file.)
```
简体中文:
步骤1. 解压 wp-flash-img-show.zip
步骤2. 上传 wp-flash-img-show
文件夹到你的网站 /wp-content/plugins/
目录内
步骤3. 用管理员身份登录,在'插件'选项内激活 'WP flash img show' 插件
步骤4 方法1: 把这句HTML代码复制到你的主题文件/文章/边栏小工具(文本小工具): <div id="wp_flash_img_show_here">wp_flash_img_show will diaplay here</div>
, 用这样的代码显示你的自定义配置(替换 COMFIGNAME):<div id="wp_flash_img_show_here_COMFIGNAME">wp_flash_img_show will diaplay here</div>
步骤4 方法2: 把这句PHP代码复制到你的主题文件中: <?php if (function_exists('wp_flash_img_show')) {wp_flash_img_show();} ?>
用这样的代码显示你的自定义配置(替换 COMFIGNAME): <?php if (function_exists('wp_flash_img_show')) {wp_flash_img_show('COMFIGNAME');} ?>
步骤5. 在 '设置' -- 'WP flash img show' 设置图片地址和显示参数
注意:确保你的主题模板文件中有一个 wp_head()
在</head>
之前, 而切尔有一个 wp_footer()
在 </body>
标签之前, 否则很多插件无法使用,包括本插件(请手动添加到主题模板文件中).
== Frequently Asked Questions ==
Submit bug
Just Click :Xwjie 微风的等待 and leave a message.
Can not Display ?
v1.3 build 2010-11-27 Get images from Recent post automatic // Add color picker // Background Transparent // Get code shortcut . v1.2 build 2010-10-17 support edit and display more flash slideshow(only one before).rebuild the code,all option save to a array. v1.11 build 2010-09-27 Fixed the BUG in multisite network. v1.1 build 2010-08-14 Add Preview to the Admin Panel.Add another way to inset the Flash Show. v1.0 build 2010-08-06 The first Ver.== Screenshots ==