Linux 软件免费装
Banner图

Advanced Random Posts Widget

开发者 idenovasi
satrya
更新时间 2023年8月5日 19:11
PHP版本: 4.5 及以上
WordPress版本: 6.1
版权: GPLv2 or later
版权网址: 版权信息

标签

widget sidebar shortcode widgets taxonomy excerpt category post type thumbnail random posts random posts widget multiple widgets post tag

下载

1.0 1.1 1.2 1.3 2.0.0 2.0.3 2.1.0 2.1.1 2.2.0 1.4 1.5 1.5.1 2.0.1 2.0.2 2.0.4 2.0.5 2.0.6 2.0.7 2.2.1

详情介绍:

Notice This plugin is no longer supported, please use Recent posts widget Extended instead. This plugin will enable a custom, flexible and advanced random posts. It allows you to display a list of random posts via shortcode or widget with thumbnail, excerpt and post date, also you can display it from all or specific or multiple taxonomy. Features Include Support Me

安装:

Through Dashboard
  1. Log in to your WordPress admin panel and go to Plugins -> Add New
  2. Type advanced random posts widget in the search box and click on search button.
  3. Find Advanced Random Posts Widget plugin.
  4. Then click on Install Now after that activate the plugin.
  5. Go to the widgets page Appearance -> Widgets.
  6. Find Random Posts widget.
Installing Via FTP
  1. Download the plugin to your hardisk.
  2. Unzip.
  3. Upload the advanced-random-posts-widget folder into your plugins directory.
  4. Log in to your WordPress admin panel and click the Plugins menu.
  5. Then activate the plugin.
  6. Go to the widgets page Appearance -> Widgets.
  7. Find Random Posts widget.

常见问题:

No image/thumbnail options?

Your theme needs to support Post Thumbnail, please go to http://codex.wordpress.org/Post_Thumbnails to read more info and how to activate it in your theme.

Thumbnail Size

By default it uses arpw-thumbnail which have 50x50 size. If you want to use custom image size, you can install http://wordpress.org/plugins/simple-image-sizes/ then create new image size, it will appear in the Thumbnail Size selectbox in the widget option.

Thumbnail Size Not Working Properly

I have mentioned it in the plugin description. If you use images that were uploaded to the media library before you installed this plugin and/or you have your own custom image sizes, please install Regenerate Thumbnails plugin to fix the image size.

How to add custom style?

The plugin comes with a very basic style, if you want to add custom style please do wp_dequeue_style to remove the default stylesheet. Place the code below in your theme functions.php. function prefix_remove_arpw_style() { wp_dequeue_style( 'arpw-style' ); } add_action( 'wp_enqueue_scripts', 'prefix_remove_arpw_style', 10 ); Then you can add your custom style using Custom CSS plugin or in your theme style.css. Here's the plugin selector ` / ul / .arpw-ul {} / li / .arpw-li {} / title / .arpw-title {} / thumbnail / .arpw-thumbnail {} / date / .arpw-time {} / excerpt / .arpw-summary {} `

更新日志:

2.2.0 - March 07, 2019