• Resolved azar9888

    (@azar9888)


    I need to show reviews from multiple different posts within the same category or with the same tag. Does the premium filters add-on allow for this?

    The category filters will only work for Site Reviews categories.

    Try this:

    1. Create a?Site Reviews category?for each brand
    2. On the Site Reviews block/shortcodes that you are using on your post, assign reviews to both the current page AND to the correct brand category. This will allow reviews to display a link to the page they are assigned to, and allow you to filter by brand.

    Then to display the reviews assigned to a specific brand:

    [site_reviews assigned_terms="nike"]

    Or to display reviews assigned to multiple brands:



    [site_reviews assigned_terms="nike,adidas,reebok"]

    I’m using a theme woococommerce, greatly condusedd

Viewing 1 replies (of 1 total)
  • Plugin Author Gemini Labs

    (@geminilabs)

    I need to show reviews from multiple different posts within the same category or with the same tag. Does the premium filters add-on allow for this?

    You are asking how to display reviews from multiple posts where the posts have the same category or tag.

    Site Reviews allows you assign reviews to posts. So to display reviews that have been assigned to a post with a Post ID of 13 and a post with a Post ID of 14, you would use the assigned_posts option on the shortcode like this:

    [site_reviews assigned_posts="13,14"]

    However, you also want to limit reviews that have been assigned to those posts based on whether the posts have been given a specific category or tag.

    Since you cannot assign reviews to post categories or tags, the answer I gave above is the workaround. Create Site Reviews categories that match your Post categories, assign your reviews to these categories, then use the assigned_terms option as explained above.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.