{"id":41381,"date":"2023-08-02T10:46:11","date_gmt":"2023-08-02T10:46:11","guid":{"rendered":"https:\/\/crocoblock.com\/knowledge-base\/?post_type=article&#038;p=41381"},"modified":"2023-08-02T13:20:15","modified_gmt":"2023-08-02T13:20:15","slug":"how-to-show-posts-reviews-with-average-rating-count","status":"publish","type":"article","link":"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/","title":{"rendered":"How to Show the User&#8217;s Posts Reviews with Average Rating Count on the Single User Profile Page"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\" id=\"create-an-sql-query\">Create an SQL Query<\/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>Start with building an SQL query to retrieve the needed data.<\/p>\n\n\n\n<p>Go to <strong><em>WordPress Dashboard &gt; JetEngine &gt; Query Builder<\/em><\/strong>, and add a new query by clicking the corresponding button.<\/p>\n\n\n\n<p>Complete the <strong>Name <\/strong>field and select\u201d SQL\/AI Query\u201d <strong>Query Type<\/strong>.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_57.png\" alt=\"sql ai query type\">\n\n\n\n<p>Now move to the <strong>Custom SQL Query <\/strong>tab, pick a \u2018jet_reviews\u2019 option in the <strong>From table <\/strong>selector, and enable the <strong>Use Join<\/strong> toggle.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_58.png\" alt=\"jet reviews table as a data source\">\n\n\n\n<p>We need to join a \u2018posts\u2019 table using the \u201cInner Join\u201d option as a <strong>Join Type<\/strong> because it contains columns by which the query needs to be performed to retrieve the proper data.<\/p>\n\n\n\n<p>The <strong>When current table column<\/strong> and <strong>Is equal to other table column<\/strong> should be set to \u201cID\u201d and \u201cpost_id\u201d respectively.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_59.png\" alt=\"posts join tables\">\n\n\n\n<p>Proceed with adding <strong>Where (query clauses.)<\/strong><\/p>\n\n\n\n<p>In the first clause, we need to specify that the author of the post which has been reviewed is the queried user. This way, we get the posts added by the queried user.<\/p>\n\n\n\n<p>So, the <strong>Column <\/strong>should be set to \u201cposts.post_author\u201d, <strong>Compare <\/strong>to \u201cEqual,\u201d <strong>Value <\/strong>to \u201cQueried user ID,\u201d and <strong>Type <\/strong>to \u201cNumeric.\u201d<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_60.png\" alt=\"post author query clause\">\n\n\n\n<p>In the following clause, we set \u201cposts.post_type\u201d as <strong>Column<\/strong>, \u201cEqual\u201d as <strong>Compare <\/strong>operator, and a specific post type\u2019s slug from which we want to pull the posts as <strong>Value<\/strong>.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_61.png\" alt=\"post type query clause\">\n\n\n\n<p>In the following clause, we want to eliminate the reviews submitted by the queried user themselves. This step is optional if you wish to include the reviews submitted by the post author in their own posts.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_62.png\" alt=\"post author reviews query clause\">\n\n\n\n<p>The custom query is completed; press the \u201c<strong>Add Query<\/strong>\u201d button to save it.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"display-average-reviews-count\">Display Average Reviews Count<\/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>At this point, go to a template used on the <strong>Single User Profile Page<\/strong> in the <strong>Profile Builder<\/strong>, and add the widgets that can display the average rating count.<\/p>\n\n\n\n<p>Add the Heading widget to the template, and click the dynamic tag icon.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_64.png\" alt=\"dynamic tags button in the heading widget\">\n\n\n\n<p>In the dynamic tags list, select the \u201cDynamic Function\u201d option.<\/p>\n\n\n\n<p>The <strong>Function <\/strong>should be set to \u201cSQL Query Results.\u201d<\/p>\n\n\n\n<p>The \u201crating\u201d from the SQL query created in the previous step needs to be chosen as <strong>Query Column<\/strong>.<\/p>\n\n\n\n<p>The <strong>Additional Function<\/strong> should be set to \u201cAverage\u201d as we need to count the average rating value.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_67.png\" alt=\"sql query results dynamic function in heading widget\">\n\n\n\n<p>After setting up the dynamic function, you can add the <strong>Before <\/strong>and <strong>After <\/strong>text in the <strong>Advanced <\/strong>tab to create a more customized result.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_68.png\" alt=\"dynamic function advanced tab\">\n\n\n\n<p>Now add another Heading widget to display the number of reviews left for the posts authored by the queried user.<\/p>\n\n\n\n<p>This time, we should select a \u201cQuery Results Count\u201d macro and choose the <strong>Custom Query <\/strong>created earlier.&nbsp;<\/p>\n\n\n\n<p>The <strong>Returned Count <\/strong>option does not need to be changed; the default one is correct. In this Heading widget, we also added a <strong>Before <\/strong>and <strong>After <\/strong>text in the <strong>Advanced <\/strong>tab.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_69.png\" alt=\"query results count dynamic tag in heading widget\">\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"check-result-on-front-end\">Check Result on Front End<\/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 the template should be saved, and the result for this step can be checked on the <strong>Single User Profile Page<\/strong> on the front end. The Heading widgets show the average rating count and the review count correctly.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_70.png\" alt=\"single user profile page with an average rating and review count\">\n\n\n\n<p>We can proceed with displaying the reviews created for the posts of the queried user.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"build-listing-template-for-sql-query\">Build Listing Template for SQL Query<\/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>In this step, we will create a <strong>Listing template<\/strong> for the custom query built to show all information about the reviews submitted to the posts of the queried user.<\/p>\n\n\n\n<p>Go to <strong><em>WordPress Dashboard &gt; JetEngine &gt; Listings<\/em><\/strong>, and press the \u201c<strong>Add New<\/strong>\u201d button at the top of the page to call a Listing item settings pop-up.<\/p>\n\n\n\n<p>The <strong>Listing source<\/strong> should be set to \u201cQuery Builder.\u201d Next, pick the custom <strong>Query <\/strong>created earlier, and give it a name in the corresponding field.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_63.png\" alt=\"sql ai query type\">\n\n\n\n<p>In the editor, you can add a <a href=\"https:\/\/crocoblock.com\/knowledge-base\/jetengine\/dynamic-field-widget-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Dynamic Field<\/strong><\/a> widget to show the data from the query.<\/p>\n\n\n<div class=\"note-banner d-flex border-bold border-jetsmartfilters rounded overflow-hidden p-20\"><div class=\"mr-12\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1 21H23L12 2L1 21ZM13 18H11V16H13V18ZM13 14H11V10H13V14Z\" fill=\"#FA5450\"\/><\/svg><\/div><div class=\"d-flex flex-column\"><div class=\"text-900 mb-12\">Warning<\/div><p class=\"m-0\">You should select fields under the <strong>Query<\/strong> object to pull data from the custom query.<br \/>\n<\/p><\/div><\/div>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_71.png\" alt=\"dynamic rating field in elementor\">\n\n\n\n<p>You can add any needed fields from the custom query as a <strong>Dynamic Field<\/strong> <strong>Source <\/strong>to display the reviews data.<\/p>\n\n\n\n<p>In the described case, we added a <strong>Dynamic Field<\/strong> with an \u201cauthor\u201d source for showing the review&#8217;s author.<\/p>\n\n\n\n<p>The \u201cauthor\u201d object field itself stores an ID of the user, which is why an additional callback is needed to convert a user ID into the needed user property like<strong> a Display name<\/strong>.&nbsp;The \u201cGet user data by ID\u201d <strong>Callback <\/strong>is not available by default, so it needs to be <a href=\"https:\/\/gist.github.com\/Crocoblock\/3ff6b0c806991ac6e303af4ad858781d?fbclid=IwAR2A70gCVHn5RKXEQKIxdrhghW4DB1N7hpG7qubiCsMan2DbVTXMVTXyFqk\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">installed from GitHub Gist<\/a> and uploaded to your website to be in the list of <strong>Dynamic Field Callbacks<\/strong>.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_72.png\" alt=\"dynamic author field in elementor\">\n\n\n\n<p>Using another <strong>Dynamic Field<\/strong> widget, we also displayed a date when some user left a review. We added a \u201cFormat date\u201d <strong>Callback <\/strong>to apply a needed format to date.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_74.png\" alt=\"dynamic date field in elementor\">\n\n\n\n<p>As the <strong>Listing template<\/strong> is completed, it can be saved.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"output-listing-grid-with-sql-query\">Output Listing Grid with SQL Query<\/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 <a href=\"https:\/\/crocoblock.com\/knowledge-base\/features\/listing-grid-widget-overview\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Listing Grid<\/strong><\/a> based on SQL query on the <strong>Single User Page<\/strong>.<\/p>\n\n\n\n<p>Go to the needed template applied in the <strong>Profile Builder<\/strong> settings, and open it in the Elementor editor. Add the <strong>Listing Grid<\/strong> widget on the template, select the <strong>Listing <\/strong>template for the custom SQL Query, and configure other settings for the <strong>Listing Grid<\/strong> widget if needed.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_75.png\" alt=\"posts reviews listing grid in elementor\">\n\n\n\n<p>Now we can check the result.<\/p>\n\n\n\n<p>The <strong>Listing Grid<\/strong> shows the reviews submitted to the posts of the queried user on their <strong>Single User Profile Page <\/strong>as per the custom query created via <em>JetEngine\u2019s <\/em><strong>Query Builder<\/strong>.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_76.png\" alt=\"reviews submitted to the posts of the queried user\">\n<\/div><\/div>\n\n\n\n<p>That\u2019s all; now you know how to display the WordPress user\u2019s posts reviews with average rating count on the Single User Profile Page with <em>JetReviews <\/em>and <em>JetEngine<\/em>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial explains how to create an SQL query to show an average rating count submitted to the posts published by the queried user and output that count. <\/p>\n","protected":false},"author":9,"featured_media":0,"template":"","format":"standard","builder-category":[],"article-category":[463],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Show User\u2019s Posts Reviews with Average Rating Count \u2014 JetReviews | Crocoblock<\/title>\n<meta name=\"description\" content=\"From this guide, you will find out how to display the reviews with average rating count on the Single User Profile page using JetReviews and JetEngine plugins.\" \/>\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\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Show User\u2019s Posts Reviews with Average Rating Count \u2014 JetReviews | Crocoblock\" \/>\n<meta property=\"og:description\" content=\"From this guide, you will find out how to display the reviews with average rating count on the Single User Profile page using JetReviews and JetEngine plugins.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/\" \/>\n<meta property=\"og:site_name\" content=\"Help Center\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-02T13:20:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_57.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=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/\",\"name\":\"How to Show User\u2019s Posts Reviews with Average Rating Count \u2014 JetReviews | Crocoblock\",\"isPartOf\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#website\"},\"datePublished\":\"2023-08-02T10:46:11+00:00\",\"dateModified\":\"2023-08-02T13:20:15+00:00\",\"description\":\"From this guide, you will find out how to display the reviews with average rating count on the Single User Profile page using JetReviews and JetEngine plugins.\",\"breadcrumb\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/#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\":\"How to Show the User&#8217;s Posts Reviews with Average Rating Count on the Single User Profile 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":"How to Show User\u2019s Posts Reviews with Average Rating Count \u2014 JetReviews | Crocoblock","description":"From this guide, you will find out how to display the reviews with average rating count on the Single User Profile page using JetReviews and JetEngine plugins.","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\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/","og_locale":"en_US","og_type":"article","og_title":"How to Show User\u2019s Posts Reviews with Average Rating Count \u2014 JetReviews | Crocoblock","og_description":"From this guide, you will find out how to display the reviews with average rating count on the Single User Profile page using JetReviews and JetEngine plugins.","og_url":"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/","og_site_name":"Help Center","article_modified_time":"2023-08-02T13:20:15+00:00","og_image":[{"url":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/08\/Screenshot_57.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/","url":"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/","name":"How to Show User\u2019s Posts Reviews with Average Rating Count \u2014 JetReviews | Crocoblock","isPartOf":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#website"},"datePublished":"2023-08-02T10:46:11+00:00","dateModified":"2023-08-02T13:20:15+00:00","description":"From this guide, you will find out how to display the reviews with average rating count on the Single User Profile page using JetReviews and JetEngine plugins.","breadcrumb":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/crocoblock.com\/knowledge-base\/jetreviews\/how-to-show-posts-reviews-with-average-rating-count\/#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":"How to Show the User&#8217;s Posts Reviews with Average Rating Count on the Single User Profile 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\/41381"}],"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=41381"}],"wp:term":[{"taxonomy":"builder-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/builder-category?post=41381"},{"taxonomy":"article-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article-category?post=41381"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}