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.

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

ParamDescription
post_statusValue : publish, pending, draft, auto-draft, future, private, inherit, trash, any / Default: publish
posts_per_pageMinimum List Price. (Integer / Default: 0)
orderASC, DESC / Default : DESC
orderbyValue : title, name, menu_order, date / Default : title
excerpt_limitNo. of character per post
show_attributesDebug Mode / Value : True or False)
show_featuredDisplay all featured Listings / Default : No / Value : Yes or No
show_posts_by_idDisplay specific post by id
show_posts_by_slugDisplay 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

ParamDescription
countMax Zillow output 10
excerptDefault : 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