wp-flash-img-show is a FLASH Image Slide plugin for WordPress. You can show your articles , photo,goods,product and other ad. or introduction.Just enj
English
step 1: Extract wp-flash-img-show.zip
step 2: Upload 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: Copy the HTML code at the bottom of [wp flash img show Admin Panel] like:<div id="wp_flash_img_show_here_default">wp_flash_img_show will display here (config: default)</div> . Put HTML code in your Template / Post / Widgets(text-widgets).
step 4 Method 2: Copy the PHP code at the bottom of [wp flash img show Admin Panel] like:<?php if (function_exists('wp_flash_img_show')) {wp_flash_img_show('default');} ?>. Put the PHP code in your template.
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代码复制到你的主题文件/文章/边栏小工具(文本小工具)。HTML代码是这样子的:<div id="wp_flash_img_show_here_default">wp_flash_img_show will display here (config: default)</div>
步骤4 方法2: 在设置页面底部复制PHP代码复制到你的主题文件中。PHP代码是这样子的:<?php if (function_exists('wp_flash_img_show')) {wp_flash_img_show('default');} ?>
步骤5. 在 '设置' -- 'WP flash img show' 设置图片地址和显示参数
注意:确保你的主题模板文件中有一个 wp_head() 在</head> 之前, 而切尔有一个 wp_footer() 在 </body> 标签之前, 否则很多插件无法使用,包括本插件(请手动添加到主题模板文件中).
Requires: 2.7 or higher
Compatible up to: 3.2.1
Last Updated: 2011-9-8
Downloads: 18,330
Got something to say? Need help?