-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
76 lines (46 loc) · 2.02 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
=== Squirrels Auto Inventory ===
Contributors: spokanetony, efederman22
Donate link: https://www.paypal.me/SpokaneTony
Tags: inventory, auto inventory, car inventory, truck inventory
Requires at least: 3.0.1
Tested up to: 4.5.3
Stable tag: 1.0.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A simple and lightweight auto inventory system perfect for showcasing your cars online.
== Description ==
A simple and lightweight auto inventory system perfect for showcasing your cars online. Includes the ability to upload photos and separate your search and inventory screens if needed (example: if you wanted to add the search feature to a sidebar widget).
== Installation ==
Add the following shortcode to your page:
> [squirrels_inventory]
This will display the inventory page with search section right above it.
== Other Shortcode Options ==
Specify how many vehicles to show per page:
> [squirrels_inventory per_page="25"]
Turn off the search:
> [squirrels_inventory search="Off"]
Turn off the inventory (only show search fields - good for sidebar placement:
> [squirrels_inventory inventory="Off"]
Specify what page your inventory is on (useful if you want to direct to another page):
> [squirrels_inventory page="http://mydomain.com/my-page"]
You can also add a filter to the shortcode to show only featured items
> [squirrels_inventory featured="True"]
== Frequently Asked Questions ==
= Can I add more than just cars? =
Yes, you can add trucks, motorcycles, planes, trains and automobiles. Everything is entirely customizable based on what you need.
== Upgrade Notice ==
This is a first release.
== Screenshots ==
1. /assets/screenshot-1.png
2. /assets/screenshot-2.png
2. /assets/screenshot-3.png
== Changelog ==
= 1.0.0 =
* We made this.
= 1.0.1 =
* Made plugin backwards compatible to previous versions of PHP that didn't support [] for arrays
= 1.0.2 =
* Added settings for dateformat and mileage label
* Added ability to put text after the price (example: $9,999 OBO)
= 1.0.3 =
* A little bug fix