{"id":40084,"date":"2023-06-01T08:31:42","date_gmt":"2023-06-01T08:31:42","guid":{"rendered":"https:\/\/crocoblock.com\/knowledge-base\/?post_type=article&#038;p=40084"},"modified":"2023-07-28T09:13:06","modified_gmt":"2023-07-28T09:13:06","slug":"displaying-all-user-reviews-on-single-user-page","status":"publish","type":"article","link":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/","title":{"rendered":"Displaying All User Reviews on Single User Page"},"content":{"rendered":"\n<p><strong>JetReviews <\/strong>plugin functionality enables the users to leave reviews on <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/custom-post-type-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Custom Post Types<\/strong><\/a>\u2019 posts or other users\u2019 pages. At the same time, it\u2019s also possible to show all reviews the specific user has submitted on their <strong>Single User Page<\/strong>.<\/p>\n\n\n\n<p>Let\u2019s check how this can be achieved step-by-step.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"set-single-user-page-in-profile-builder\"><strong>Set Single User Page in Profile Builder<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>The first step is creating and attaching the <strong>Single User Page<\/strong> in <strong>Profile Builder<\/strong> settings.<\/p>\n\n\n\n<p>Create a static page in <strong><em>WordPress Dashboard &gt; Pages<\/em><\/strong> first; then go to <strong><em>WordPress Dashboard &gt; JetEngine &gt; Profile Builder<\/em><\/strong>, enable the <strong>Single user page<\/strong> toggle, and attach the newly created page in the samely named field below.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/06\/single_user_page-2x.png\" alt=\"jetengine profile builder single user page\">\n\n\n\n<p>Create a template that will later display reviews and attach it to the item in the <strong>User Page<\/strong> section.<\/p>\n\n\n\n<p>Press the \u201c<strong>Save<\/strong>\u201d button.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/06\/user_page_template-2x.png\" alt=\"jetengine profile builder user page\">\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"create-sql-query-in-query-builder\"><strong>Create SQL Query in Query Builder<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>The next step is creating a <a href=\"https:\/\/crocoblock.com\/knowledge-base\/articles\/jetengine-query-builder-sql-query-type\/\" target=\"_blank\" rel=\"noreferrer noopener\">SQL Query<\/a> to retrieve all the reviews ever submitted by the queried user.<\/p>\n\n\n\n<p>Go to <strong><em>WordPress Dashboard &gt; JetEngine &gt; Query Builder<\/em><\/strong> and click \u201c<strong>Add New<\/strong>.\u201d<\/p>\n\n\n\n<p>Select \u201cSQL Query\u201d in the <strong>Query Type<\/strong> field and complete the <strong>From table <\/strong>field with the \u201cjet_reviews\u201d value.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/06\/sql_query_table-2x.png\" alt=\"jetengine query builder sql\">\n\n\n\n<p>After the needed database table is selected, specify <strong>Where (query clauses) <\/strong>conditions for the query; results will be sorted by parameters set in this block.<\/p>\n\n\n\n<p>In this case, the only essential condition is comparing the author of the review to the queried user. To achieve this, select \u201cauthor\u201d as the <strong>Column<\/strong>, \u201cEqual\u201d as the <strong>Compare <\/strong>operator, and \u201cQueried user ID\u201d macro as the <strong>Value<\/strong>.<\/p>\n\n\n\n<p>Click the \u201c<strong>Add\/Update Query<\/strong>\u201d button.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/06\/sql_query_where-2x.png\" alt=\"the second part of the jetengine query builder sql\">\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"create-listing-item-for-reviews\"><strong>Create Listing Item for Reviews<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>Now it\u2019s time to create <strong>Listing Item Template<\/strong> for displaying all the needed review data.<\/p>\n\n\n\n<p>Go to <strong><em>WordPress Dashboard &gt; JetEngine &gt; Listings<\/em><\/strong> and press \u201c<strong>Add New<\/strong>.\u201d<\/p>\n\n\n\n<p>Choose \u201cQuery Builder\u201d as the <strong>Listing source<\/strong> and specify the previously created SQL <strong>Query<\/strong>.<\/p>\n\n\n\n<p>Hit the \u201c<strong>Create Listing Item<\/strong>\u201d button.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/06\/listing_item-2x.png\" alt=\"jetengine listing item\">\n\n\n\n<p>Use the <a href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/dynamic-field-widget-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Dynamic Field<\/strong><\/a> widget to output the review data. All available fields are listed in the <strong>Object Field<\/strong> drop-down.<\/p>\n\n\n\n<p>Add as many <strong>Dynamic Fields<\/strong> as needed and save the template by pressing the \u201c<strong>Publish\/Update<\/strong>\u201d button.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/06\/dynamic_field-2x.png\" alt=\"jetengine dynamic field\">\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"place-reviews-listing-on-the-single-user-page\"><strong>Place Reviews Listing on the Single User Page<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>The last step is placing the <strong>Listing Grid <\/strong>based on SQL query on the <strong>Single User Page<\/strong>.<\/p>\n\n\n\n<p>Go to the template displaying the reviews and open it in the Elementor editor. Place the <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/listing-grid-widget-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Listing Grid<\/strong><\/a> widget on the template, select the <strong>Listing <\/strong>template created in the previous step, and save the changes.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/06\/listing_grid-2x.png\" alt=\"jetengine listing grid\">\n\n\n\n<p>Let\u2019s check the result now.<\/p>\n\n\n\n<p>The user from this example has submitted three reviews for different posts on the website, and now all their reviews are displayed correctly on the <strong>Single User Page<\/strong>.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/06\/result-2x.png\" alt=\"reviews queried user single user page\">\n<\/div><\/div>\n\n\n\n<p>That\u2019s all; now you know how to display all the WordPress user\u2019s reviews on the Single User Page using the <em>JetEngine <\/em>and <em>JetReviews <\/em>plugins.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Discover how to showcase all the user\u2019s reviews on the Single User Page with the help of the JetEngine and JetReviews plugins for your WordPress website.<\/p>\n","protected":false},"author":9,"featured_media":0,"template":"","format":"standard","builder-category":[],"article-category":[462,402],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Displaying All User Reviews on Single User Page \u2014 JetEngine | Crocoblock<\/title>\n<meta name=\"description\" content=\"Discover how to showcase all the user\u2019s reviews on the Single User Page with the help of the JetEngine and JetReviews plugins for your WordPress website.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Displaying All User Reviews on Single User Page \u2014 JetEngine | Crocoblock\" \/>\n<meta property=\"og:description\" content=\"Discover how to showcase all the user\u2019s reviews on the Single User Page with the help of the JetEngine and JetReviews plugins for your WordPress website.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/\" \/>\n<meta property=\"og:site_name\" content=\"Help Center\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-28T09:13:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/06\/single_user_page-2x.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/\",\"name\":\"Displaying All User Reviews on Single User Page \u2014 JetEngine | Crocoblock\",\"isPartOf\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#website\"},\"datePublished\":\"2023-06-01T08:31:42+00:00\",\"dateModified\":\"2023-07-28T09:13:06+00:00\",\"description\":\"Discover how to showcase all the user\u2019s reviews on the Single User Page with the help of the JetEngine and JetReviews plugins for your WordPress website.\",\"breadcrumb\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/crocoblock.com\/knowledge-base\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Articles\",\"item\":\"https:\/\/crocoblock.com\/knowledge-base\/articles\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Displaying All User Reviews on Single User Page\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#website\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/\",\"name\":\"Help Center\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/crocoblock.com\/knowledge-base\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#organization\",\"name\":\"Help Center\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg\",\"contentUrl\":\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg\",\"caption\":\"Help Center\"},\"image\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Displaying All User Reviews on Single User Page \u2014 JetEngine | Crocoblock","description":"Discover how to showcase all the user\u2019s reviews on the Single User Page with the help of the JetEngine and JetReviews plugins for your WordPress website.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/","og_locale":"en_US","og_type":"article","og_title":"Displaying All User Reviews on Single User Page \u2014 JetEngine | Crocoblock","og_description":"Discover how to showcase all the user\u2019s reviews on the Single User Page with the help of the JetEngine and JetReviews plugins for your WordPress website.","og_url":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/","og_site_name":"Help Center","article_modified_time":"2023-07-28T09:13:06+00:00","og_image":[{"url":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/06\/single_user_page-2x.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/","url":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/","name":"Displaying All User Reviews on Single User Page \u2014 JetEngine | Crocoblock","isPartOf":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#website"},"datePublished":"2023-06-01T08:31:42+00:00","dateModified":"2023-07-28T09:13:06+00:00","description":"Discover how to showcase all the user\u2019s reviews on the Single User Page with the help of the JetEngine and JetReviews plugins for your WordPress website.","breadcrumb":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/displaying-all-user-reviews-on-single-user-page\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/crocoblock.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"Articles","item":"https:\/\/crocoblock.com\/knowledge-base\/articles\/"},{"@type":"ListItem","position":3,"name":"Displaying All User Reviews on Single User Page"}]},{"@type":"WebSite","@id":"https:\/\/crocoblock.com\/knowledge-base\/#website","url":"https:\/\/crocoblock.com\/knowledge-base\/","name":"Help Center","description":"","publisher":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/crocoblock.com\/knowledge-base\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/crocoblock.com\/knowledge-base\/#organization","name":"Help Center","url":"https:\/\/crocoblock.com\/knowledge-base\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/","url":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg","contentUrl":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg","caption":"Help Center"},"image":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article\/40084"}],"collection":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/types\/article"}],"author":[{"embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/users\/9"}],"wp:attachment":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=40084"}],"wp:term":[{"taxonomy":"builder-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/builder-category?post=40084"},{"taxonomy":"article-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article-category?post=40084"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}