Extension: Custom Page
GENERAL
EXTENSIONS
THEMES
Installation
Before installing the extension, you need to install Auto Listings plugin first.
- Go to Plugins → Add New and search for Auto Listings
- Click Install Now button to install the plugin
- After installing, click Activate Plugin to activate the plugin
The extension is just a WordPress plugin, you can install it like a normal WordPress plugin.
- Go to Plugins, click Add new, then click Upload plugin.
- Choose the
.zipfile you downloaded and click Install now - After finishing upload, click Activate to finish.
Usage
1. Using Block
If you use the block editor, you can add the Auto Listings Custom Page block as follows:

In the setting of the block, there will be options for you to edit such as: ORDER BY, ODRER, NUMBER OF ITEMS, COLUMNS, STATUS, STATE, CONDITION
- ORDER BY: Sort Listing by Date or Title

- ORDER : Sort ascending or descending
- NUMBER OF ITEMS: Listing number displayed
- COLUMNS: Number of columns displayed
- STATUS: Select vehicle's STATUS to display
- STATE: Select vehicle's STATE to display
- CONDITION: Select vehicle's CONDITION to display

2. Using Elementor
If you use Elementor to build your website, you can add the Auto Listings Custom Page widget as follows:

In the setting of the widget, there will be options for you to edit such as: ORDER BY, ODRER, NUMBER OF ITEMS, COLUMNS, STATUS, STATE, CONDITION
- ORDER BY: Sort Listing by Date or Title

- ORDER : Sort ascending or descending
- NUMBER OF ITEMS: Listing number displayed
- COLUMNS: Number of columns displayed
- STATUS: Select vehicle's STATUS to display
- STATE: Select vehicle's STATE to display
- CONDITION: Select vehicle's CONDITION to display

3. Using shortcode
In any case, you can use a shortcode to display a custom page. The plugin provides the following shortcode:
[auto_listings_custom_page]
which has the following attributes:
| Attribute | Value | Description |
|---|---|---|
| orderby | date, title | Sort retrieved listings by parameter |
| order | asc, desc | Designates the ascending or descending order of the orderby parameter |
| number | 20 (default) | The number of listings |
| columns | 3 (default) | How many columns to display, used when the view is grid |
| view | list, grid (default) | Show listings in a grid or a list |
| status | Values from the plugin settings | Listing status |
| state | Values from the plugin settings | Listing state |
| condition | New, Used, Certified | Listing condition |
| no_results | Sorry, no listings were found. | The text displayed when now results found |