“Hello!
I need to display the most recent user reviews on my store pages, filtered by the current product category. I was planning to use the Gutenberg “Testimonial” block nested inside a “Carousel”. However, as far as I understand, the standard Gutenberg blocks in Woodmart do not support dynamic data retrieval, which makes it impossible to display dynamic reviews.
In this regard, I have a question: how can this problem be solved without resorting to static data? Is it possible to implement this using the Query Loop or other Gutenberg tools?
If the Query Loop or other standard Gutenberg tools are not suitable for this purpose, I am ready to consider the option of embedding arbitrary PHP code to retrieve and display reviews.”