---
title: "Developer Shortcodes"
source: https://4property.com/4sites/supernova/developer-shortcodes/
updated: 2025-09-18T09:08:29+00:00
---

# Developer Shortcodes

## Table of Contents

- Article Grid
- Aside/Popup
- Faceted Search
- Footer Signature
- Map
- Menu
- Subpages
- Testimonials

## Article Grid

`[article-grid]`

Display a grid of articles (posts).

**Parameters (optional):**

`author` – only show posts from a specific author (default is empty / all authors)
`category` – only show posts from a specific category (default is empty / all categories)
`class` – whether to apply a CSS class to the article container (default is empty)
`columns` – number of columns to use (default is `4`)
`count` – number of posts to show (default is `16`)
`pagination` – whether to show pagination (default is `yes`)

`[article-grid-overlay]`

Display a grid of articles (posts, alternative design).

**Parameters (optional):**

`category` – only show posts from a specific category (default is empty / all categories)
`count` – number of posts to show (default is `16`)

## Aside/Popup

Display a reusable block inside a bottom-right expandable aside/popup.

The `<aside>` tag defines some content aside from the content it is placed in. The aside content should be indirectly related to the surrounding content. The `<aside>` content is often placed as a sidebar in a document.

`[supernova-aside controls="1" accent="#00a8ff" title="Get Started!" width="400" id="303" trigger=".gf-button"]`

**Parameters (mandatory):**

`id` – ID of reusable block
`width` – width of aside/popup, in pixels (default is `400`)
`controls` – show a “Don’t show this again.” checkbox (default is `1`)
`accent` – aside/popup bar and buttons colour (default is `#333`, possible values are HEX – `#00a8ff` – or RGB – `rgb(128, 128, 40)`)
`title` – aside/popup title/call-to-action (default is “Get Started”)
`trigger` – the submission button class or ID (detects button click and minimizes the aside)

## Faceted Search

`[faceted-search]`

Display a global website search, including all custom post types (posts, pages, properties, FAQs, testimonials, etc). Faceted search, also known as faceted navigation or faceted browsing, is a technique used to help users analyze, organise, and filter large sets of results (posts, pages, properties) based on a simple keyword search.

## Footer Signature

`[footer-signature]`

Display the footer copyright, agent login link and **Footer** menu.

## Map

`[osm-map markers="55.134874, -7.453658, 'Market Square, Buncrana, Co. Donegal', 55.2512645,-7.2618951, 'The Diamond, Carndonagh, Co. Donegal'"]`

Display a custom map with multiple markers (requires **WP Property Drive**).

## Menu

`[supernova-menu]`

**Parameters (mandatory):**

`location` – location of menu (e.g. “Main Menu”, possible values: “Main Menu”, “Primary Pipes Menu”, “Secondary Pipes Menu”, “Mobile Menu”, “Footer Menu”)

## Subpages

`[[subpages]]`

Display a list of subpages (child pages) on a parent page. Useful for empty, top-level pages.

## Testimonials

Display your testimonials as a grid, carousel, or blocks. Testimonials are saved as custom post types.

1. Display a **grid** section of your testimonials:

`[[supernova-testimonials]]`

2. Display a **carousel** of testimonials:

`[[supernova-testimonial-carousel]]`

3. Display testimonials from a specific (custom) category and enable carousel autoplay every 5 seconds:

`[[supernova-testimonial-carousel type="Vendor" autoplay="5000"]]`

**Parameters (optional):**

`in` – a comma-separated list of testimonials IDs
`type` – taxonomy name (e.g. “Vendor”)
`autoplay` – time to autoplay, in milliseconds (e.g. “5000”)

4. Display native `<blockquote>` **blocks** inside a **Media & Text** block (uses the Testimonial featured image for media):

`[[supernova-testimonial-blocks]]`
