kvCORE Shortcodes and Parameters

List of all of the WordPress shortcodes that can be used on pages.

[kvcoreidx_listings]
Displays a list of properties. All variables separated by a space.
Format - [kvcoreidx_listings pricemin="75000" pricemax="550000" order="price|desc" page="1"]

Note: You can perform a search on the /properties/ page and use the URL params on the results URL to construct your sortcode.

For example: https://www.firstteam.com/properties/?pricemin=75000&pricemax=550000&order=price%7Cdesc&page=1&layout=card

Represents this:
[kvcoreidx_listings pricemin="75000" pricemax="550000" order="price|desc" page="1"]

Variables

  • agents

agents

One or more agent id's separated via '|'
Example: agents="2234|2235|2236"

  • ownerListings

ownerListings

Only show listings owned by the entity or agent
Example: ownerListings="true"

  • propertyTypes

propertyTypes

One or more property type ids seperated via '|'
Example: propertyTypes="1|4|7|9"

  • styles

styles

One or more style names seperated via '|'
Example: styles="Colonial|Villa|Townhouse"

  • area

area

One or more areas names seperated via '|'
Example: area="city|Warwick"

  • priceMin

priceMin

Minimum price value for listing
Example: priceMin="250000"

  • priceMax

priceMax

Maximum price value for listing
Example: priceMax="350000"

  • listingStart

listingStart

Show listings listed before timestamp
Example: listingStart="1513121569"

  • listingEnd

listingEnd

Show listings listed after timestamp
Example: listingEnd="1513121569"

  • beds

beds

Show listings with number of bedrooms greater than passed in value
Example: beds="2"

  • baths

baths

Show listings with number of bathrooms greater than passed in value
Example: baths="2"

  • halfBaths

halfBaths

Show listings with number of half bathrooms greater than passed in value
Example: halfBaths="2"

  • footageMin

footageMin

Show listings with footage greater to or equal to passed in value
Example: footageMin="1500"

  • footageMax

footageMax

Show listings with footage less than or equal to passed in value
Example: footageMax="2500"

  • acresMin

acresMin

Show listings with acres greater to or equal to passed in value
Example: acresMin="0.5"

  • acresMax

acresMax

Show listings with acres less than or equal to passed in value
Example: acresMax="2.5"

  • year

year

Show listings built on or after passed in value
Example: year="1925"

  • maxYear

maxYear

Show listings built on or before passed in value
Example: maxYear="1925"

  • options

options

One or more options names seperated via '|'
options include :
justListed, walkable, fixerUpper, newlyBuilt,
openHouse, adult, green, horse, golf, pool, waterfront, waterView, views, reduced, foreclosures, shortSales,
garage, garage2, garage3, story, story2, story3, deck, basement, masterOnMain, airConditioner, furnished,
allowsPets, notdistresssed, sellerfinance
Example: options="basement|masterOnMain|airConditioner"
order

  • Listing column to order by in ASC.

Listing column to order by in ASC.

You can specify otherwise using  '|' e.g. price|desc
Example: order="price|desc"

  • minDaysOnSite

minDaysOnSite

Show listings that be on the site for a number of days greater than or equal to the passed in value
Example: minDaysOnSite="5"

  • maxDaysOnSite

maxDaysOnSite

Show listings that be on the site for a number of days less than or equal to the passed in value
Example: maxDaysOnSite="5"

  • mlsid (MLS Numbers)

mlsid (MLS Numbers)

You can add specific listings by their MLS Number
Example: [kvcoreidx_listings mlsids="123456,654321,321456"]

Exclusive Listings
In kvCORE, you can add your own manual or 'exclusive' listings. These listings must have their own WordPress page. The default pages for displaying listings from the MLS are 'Properties' & 'Property.' To create a separate page to display your exclusive listings, use:

  • [kvcoreidx_listings exclusives="1"] - Display a list of exclusive/manual properties.

  • [kvcoreidx_listing_detail_page exclusive="1"] - Display the details of an exclusive/manual listing. 

[kvcoreidx_listings exclusives="1"] - Display a list of exclusive/manual properties.

[kvcoreidx_listing_detail_page exclusive="1"] - Display the details of an exclusive/manual listing. 

[kvcoreidx_search]

  • Displays the search form to search listings.

Displays the search form to search listings.

[show_filters]

  • displays the filters if set to true. set to false to hide the filters. defaults to true if not set.

displays the filters if set to true. set to false to hide the filters. defaults to true if not set.

[kvcoreidx_listing_detail_page]

  • General Information, General Features, Interior Features, Exterior Features, Price History, School Information, property location, and similar properties

General Information, General Features, Interior Features, Exterior Features, Price History, School Information, property location, and similar properties

[kvcoreidx_offices]

  • only works on /offices/ page

only works on /offices/ page

[kvcoreidx_featured_properties]

  • kvcoreidx_featured_properties

kvcoreidx_featured_properties

[kvcoreidx_featured_agents]

  • kvcoreidx_featured_agents

kvcoreidx_featured_agents

[kvcoreidx_mls_disclaimer]

  • kvcoreidx_mls_disclaimer

kvcoreidx_mls_disclaimer

[kvcoreidx_terms_of_use]

  • displays terms of use

displays terms of use

[kvcoreidx_valuation_report]

  • This shortcode is used on the page for Market Reports.

This shortcode is used on the page for Market Reports.

[kvcoreidx_valuation_pdf_search][kvcoreidx_valuation_pdf]

  • Both of these shortcodes must live on the 'Sell' page. It will override any '/sell' page on the WordPress site.

Both of these shortcodes must live on the 'Sell' page. It will override any '/sell' page on the WordPress site.