Linux 软件免费装
Banner图

Easy Digital Downloads - Related Downloads

开发者 isabel104
eliorivero
更新时间 2020年8月30日 12:48
PHP版本: 3.8 及以上
WordPress版本: 4.8-alpha-40124
版权: GNU Version 2
版权网址: 版权信息

标签

related posts easy digital downloads related products EDD download category related downloads download tag downloads categories downloads tags related items

下载

1.1 1.2 1.3 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.5 1.5.1 1.6 1.6.1 1.7 1.7.1

详情介绍:

This is an extension for Easy Digital Downloads that automatically adds related downloads after the single download content on the single download page. It is simple and light. It works by default without a need for any settings. By default, 3 related downloads will be shown, related by download_tag. The title and featured image will be displayed, centered nicely. The related downloads are added right below the content of the single download. Optional - use it as widget It also adds a Related Downloads widget. You can use the widget if you prefer, and disable the automatic related downloads under the content. Works automatically. No settings needed. This plugin has 7 optional settings. These options are located at Downloads --> Settings --> Extensions tab.
  1. Filter by Tag or Category
  2. Show only the related image, no title
  3. Change the number of related items to show
  4. Custom Related Downloads Title
  5. Disable Related Downloads From Being Added to Content
  6. Change The Default Method of Sorting (Orderby)
  7. Change The Default Sort Order
For more info, see the Documentation. For support or to report bugs, use the support forum link above. Fork on GitHub. Please rate the plugin. Thank you. Translations Includes a .pot file so you can easily translate into other languages.

安装:

  1. In your WordPress dashboard, go to "Plugins -> Add New", and search for "Easy Digital Downloads - Related Downloads".
  2. Click to install and then Activate the plugin.
  3. That's it. At this point, related downloads, if any exist, will appear underneath each download.
  4. Optional: Go to Downloads --> Settings --> Extensions tab to change the default settings.
  5. Optional: Use the widget at Appearances --> Widgets.

屏幕截图:

  • Settings at Downloads -> Settings -> Extensions tab

升级注意事项:

1.6.1 Adds new image size filter and checks for ssl. 1.6 Updated widget to work with the WordPress 4.0 live widget customizer. 1.4.7 Tweak: Gave late priority to related downloads action to ensure that related items proceed after any other inserted stuff by other plugins. 1.5 New: option to choose sort order and orderby parameters. 1.5.1 Moved the settings from the "Downloads -> Misc" tab to "Downoads -> Extenstions".

常见问题:

Why aren't there any related downloads showing up on my single download page?

Most likely, there are no other downloads that share that download's tag or category.

I don't want them below my content. Can I use a template tag in single-download.php to position the related downloads wherever I want?

Yes. Use WordPress's function the_widget. If you want the default output, use: the_widget('edd_related_downloads_widget'); If you want to specify parameters for this instance, use: $inst = array( 'title' => 'You May Also Like', 'number' => 3, 'taxcat' => false, ); the_widget('edd_related_downloads_widget', $inst, $args); However, the 2 above will style it just like the sidebar widget, which is list-style. If you want this to appear grid-style, like the default Related Downloads that get added below the content, you have to add the $args parameter, like so (you can change the $inst, but not the $args if you want grid-style): $inst = array( 'title' => 'You May Also Like', 'number' => 3, 'taxcat' => false, ); $args = array( 'before_widget' => '<div id="isa-related-downloads" class="widget">',// make it grid-style 'after_widget' => '</div>', ); the_widget('edd_related_downloads_widget', $inst, $args);

Can I use a custom image size for the featured image?

Yes, see this

Can I use custom images instead of the featured image for the Related Downloads?

Yes, see this.

更新日志:

1.7.1 1.7 1.6.1 1.6 1.5.1 1.5 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4 1.3 1.2 1.1 1.0 0.1