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.
Testimonials Post Type Usage
shortcode
[aios_testimonials]
ID : {{testimonial_id}}
Title : {{testimonial_title}}
Content : {{testimonial_content}}
Exerpt : {{testimonial_excerpt}}
Permalink : {{testimonial_permalink}}
Role: {{testimonial_role}}
Image: {{testimonial_featured_image}}
Video: {{testimonials_video_url}}
[/aios_testimonials]
Available Shortcode Parameters
Param | Description |
---|---|
post_status | Value : publish, pending, draft, auto-draft, future, private, inherit, trash, any / Default: publish |
posts_per_page | Minimum List Price. (Integer / Default: 0) |
order | ASC, DESC / Default : DESC |
orderby | Value : title, name, menu_order, date / Default : title |
excerpt_limit | No. of character per post |
show_attributes | Debug Mode / Value : True or False) |
show_featured | Display all featured Listings / Default : No / Value : Yes or No |
show_posts_by_id | Display specific post by id |
show_posts_by_slug | Display specific post by slug |
agents_id Display Testimonials under an agent |
**Display Testimonials By Post ID **
This sample shortcode paremeters will show all post id you declare.
shortcode
[aios_testimonials show_posts_by_id="1,2,3"] [/aios_testimonials]
**Display Testimonials By Post Slug **
This sample shortcode paremeters will show all post slug you declare.
shortcode
[aios_testimonials show_posts_by_id="jane-doe,lorem-ipsum"] [/aios_testimonials]
**Display Testimonials under an agents **
This sample shortcode paremeters will show all post slug you declare.
shortcode
[aios_testimonials agents_id="111"] [/aios_testimonials]
Testimonials Zillow Usage
Available Shortcode Parameters
Param | Description |
---|---|
count | Max Zillow output 10 |
excerpt | Default : 100 |
shortcode
[aios_testimonials_zillow]
ID: {{id}}
Reviewer : {{reviewer}}<br>
Description : {{description}}<br>
Description Excerpt : {{description_excerpt}}
Review Summary : {{reviewSummary}}<br>
Review Date : {{reviewDate}}<br>
Review Url : {{reviewURL}}
[/aios_testimonials_zillow]
Introduced from version 1.0.0
Last updated on