Registration is painless and takes a few seconds. Click here to get started!
You can download the latest version of WP Auctions from your member area. Use your name and password you set during signup →
Installation
FTP Programs
PC – FileZilla
MAC – List of Mac FTP Clients
These are programs that let you connect to your host via FTP. You need your hosting account FTP username and password to connect. Contact your hosting provider for more information.
Usage
To use this widget simply place the following shortcode into your Post or Page.
[ wpa_list_widget mode="list" maxrec="3" ]
To show the description, use this shortcode -
[ wpa_list_widget mode="list" limitdesc="50" maxrec="3" ]
To show auctions from a certain category, use this shortcode
[ wpa_list_widget mode="list" limitdesc="50" maxrec="3" category="your_category_name" ]
To show auctions in a particular order, use this shortcode
[ wpa_list_widget limitdesc="50" maxrec="3" order="xxx" ]
Where xxx can be: random, date, datedesc, price or pricedesc.
Note: price or pricedesc will show the auctions based on the current bid price only and NOT the current starting price.
Please make sure to remove the spaces between the [ ] above.
Properties
mode=”list” – This will show your auctions in a list format. Descriptions are not shown in this mode. Leaving it out will show it in an alternative list format.
limitdesc=”50″ – This will limit the words in your description to the first 50. You can enter any number you like there.
maxrec=”3″ – This limits how many auctions you would like to show.
category=”your_category_name” - This property lets you specify auctions from one category. Enter the category name for all auctions from that category to show.