gdrts_stars_review_list

Developer Knowledge Level

This content is intended for WordPress developers, and it may require coding knowledge of WordPress, PHP, and JavaScript. Code examples provided here may contain errors or needs some additional coding. Make sure to test the code before using it on a live website!

[gdrts_stars_review_list]

This shortcode displays list of ratings sorted by rating, votes…

List of attributes

  • type: entity and name of the type connected with dot like this: {entity}.{name} and both are required.
  • class: CSS class for the shortcode wrapper.
  • orderby: sorting of the results list. Supported values: rating,, item, id, latest.
  • order: sorting order. Supported values: ASC, DESC.
  • limit: number of results to display. Default: 5.
  • rating_min: minimal rating to show. Default: 0.
  • template: name of the template to use for display. Supported values: shortcode, widget. List of templates can be expanded, and list of all available templates is listed on the Templates panel in Information menu. This shortcode can use templates listed under Stars Rating / Ratings List.
  • style_type: what to use, font icons or images. Supported values: font, image.
  • style_font_name: name of the font icon to use. Supported values: star, bell, heart, asterisk, square, circle, gear, trophy, like, snowflake.
  • style_image_name: name of the image to use: Supported values: star, oxygen. Pro version has also: christmas, crystal, hearts, snowflake.
  • style_size: size in pixels for the font icon or image.
  • style_class: additional CSS class to add to rating block wrapper.
  • terms: comma separated list of Term ID’s. Used only for posts.
  • authors: comma separated list of author ID’s. Used only for posts.

Example

[gdrts_stars_review_list type="posts.post" limit=10
template="shortcode" style_size=20 style_type="font"
style_font_name="heart"]
0
0
797
Rate this reference

You are not allowed to rate this post.

Leave a Comment