{"id":5191,"date":"2025-01-07T06:59:11","date_gmt":"2025-01-07T06:59:11","guid":{"rendered":"https:\/\/woolentor.com\/demo\/woolentor-template\/gutenberg-block-shop-page-one\/"},"modified":"2025-01-09T08:41:28","modified_gmt":"2025-01-09T08:41:28","slug":"gutenberg-block-shop-page-one","status":"publish","type":"woolentor-template","link":"https:\/\/woolentor.com\/demo\/woolentor-template\/gutenberg-block-shop-page-one\/","title":{"rendered":"Gutenberg Block &#8211; Shop Page &#8211; one"},"content":{"rendered":"\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-bottom:0\"><div class=\"wp-block-group__inner-container\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-3686058c wp-block-columns-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--40)\">\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-f342ef54 wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><div class=\"woolentorblock-71ea25fb-dee3-4942-a5f1-abec5d9eb720\">\t<div class=\"woolentor-filter-wrap\" style=\"\">\n\n\t\t<h2 class=\"wl_filter_title\">Filter By Price<\/h2>\t\t\t\t<form class=\"wl_product_search_form\" role=\"search\" method=\"get\" action=\"https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/woolentor-template\/5191\/\">\n\t\t\t\t\t<input type=\"search\" placeholder=\"Search Products&hellip;\" value=\"\" name=\"q\" title=\"Search for:\" \/>\n\t\t\t\t\t<button type=\"submit\" aria-label=\"Search\"><i class=\"fa fa-search\"><\/i><\/button>\n\t\t\t\t<\/form>\n\n\t\t\t\n\t\t\n\t\t\n\t<\/div>\n\t<\/div>\n\n<div class=\"woolentorblock-71ea25fb-dee3-4942-a5f1-abec5d9eb720\">\t<div class=\"woolentor-filter-wrap\" style=\"overflow: visible;\">\n\n\t\t<h2 class=\"wl_filter_title\">Filter By Price<\/h2>\n\t\t\t<div class=\"wl_price_filter\">\n\t\t\t\t<form method=\"get\" action=\"https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/woolentor-template\/5191\/\">\n\t\t\t\t\t<div class=\"woolentor_slider_range\" style=\"display: none;\"><\/div>\n\t\t\t\t\t<input type=\"hidden\" name=\"wlfilter\" value=\"1\">\n\t\t\t\t\t<input type=\"text\" id=\"min_price-71ea25fb-dee3-4942-a5f1-abec5d9eb720\" name=\"min_price\" value=\"9\" data-min=\"9\" placeholder=\"Min price\" \/>\n\t\t\t\t\t<input type=\"text\" id=\"max_price-71ea25fb-dee3-4942-a5f1-abec5d9eb720\" name=\"max_price\" value=\"55\" data-max=\"55\" placeholder=\"Max price\" \/>\n\t\t\t\t\t<div class=\"wl_button_price\">\n\t\t\t\t\t\t<button type=\"submit\" aria-label=\"Filter\">Filter<\/button>\n\t\t\t\t\t\t<div class=\"woolentor_price_label\" style=\"display: none;\">\n\t\t\t\t\t\t\tPrice:\t\t\t\t\t\t\t<span id=\"from-71ea25fb-dee3-4942-a5f1-abec5d9eb720\"><\/span> &mdash; <span id=\"to-71ea25fb-dee3-4942-a5f1-abec5d9eb720\"><\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/form>\n\t\t\t<\/div>\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t;jQuery(document).ready(function($) {\n\t\t\t\t\t'use strict';\n\n\t\t\t\t\tvar id = '71ea25fb-dee3-4942-a5f1-abec5d9eb720';\n\n\t\t\t\t\t$( 'input#min_price-'+id+', input#max_price-'+id ).hide();\n\t\t\t\t\t$( '.woolentor_slider_range, .woolentor_price_label' ).show();\n\n\t\t\t\t\tvar min_price = parseInt( '9' ),\n\t\t\t\t\t\tmax_price = parseInt( '55' ),\n\t\t\t\t\t\tcurrent_min_price = parseInt( '9' ),\n\t\t\t\t\t\tcurrent_max_price = parseInt( '55' ),\n\t\t\t\t\t\tcurrency_pos_left = '1',\n\t\t\t\t\t\tcurrency_symbol = '&#036;';\n\n\t\t\t\t\t$( \".woolentor_slider_range\" ).slider({\n\t\t\t\t\t\trange: true,\n\t\t\t\t\t\tmin: min_price,\n\t\t\t\t\t\tmax: max_price,\n\t\t\t\t\t\tvalues: [ current_min_price, current_max_price ],\n\t\t\t\t\t\tslide: function( event, ui ) {\n\t\t\t\t\t\t\t$( 'input#min_price-'+id ).val( ui.values[0] );\n\t\t\t\t\t\t\t$( 'input#max_price-'+id ).val( ui.values[1] );\n\t\t\t\t\t\t\t( currency_pos_left ) ? $( \".woolentor_price_label span#from-\"+id ).html( currency_symbol + ui.values[0] ) : $( \".woolentor_price_label span#from-\"+id ).html(  ui.values[0] + currency_symbol );\n\t\t\t\t\t\t\t( currency_pos_left ) ? $( \".woolentor_price_label span#to-\"+id ).html( currency_symbol + ui.values[1] ) : $( \".woolentor_price_label span#to-\"+id ).html( ui.values[1] + currency_symbol );\n\t\t\t\t\t\t},\n\n\t\t\t\t\t});\n\n\t\t\t\t\t$( \"#min_price-\"+id ).val(  $( \".woolentor_slider_range\" ).slider( \"values\", 0 ) );\n\t\t\t\t\t$( \"#max_price-\"+id ).val(  $( \".woolentor_slider_range\" ).slider( \"values\", 1 ) );\n\n\t\t\t\t\tif( currency_pos_left ){\n\t\t\t\t\t\t$( \".woolentor_price_label span#from-\"+id ).html(  currency_symbol + $( \".woolentor_slider_range\" ).slider( \"values\", 0 ) );\n\t\t\t\t\t\t$( \".woolentor_price_label span#to-\"+id ).html(  currency_symbol + $( \".woolentor_slider_range\" ).slider( \"values\", 1 ) );\n\t\t\t\t\t}else{\n\t\t\t\t\t\t$( \".woolentor_price_label span#from-\"+id ).html( $( \".woolentor_slider_range\" ).slider( \"values\", 0 ) + currency_symbol );\n\t\t\t\t\t\t$( \".woolentor_price_label span#to-\"+id ).html( $( \".woolentor_slider_range\" ).slider( \"values\", 1 ) + currency_symbol );\n\t\t\t\t\t}\n\n\t\t\t\t});\n\t\t\t<\/script>\n\n\t\t\t\n\t\t\n\t\t\n\t<\/div>\n\t<\/div>\n\n<div class=\"woolentorblock-71ea25fb-dee3-4942-a5f1-abec5d9eb720\">\t<div class=\"woolentor-filter-wrap\" style=\"\">\n\n\t\t<h2 class=\"wl_filter_title\">Sort By<\/h2>\t\t\t\t<div class=\"wl_sort_by_filter\">\n\t\t\t\t\t<select name=\"wl_sort\">\n\t\t\t\t\t\t<option value=\"&#038;wlsort=none\">None<\/option>\n\t\t\t\t\t\t<option value=\"&#038;wlsort=ASC\"  >ASC<\/option>\n\t\t\t\t\t\t<option value=\"&#038;wlsort=DESC\"  >DESC<\/option>\n\t\t\t\t\t<\/select>\n\t\t\t\t<\/div>\n\t\t\t\n\t\t\n\t\t\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t;jQuery(document).ready(function($) {\n\t\t\t\t\t'use strict';\n\t\t\t\t\tvar current_url = 'https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/woolentor-template\/5191\/?wlfilter=1',\n\t\t\t\t\t\tisEditorMode = '';\n\t\t\t\t\t$('.wl_order_by_filter select,.wl_sort_by_filter select').on('change', function () {\n\t\t\t\t\t\tvar sort_key = $(this).val();\n\t\t\t\t\t\tif ( sort_key && ( isEditorMode != true ) ) {\n\t\t\t\t\t\t\twindow.location = current_url + sort_key;\n\t\t\t\t\t\t}\n\t\t\t\t\t\treturn false;\n\t\t\t\t\t});\n\t\t\t\t});\n\t\t\t<\/script>\n\t\t\n\t<\/div>\n\t<\/div>\n\n<div class=\"woolentorblock-71ea25fb-dee3-4942-a5f1-abec5d9eb720\">\t<div class=\"woolentor-filter-wrap\" style=\"\">\n\n\t\t<h2 class=\"wl_filter_title\">Product Color<\/h2><ul><li class=\"\"><a href=\"https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/woolentor-template\/5191\/?wlfilter=1&#038;filter_color=black\">Black <span>(3)<\/span><\/a><\/li><li class=\"\"><a href=\"https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/woolentor-template\/5191\/?wlfilter=1&#038;filter_color=blue\">Blue <span>(2)<\/span><\/a><\/li><li class=\"\"><a href=\"https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/woolentor-template\/5191\/?wlfilter=1&#038;filter_color=green\">Green <span>(2)<\/span><\/a><\/li><\/ul>\t\t\t\n\t\t\n\t\t\n\t<\/div>\n\t<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\"><div class=\"woolentorblock-db38fd80-511e-4e32-8284-07fbf30d5096 woolentor-currency-switcher-area\">            <div class=\"woolentor-currency-switcher\">\n\n                                    <div class=\"woolentor-selected-currency-wrap\">\n                        <span class=\"woolentor-selected-currency\">\n                            <img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/HasThemes\/public_assets\/main\/country_flags\/circle\/USD.png\" alt=\"United States (US) dollar\"\/> United States (US) dollar (&#36;)                        <\/span>\n                        <span class=\"woolentor-currency-dropdown-arrow\"><\/span>\n                    <\/div>\n                    <div class=\"woolentor-currency-dropdown\" style=\"display:none;\">\n                        <ul>\n                            <li class='hide-currency' data-value=\"USD\"><img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/HasThemes\/public_assets\/main\/country_flags\/circle\/USD.png\" alt=\"United States (US) dollar\"\/> United States (US) dollar (&#36;)<\/li><li  data-value=\"GBP\"><img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/HasThemes\/public_assets\/main\/country_flags\/circle\/GBP.png\" alt=\"Pound sterling\"\/> Pound sterling (&pound;)<\/li><li  data-value=\"EUR\"><img decoding=\"async\" src=\"https:\/\/raw.githubusercontent.com\/HasThemes\/public_assets\/main\/country_flags\/circle\/EUR.png\" alt=\"Euro\"\/> Euro (&euro;)<\/li>                        <\/ul>\n                    <\/div>\n                \n            <\/div>\n        <\/div>\n\n\n<div style=\"margin-top:0;margin-bottom:0;height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-group alignwide is-layout-constrained wp-container-core-group-is-layout-daed5134 wp-block-group-is-layout-constrained\" style=\"margin-top:0px;margin-bottom:0px;padding-top:0;padding-right:var(--wp--preset--spacing--30);padding-bottom:0;padding-left:var(--wp--preset--spacing--30)\"><div class=\"wp-block-group__inner-container\"><div class=\"woolentorblock-bfb048d2-9dc4-45a4-be5f-32b84f973220 woolentor_block_archive_default woolentor-products-columns-3 wl-filterable-products-wrap\" data-wl-widget-name=\"woolentor-product-archive-addons\" data-wl-widget-settings=\"{&quot;blockUniqId&quot;:&quot;bfb048d2-9dc4-45a4-be5f-32b84f973220&quot;,&quot;columns&quot;:{&quot;desktop&quot;:3},&quot;areaPadding&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;areaBGProperty&quot;:{&quot;imageId&quot;:null,&quot;imageUrl&quot;:&quot;&quot;,&quot;position&quot;:&quot;&quot;,&quot;attachment&quot;:&quot;&quot;,&quot;repeat&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;rows&quot;:4,&quot;paginate&quot;:true,&quot;allowOrder&quot;:true,&quot;showResultCount&quot;:true,&quot;orderBy&quot;:&quot;none&quot;,&quot;order&quot;:&quot;DESC&quot;,&quot;itemBorderType&quot;:&quot;&quot;,&quot;itemBorderWidth&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;itemBorderRadius&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;itemPadding&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;imageBorderType&quot;:&quot;&quot;,&quot;imageBorderWidth&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;imageBorderRadius&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;imageMargin&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;titleMargin&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;ratingMargin&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;cartBtnBorderType&quot;:&quot;&quot;,&quot;cartBtnBorderWidth&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;cartBtnBorderRadius&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;cartBtnPadding&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;cartBtnMargin&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;PaginationPadding&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;saleTagShow&quot;:true,&quot;saleTagPadding&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;saleTagBorderRadius&quot;:{&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;unit&quot;:&quot;px&quot;,&quot;link&quot;:&quot;yes&quot;},&quot;saleTagPosition&quot;:&quot;&quot;}\"><div class=\"wl-filterable-products-content\"><div class=\"woocommerce columns-3 \"><div class=\"woocommerce-notices-wrapper\"><\/div><p class=\"woocommerce-result-count\" role=\"status\" aria-relevant=\"all\" >\n\tShowing all 2 results<\/p>\n<form class=\"woocommerce-ordering\" method=\"get\">\n\t\t<select\n\t\tname=\"orderby\"\n\t\tclass=\"orderby\"\n\t\t\t\t\taria-label=\"Shop order\"\n\t\t\t>\n\t\t\t\t\t<option value=\"menu_order\"  selected='selected'>Default sorting<\/option>\n\t\t\t\t\t<option value=\"popularity\" >Sort by popularity<\/option>\n\t\t\t\t\t<option value=\"rating\" >Sort by average rating<\/option>\n\t\t\t\t\t<option value=\"date\" >Sort by latest<\/option>\n\t\t\t\t\t<option value=\"price\" >Sort by price: low to high<\/option>\n\t\t\t\t\t<option value=\"price-desc\" >Sort by price: high to low<\/option>\n\t\t\t<\/select>\n\t<input type=\"hidden\" name=\"paged\" value=\"1\" \/>\n\t<\/form>\n<ul class=\"products columns-3\">\n<\/ul>\n<\/div><\/div><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div id=\"recently-viewed-products\" class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-278fe766 wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<h2 class=\"wp-block-heading\">Recently Viewed Products<\/h2>\n\n\n<div class=\"woolentor-no-view-product\">You haven&#039;t viewed at any of the products yet.<\/div><\/div><\/div>\n","protected":false},"author":433,"template":"woolentor_fullwidth","meta":{"om_disable_all_campaigns":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_woolentor_container_width":1240},"class_list":["post-5191","woolentor-template","type-woolentor-template","status-publish","hentry","product"],"uagb_featured_image_src":[],"uagb_author_info":{"display_name":"Ashim Kumar","author_link":"https:\/\/woolentor.com\/demo\/author\/ashim\/"},"uagb_comment_info":0,"uagb_excerpt":"Recently Viewed Products","_links":{"self":[{"href":"https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/woolentor-template\/5191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/woolentor-template"}],"about":[{"href":"https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/types\/woolentor-template"}],"author":[{"embeddable":true,"href":"https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/users\/433"}],"version-history":[{"count":0,"href":"https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/woolentor-template\/5191\/revisions"}],"wp:attachment":[{"href":"https:\/\/woolentor.com\/demo\/wp-json\/wp\/v2\/media?parent=5191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}