Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 2.25 KB

README.md

File metadata and controls

62 lines (37 loc) · 2.25 KB

Downloads Plugin

WordPress plugin that allows to manage files that you want to offer to your users for download. Allows to use either sidebar widget, shortcode with responsive table or using regular WordPress theme (downloads are custom post types so you can make templates for them).

Description

Main features:

  • adds new custom post type that represents single item to download
  • contains shortcode that renders responsive table with ordering and pagination
  • contains widget that prints list of items to download
  • file types are specified by correct icon
  • enables downloads restricted just for registered users
  • offers simple download statistics
  • available with English and Czech locales
  • tested on the latest WordPress versions (currently 4.7.2)

Icons used for file types are taken from FatCow Free Icons - for more details visit https://www.fatcow.com/free-icons. Thanks!

Instalation

Using automatic installation:

  1. Go to WordPress Administration - Plugins and click on Install plugin button.
  2. Find Downloads Plugin and install it.
  3. Than activate Downloads Plugin plugin.

Using manual download:

  1. Download plugin from original site - https://wordpress.org/plugins/od-downloads-plugin/.
  2. Unpack od-downloads-plugin-0.6.zip into plugins folder of your WordPress installation.
  3. Go to WordPress Administration - Plugins and activate Downloads Plugin plugin.

Screenshots

List of existing downloads

screen1

Add new download page

screen2

Edit download page

screen3

Page with widgets administration

screen4

Live widgets administration

screen5

Entering our shortcode to the post

screen6

Page with our shortcode and widget displayed

screen7