{"id":4452,"date":"2023-11-04T06:56:22","date_gmt":"2023-11-04T06:56:22","guid":{"rendered":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-pitbull\/"},"modified":"2024-04-24T11:35:11","modified_gmt":"2024-04-24T11:35:11","slug":"adobt-puppies","status":"publish","type":"woolentor-template","link":"https:\/\/yorkiepuppiesforrescueandadoption.online\/index.php\/woolentor-template\/adobt-puppies\/","title":{"rendered":"Adobt Puppies"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"4452\" class=\"elementor elementor-4452\" data-elementor-post-type=\"woolentor-template\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9ae6e84 e-flex e-con-boxed e-con e-parent\" data-id=\"9ae6e84\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6545acd elementor-widget elementor-widget-wl-product-horizontal-filter\" data-id=\"6545acd\" data-element_type=\"widget\" data-widget_type=\"wl-product-horizontal-filter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"woolentor-horizontal-filter-wrap\">\n                <!-- Heaer Box Area Start -->\n                <div class=\"woolentor-heaer-box-area\">\n\n                    <div class=\"woolentor-filter-header-top-area\">\n                        <div class=\"woolentor-header-left-side\">\n                            <h2 class=\"wl_hoz_filter_title\">Filter<\/h2>                        <\/div>\n                        <div class=\"woolentor-header-right-side\">\n                                                            <form class=\"woolentor-header-search-form\" role=\"search\" method=\"get\" action=\"https:\/\/yorkiepuppiesforrescueandadoption.online\/wp-json\/wp\/v2\/woolentor-template\/4452\/\">\n                                    <div class=\"woolentor-search-input-box\">\n                                        <input class=\"input-box\" type=\"search\" placeholder=\"Search Products...\" value=\"\" name=\"q\" title=\"Search for:\" \/>\n                                        <button class=\"input-inner-btn\" type=\"submit\" aria-label=\"Search\"><i aria-hidden=\"true\" class=\"fa fa-search\"><\/i><\/button>\n                                    <\/div>\n                                <\/form>\n                            \n                                                            <div class=\"woolentor-search-filter-custom\">\n                                    <a href=\"#\" id=\"filter-toggle-6545acd\" class=\"filter-icon\"><i aria-hidden=\"true\" class=\"fas fa-filter\"><\/i><\/a>\n                                <\/div>\n                                                    <\/div>\n                    <\/div>\n\n                    <div id=\"filter-item-6545acd\" class=\"filter-item\">\n                        <div class=\"woolentor-filter-field-area\">\n                            <div class=\"woolentor-filter-field-wrap\">\n                                <div class=\"woolentor-filter-single-item woolentor-states-input-auto elementor-repeater-item-fd66fc6\"><select name=\"wltaxonomies[product_cat][]\" class=\"woolentor-onchange-multiple-item woolentor-multiple-select-6545acd\" data-placeholder=\"Filter\" multiple=\"multiple\"><option value=\"?wlfilter=1&woolentor_product_cat=yorkie\" >Yorkie<\/option><\/select><\/div>                            <\/div>\n                            <div class=\"woolentor-select-drop woolentor-single-select-drop-6545acd\"><\/div>\n                            <div class=\"woolentor-select-drop woolentor-multiple-select-drop-6545acd\"><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <!-- Heaer Box Area End -->\n            <\/div>\n\n            <script type=\"text\/javascript\">\n                ;jQuery(document).ready(function($) {\n                    'use strict';\n\n                    var id = '6545acd',\n                        isEditorMode = '1';\n\n                    \/\/ Localize Text\n                    var selectTxt = 'select',\n                        ofTxt = 'of';\n\n                    \/\/ Filter Toggle\n                    $('#filter-toggle-'+id).on('click', function(e){\n                        e.preventDefault()\n                        $('#filter-item-'+id).slideToggle()\n                    })\n\n\n                    $('.woolentor-single-select-'+id).select2({\n                        dropdownParent: $('.woolentor-single-select-drop-'+id),\n                    });\n                    $('.woolentor-multiple-select-'+id).select2({\n                        \/\/ closeOnSelect : false,\n                        allowHtml: true,\n                        allowClear: true,\n                        dropdownParent: $('.woolentor-multiple-select-drop-'+id),\n                    });\n\n                    $('.woolentor-filter-single-item select').on('change', function (e) {\n                        var output = $(this).siblings('span.select2').find('ul');\n                        var total = e.currentTarget.length;\n                        var count = output.find('li').length - 0;\n                        if(count >= 3) {\n                            output.html(\"<li>\"+count+\" \"+ofTxt+\" \"+total+\" \"+selectTxt+\"<\/li>\")\n                        } \n                    });\n\n                    \/\/ Filter product\n                    var current_url = 'https:\/\/yorkiepuppiesforrescueandadoption.online\/wp-json\/wp\/v2\/woolentor-template\/4452\/?wlfilter=1';\n                    $('.woolentor-filter-single-item select.woolentor-onchange-single-item').on('change', function () {\n                        var sort_key = $(this).val();\n                        if ( sort_key && ( isEditorMode != true ) ) {\n                            window.location = current_url + sort_key;\n                        }\n                        return false;\n                    });\n\n                    \/\/ Price Filter\n                    $('.woolentor-filter-single-item select.woolentor-price-filter').on( 'change', function(){\n                        var selected = $(this).find('option:selected'),\n                            min_price = selected.data('min_price'),\n                            max_price = selected.data('max_price'),\n                            location  = min_price + max_price;\n\n                        if ( location && ( isEditorMode != true ) ) {\n                            window.location = current_url + location;\n                        }\n\n                    });\n\n                    \/\/ Texanomies Filter\n                    var previouslySelected = [];\n                    $('.woolentor-filter-single-item select.woolentor-onchange-multiple-item').on('change', function () {\n                        \/\/ Get newly selected elements\n                        var currentlySelected = $(this).val();\n                        if( currentlySelected != null ){\n\n                             if( currentlySelected.length == 0 && ( isEditorMode != true ) ){\n                                window.location = current_url;\n                            }else{\n                                var newSelections = currentlySelected.filter(function (element) {\n                                    return previouslySelected.indexOf(element) == -1;\n                                });\n                                previouslySelected = currentlySelected;\n                                if (newSelections.length) {\n                                    \/\/ If there are multiple new selections, we'll take the last in the list\n                                    var lastSelected = newSelections.reverse()[0];\n                                }\n                                if ( lastSelected && ( isEditorMode != true ) ) {\n                                    window.location = lastSelected;\n                                }\n                            }\n                            \n                        }else{\n                            if(isEditorMode != true){\n                                window.location = current_url;\n                            }\n                        }\n                        return false;\n                    });\n\n\n                });\n            <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-469d55e e-flex e-con-boxed e-con e-parent\" data-id=\"469d55e\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25ac8b2 elementor-grid-3 elementor-grid-mobile-1 elementor-grid-tablet-3 elementor-products-grid elementor-wc-products elementor-widget elementor-widget-wc-categories\" data-id=\"25ac8b2\" data-element_type=\"widget\" data-widget_type=\"wc-categories.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"woocommerce columns-3\"><ul class=\"products elementor-grid columns-3\">\n<li class=\"product-category product first\">\n\t<a aria-label=\"Visit product category Yorkie\" href=\"https:\/\/yorkiepuppiesforrescueandadoption.online\/index.php\/product-category\/yorkie\/\"><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/yorkiepuppiesforrescueandadoption.online\/wp-content\/uploads\/2024\/04\/WhatsApp-Image-2024-04-22-at-7.44.11-PM-300x300.jpeg\" alt=\"Yorkie\" width=\"300\" height=\"300\" srcset=\"https:\/\/yorkiepuppiesforrescueandadoption.online\/wp-content\/uploads\/2024\/04\/WhatsApp-Image-2024-04-22-at-7.44.11-PM-300x300.jpeg 300w, https:\/\/yorkiepuppiesforrescueandadoption.online\/wp-content\/uploads\/2024\/04\/WhatsApp-Image-2024-04-22-at-7.44.11-PM-150x150.jpeg 150w, https:\/\/yorkiepuppiesforrescueandadoption.online\/wp-content\/uploads\/2024\/04\/WhatsApp-Image-2024-04-22-at-7.44.11-PM-768x768.jpeg 768w, https:\/\/yorkiepuppiesforrescueandadoption.online\/wp-content\/uploads\/2024\/04\/WhatsApp-Image-2024-04-22-at-7.44.11-PM-100x100.jpeg 100w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t<h2 class=\"woocommerce-loop-category__title\">\n\t\t\tYorkie<mark class=\"count\">16 Products<\/mark>\t\t<\/h2>\n\t\t<\/a><\/li>\n<\/ul>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"author":1,"template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","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":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"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-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-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-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-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-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-gradient":""}},"_woolentor_container_width":1140},"class_list":["post-4452","woolentor-template","type-woolentor-template","status-publish","hentry","product"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Adobt Puppies - yorkies for adoption and rehoming<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Adobt Puppies - yorkies for adoption and rehoming\" \/>\n<meta property=\"og:description\" content=\"Filter CavapooDachshundMalteseMaltipooPoodlePugRhodesianYorkie\" \/>\n<meta property=\"og:url\" content=\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/\" \/>\n<meta property=\"og:site_name\" content=\"yorkies for adoption and rehoming\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-24T11:35:11+00:00\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/\",\"url\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/\",\"name\":\"Adobt Puppies - yorkies for adoption and rehoming\",\"isPartOf\":{\"@id\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#website\"},\"datePublished\":\"2023-11-04T06:56:22+00:00\",\"dateModified\":\"2024-04-24T11:35:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Adobt Puppies\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#website\",\"url\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/\",\"name\":\"yorkies for adoption and rehoming\",\"description\":\"Pet Paradise\",\"publisher\":{\"@id\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#organization\",\"name\":\"yorkies for adoption and rehoming\",\"url\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/yorkiepuppiesforrescueandadoption.online\/wp-content\/uploads\/2018\/12\/favicon-free-img.png\",\"contentUrl\":\"https:\/\/yorkiepuppiesforrescueandadoption.online\/wp-content\/uploads\/2018\/12\/favicon-free-img.png\",\"width\":200,\"height\":200,\"caption\":\"yorkies for adoption and rehoming\"},\"image\":{\"@id\":\"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Adobt Puppies - yorkies for adoption and rehoming","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:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/","og_locale":"en_US","og_type":"article","og_title":"Adobt Puppies - yorkies for adoption and rehoming","og_description":"Filter CavapooDachshundMalteseMaltipooPoodlePugRhodesianYorkie","og_url":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/","og_site_name":"yorkies for adoption and rehoming","article_modified_time":"2024-04-24T11:35:11+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/","url":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/","name":"Adobt Puppies - yorkies for adoption and rehoming","isPartOf":{"@id":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#website"},"datePublished":"2023-11-04T06:56:22+00:00","dateModified":"2024-04-24T11:35:11+00:00","breadcrumb":{"@id":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/index.php\/woolentor-template\/adobt-puppies\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/"},{"@type":"ListItem","position":2,"name":"Adobt Puppies"}]},{"@type":"WebSite","@id":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#website","url":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/","name":"yorkies for adoption and rehoming","description":"Pet Paradise","publisher":{"@id":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#organization","name":"yorkies for adoption and rehoming","url":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#\/schema\/logo\/image\/","url":"https:\/\/yorkiepuppiesforrescueandadoption.online\/wp-content\/uploads\/2018\/12\/favicon-free-img.png","contentUrl":"https:\/\/yorkiepuppiesforrescueandadoption.online\/wp-content\/uploads\/2018\/12\/favicon-free-img.png","width":200,"height":200,"caption":"yorkies for adoption and rehoming"},"image":{"@id":"https:\/\/darkgreen-mouse-888521.hostingersite.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/yorkiepuppiesforrescueandadoption.online\/index.php\/wp-json\/wp\/v2\/woolentor-template\/4452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yorkiepuppiesforrescueandadoption.online\/index.php\/wp-json\/wp\/v2\/woolentor-template"}],"about":[{"href":"https:\/\/yorkiepuppiesforrescueandadoption.online\/index.php\/wp-json\/wp\/v2\/types\/woolentor-template"}],"author":[{"embeddable":true,"href":"https:\/\/yorkiepuppiesforrescueandadoption.online\/index.php\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":28,"href":"https:\/\/yorkiepuppiesforrescueandadoption.online\/index.php\/wp-json\/wp\/v2\/woolentor-template\/4452\/revisions"}],"predecessor-version":[{"id":5415,"href":"https:\/\/yorkiepuppiesforrescueandadoption.online\/index.php\/wp-json\/wp\/v2\/woolentor-template\/4452\/revisions\/5415"}],"wp:attachment":[{"href":"https:\/\/yorkiepuppiesforrescueandadoption.online\/index.php\/wp-json\/wp\/v2\/media?parent=4452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}