• Resolved Rookie

    (@alriksson)


    How to disable AggregateRating Markup from wpdiscuz globally.

    And where is the itemprop in your php templates?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support gVectors Support

    (@gvectorssupportmember)

    Hi @alriksson,

    You just need to you set the false value for the itemprop property in the shortcode.

    Thread Starter Rookie

    (@alriksson)

    I do not use the shortcode, what shortcode? Auto insert on post type where comments are activated.

    Plugin Support gVectors Support

    (@gvectorssupportmember)

    Hi @alriksson,

    This will be added in the next version update.

    For now, please follow the steps below, to get it resolved:
    1. Open the /wp-content/plugins/wpdiscuz/forms/wpdFormAttrfile/Form.php file
    2. Find the following line (324 line):
    'itemprop' => true,
    3. Replace with the following one:
    'itemprop' => false,
    Don’t forget to delete all caches before checking.

    Thread Starter Rookie

    (@alriksson)

    Many thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable AggregateRating Markup’ is closed to new replies.