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
Param | Description |
---|---|
post_status | Value : publish, pending, draft, auto-draft, future, private, inherit, trash, any / Default: publish |
posts_per_page | Number of post display. (Default: 9) |
order | ASC, DESC / Default : DESC |
orderby | Value : Title, Name, Menu Order, Date / Default : Title |
thumb_size | Default : 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