kvCORE Shortcodes and Parameters

List of all of the wordpress shortcodes which can be used on pages

Brycen Lawson avatar
Written by Brycen Lawson
Updated over a week ago

[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.

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

Variables

  • agents

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

  • ownerListings

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

  • propertyTypes

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

  • styles

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

  • area

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

  • priceMin

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

  • priceMax

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

  • listingStart

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

  • listingEnd

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

  • beds

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

  • baths

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

  • halfBaths

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

  • footageMin

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

  • footageMax

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

  • acresMin

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

  • acresMax

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

  • year

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

  • maxYear

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

  • 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.

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

  • 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

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)

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_search]

  • 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.

[kvcoreidx_listing_detail_page]

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

[kvcoreidx_offices]

  • only works on /offices/ page

[kvcoreidx_featured_properties]

  • kvcoreidx_featured_properties

[kvcoreidx_featured_agents]

  • kvcoreidx_featured_agents

[kvcoreidx_mls_disclaimer]

  • kvcoreidx_mls_disclaimer

[kvcoreidx_terms_of_use]

  • displays terms of use

[kvcoreidx_valuation_report]

  • 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.

Did this answer your question?