gdrts_stars_review

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]

This shortcode displays rating block for any rating item, and you need to specify which item to show. If template, style, alignment and distribution attributes are missing, the plugin will use default values.

List of attributes

  • type: entity and name of the type connected with a dot like this: {entity}.{name} and both are required.
  • id: real ID of the item you want to show. If this is for the post, this is post ID.
  • item: internal item ID of the item you want to show. If you provide this number, you don’t need to provide type/id attributes.
  • class: CSS class for the shortcode wrapper.
  • template: name of the template to use for display. Supported values: default, classic and more. 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 Review / Single Block.
  • alignment: alignment of the rating block. Supported values: left, right, center, none.
  • 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.

Example

[gdrts_stars_review type="posts.page" id=1 style_size=48
style_type="font" style_font_name="circle"]
0
0
698
Rate this reference

You are not allowed to rate this post.

Leave a Comment