Hello,
I am creating a templated page for vendor profile (HivePress > Templates > Vendor).
I am doing OK so far, but instead of reinventing the wheel, I would like to know if there are built-in blocks to retrieve the “verified” (and possibly rating) badge, as feature below (here in vendor block but I want it on the vendor page instead) :
The best I could achieve so far, is by using a shortcode :
[hp_vendor_attribute name='verified']
which returns “none” or “yes” (pretty basic indeed, but better than nothing).