Display and filter inventory

LotPress includes a ready-to-use inventory archive and several ways to place vehicle listings elsewhere on a WordPress site.

Verified with Inventory 1.0.0 ยท Theme 0.10.17

Use the inventory archive

The public archive is available at /inventory/. Shoppers can filter or sort by make, model, year, body style, price, and mileage. Sold vehicles are excluded from the normal storefront.

Place an inventory grid with a shortcode

Add a Shortcode block to any page and use:

[lotpress_inventory limit="12" show_sold="no"]
  • limit: maximum vehicles to display.
  • show_sold: use yes to include sold vehicles.
  • featured: use yes to show only featured vehicles.
  • carousel: use yes to create a carousel when more than one vehicle is returned.

Example featured carousel:

[lotpress_inventory limit="6" featured="yes" carousel="yes"]

Use the Elementor widget

  1. Edit a page with Elementor.
  2. Find the Inventory Grid widget.
  3. Drag it into the page.
  4. Choose the vehicle limit, sold and featured behavior, and grid or carousel presentation.
  5. Update the page and test it at desktop and mobile widths.

The widget appears only while Elementor and LotPress Inventory are active.

Override templates in a custom theme

Developers can copy the bundled templates into these paths in the active theme:

lotpress-inventory/archive-vehicle.php
lotpress-inventory/single-vehicle.php
lotpress-inventory/vehicle-card.php

Keep custom copies under version control and review them when LotPress Inventory releases template changes.

Still need help?Tell us what you are trying to accomplish and what happened.
Contact LotPress โ†’