CR Bee Docs
Shortcodes

[cr_bee_fleet]

Static fleet gallery with category filters

Renders a full fleet gallery showing all your vehicles, with category filter tabs.

Usage

[cr_bee_fleet]

Attributes

AttributeDefaultRangeDescription
columns31–6Number of grid columns
category(all)slugPre-filter to a specific category
layoutgridgrid/listDisplay layout

Examples

[cr_bee_fleet columns="4"]
[cr_bee_fleet category="suv" columns="2"]
[cr_bee_fleet layout="list"]

What It Renders

  • Category filter tabs (All, Economy, SUV, etc.)
  • Vehicle cards in grid or list layout:
    • Vehicle image
    • Name and category
    • Key specs
    • Starting price
    • "View" link

URL Parameter

The active category can be set via URL parameter:

https://yoursite.com/fleet/?category=suv

Priority: shortcode category attribute > URL ?category= param > "All"

API Calls

EndpointCache TTLPurpose
GET /cars?withPrices=true5 minAll vehicles with pricing
GET /categories15 minCategory list for filter tabs
GET /settings5 minCurrency and labels

Notes

  • Unlike the results page, the fleet page shows all vehicles regardless of availability
  • No date selection is needed — prices shown are starting-from prices
  • Clicking a vehicle links to the Vehicle Details page

On this page