Search Site Reviews
-
Hi,
My client wants to be able to give visitors the ability to:- search site reviews
- display site reviews by category
Here is a screenshot of what they are looking to accomplish: https://snipboard.io/e6i9YJ.jpg
For #1 I’ve seen you give this link to put into functions.php page: https://pastebin.com/XWpekXXA But not sure how to embed the search itself onto a page.
For #2 On another thread, you helped me integrate this with my member profiles with the following code:
echo do_shortcode(sprintf('[site_reviews_summary category="%s" category_name="%s" hide="bars,if_empty,rating" class="summ"]', $category, $categoryName)); echo do_shortcode(sprintf('[site_reviews category="%s" category_name="%s" hide="assigned_to,avatar" pagination="ajax"]', $category, $categoryName)); echo do_shortcode(sprintf('[site_reviews_form category="%s" category_name="%s"]', $category, $categoryName));
So each profile (doctor) has it’s own reviews but these doctors all have an assigned specialty.
With this setup, will I be able to assign a category (specialty) and list by category: How would I accomplish this?The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Search Site Reviews’ is closed to new replies.