Skip to Content

Shortcodes

Is a comprehensive collection of various visual and functional elements, which you can use in the post editor, text widgets or even in template files.

Available Shortcode Parameters

ParamDescription
post_statusValue : publish, pending, draft, auto-draft, future, private, inherit, trash, any / Default: publish
posts_per_pageNumber of post display. (Default: 9)
orderASC, DESC / Default : DESC
orderbyValue : Title, Name, Menu Order, Date / Default : Title
thumb_sizeDefault : Full / Value : Medium, Thumbnail

Usage

This sample shortcode paremeters will show communties all concierge.

html
<div className="loop"> [aios_concierge] [loop_start] Post ID : [post_id] Post Title : [post_title] Permalink : [permalink] Thumbnail : [thumbnail] Address 1 : [address_1] Address 2 : [address_2] Website : [website] Country Code : [country_code] Phone : [phone] Email : [email] [loop_end] [/aios_concierge] </div>

Introduced from version 1.0.0

Last updated on