Linux 软件免费装
Banner图

WP IMAGE REFRESH

开发者 girish.tiwari
更新时间 2023年6月22日 18:50
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 6.2.2
版权: GPLv2 or later
版权网址: 版权信息

标签

image refresh image reload random image reload

下载

1.1 2.0 1.4 1.6 1.7 1.8 1.2 1.3 1.5 1.9 2.1 2.2 2.3 1.0

详情介绍:

Try it out on your free dummy site: Click here https://tastewp.com/new?pre-installed-plugin-slug=wp-image-refresh The WordPress Image Refresh Plug In enables you to show a different image every time the page loads. This is an easy to manage yet an awesome way to make your pages look fresh and new every time a user reloads them! The plug in uses short codes to make the frontend feature new images. The plug in can be used to refresh any image such as the header image or any other on the page. The plug in works for posts, pages, widgets and sidebars. Usage :
  1. Download the latest version.
  2. Extract wp_image_refresh.zip to the /wp-content/plugins/ directory.
  3. Login into the admin panel and activate the plugin through the Plugins menu in WordPress.
  4. Now you can manage images from Wp Image Refresh section in the admin menu.
  5. Place the shortcode [wp-image-refresh] where you want to show the random image, on templates, pages or posts.
Features:
  1. Enables a Random image on every page reload.
  2. Can be added to posts, pages, templates and in the widgets also.
  3. You can show/hide image title by passing an argument "title=true". By default it is set to false. For e.g. [wp-image-refresh title=true].
  4. Image size can be set such as ( 'thumbnail', 'medium', 'full'). For e.g. [wp-image-refresh type="thumbnail"]. Default image type is "full". This option will not work if you have added the images using an earlier version of the Plugin.
  5. A custom class can be set on the image. For e.g. [wp-image-refresh class="image-class"].
  6. The image can be wrapped into div or span and also can assign custom class, by default this is set to none. For e.g. [wp-image-refresh container="div" container_class="image-class"].
  7. Same as the above, the title can be wrapped into div or span and any custom class can be assigned to it. For e.g. [wp-image-refresh title_container="div" title_container_class="title-class"].
  8. Images can be wrapped with an anchor tag by adding a valid URL with every image.
  9. The target of an anchor tag can be defined by adding a target tag in the shortcode. For e.g. [wp-image-refresh target="_blank"]
Why Use The WP Image Refresh Plug In?
  1. The page will feature a new custom image (header or others) every time the page loads.
  2. Will not make the website slow.
  3. Images displayed can be customized.
  4. The Plug in uses short codes.
  5. Can be used for posts, pages, templates and more.

安装:

This section describes how to install the plugin and get it working. Example.
  1. Extract wp_image_refresh.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the \'Plugins\' menu in WordPress
  3. Place <?php echo do_shortcode( '[wp-image-refresh]' ); ?> in your templates or use [wp-image-refresh] in your pages or posts

屏幕截图:

  • This is the screen shot of adding slides

升级注意事项:

1.1 Removed deprecated php functions.

常见问题:

How to display image in the template file?

Place the shortcode [wp-image-refresh] where you want to show the random image, such as( templates, pages or posts).

How can I add a custom class to the Image?

Image class can be set on the image. For e.g. [wp-image-refresh class="image-class"]

How can I insert the shortcode into the WordPress widgets/sidebars?

Shortcode can be added in a sidebar using Apperance -> Widgets -> Text. By selecting the text widget you can just put the shortcode [wp-image-refresh].

Multi-Site Support

Works only for a single site. Multi-site support to be added in subsequent version of the plugin.

更新日志:

2.3 2.2 2.1 2.0 1.9 1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0