Giada's Deep Dish Pizza (2024)

Become a Member and get free shipping on your orders!

SIGN UP FOR 10% OFF ON YOUR FIRST ORDER

  • Log in or
    Sign up

  • Log in or
    Sign up
`; var membershipBadgeHTML = `

Member Exclusive

`; var objectList = {}; $(search.selector).each(function(i, el) { var elementURL = $(el).find('a').attr('href'); if ($(this).hasClass('save')) { contentURLs[contentURLs.length] = elementURL; saved++; } else { var set = false; var obj = false; for(var x = index; x < data.items.length; x++) { obj = typeof data.items[x] !== 'undefined' ? data.items[x] : false; obj.url = obj ? '/' + (obj.type === 'article' ? 'blogs/' : (obj.type === 'product' ? 'products/' : 'pages/')) + obj.handle : null; if (!contentURLs.includes(obj.url)) { set = true; index = x; break; } } if (!set) { end = true; } if (end) { obj = false; if (typeof objectList[elementURL] !== false) { obj = objectList[elementURL]; } } if (obj) { objectList[elementURL] = obj; const orient = (function() { if (typeof setImageOrientation !== 'undefined') { setImageOrientation(obj.image, $(el).find('.box-ratio')); } else { setTimeout(orient, 200); } }); orient(); $(el).find('.box-ratio-wide').removeClass('box-ratio-wide'); $(el).find('.box-ratio-ultra-wide').removeClass('box-ratio-ultra-wide'); $(el).find('.box-ratio-vertical').removeClass('box-ratio-vertical'); $(el).find('.box-ratio img').attr('data-original', obj.image); $(el).find('.box-ratio img').attr('data-src', obj.image.replace('400x', '{width}x')); $(el).find('.box-ratio img').removeAttr('srcset'); $(el).find('.box-ratio img').removeAttr('data-srcset'); $(el).find('.box-ratio img').removeClass('lazyloaded','lazyautosizes'); $(el).find('.box-ratio img').addClass('lazyload'); $(el).find('.box-ratio img').attr('alt', obj.alt); $(el).find('[data-favorites]').attr('data-favorite-id', obj.id); const handle = obj.handle.indexOf('/') !== -1 ? obj.handle.split('/')[1] : obj.handle; $(el).find('[data-favorites]').attr('data-favorite-handle', handle); $(el).find(typeof search.title !== 'undefined' ? search.title : '.post-title').text(obj.title); if (typeof search.content !== 'undefined') { $(el).find(search.content).text(obj.content); } if (obj.type === 'product') { products = true; if (typeof search.size !== 'undefined') { if (obj.size && obj.size !== 'Default Title') { $(el).find(search.size).text(obj.size).removeClass('hide'); $(el).find(search.size + '-div').removeClass('hide'); } else { $(el).find(search.size + ', ' + search.size + '-div').addClass('hide'); } } if (typeof search.price !== 'undefined') { $(el).find(search.price).text(obj.price); if (obj.compare && obj.compare != obj.price) { $(el).find('.price-item--regular').text(obj.compare).closest('.price').addClass('price--on-sale'); } else { $(el).find('.price--on-sale').removeClass('price--on-sale'); } } $(el).find('form').attr('data-product-id', obj.id); $(el).find('.formVariantId').val(obj.variantid); $(el).find('.add-to-cart').removeClass().addClass('add-to-cart', 'atc-' + obj.variantid).attr('data-product-title', obj.title).attr('data-item-id', obj.variantid); // selling plan id if (obj.inventory <= 0) { $(el).find('.add-to-cart input').addClass('js-ajax-bis').attr('value', 'Notify Me'); } else if ($(el).find('.add-to-cart .js-ajax-bis').length > 0) { $(el).find('.add-to-cart .js-ajax-bis').removeClass('js-ajax-bis').attr('value', 'Add to Bag'); } $(el).find('.icn').remove(); if (obj.icon) { var icon = obj.icon.replaceAll(''', '"').replaceAll('<', '<').replaceAll('>', '>'); $(el).find('.product-index-inner').prepend(icon); } } else { $lock = $(el).find('.exclusive-lock'); $membershipBadge = $(el).find('.badge'); if (obj.locked && $lock.length === 0) { $(el).find('.js-tile-image').prepend(lockHTML); } else if (!obj.locked && $lock.length > 0) { $lock.remove(); } if (data.search.category !== 'videos') { const customerId = getCustomerId(); if (customerId && gObj.customerTags.includes('member')) { if (obj.is_exclusive_content && $membershipBadge.length === 0) { $(el).find('.js-tile-image').prepend(membershipBadgeHTML); } else if (!obj.is_exclusive_content && $membershipBadge.length > 0) { $membershipBadge.remove(); } } } if (obj.badge) { $(el).find('.article-image__badge-container').removeClass('hide').find('.article-image__badge').html(obj.badge); } else { $(el).find('.article-image__badge-container').addClass('hide').find('.article-image__badge').html(obj.badge); } if (data.search.category !== 'videos') { infoStr = ''; if (obj.recipe && obj.recipe.indexOf('|') !== -1) { var rt = obj.recipe.split('|'); if (rt[0].length > 0) { infoStr += 'PREP: ' + rt[0].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } if (rt[1].length > 0) { infoStr += 'COOK: ' + rt[1].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } } else { if (obj.date) { var d = obj.date.split(/[- :]/); articleDate = new Date(d[0], d[1]-1, d[2], d[3], d[4], d[5]); if (articleDate) { infoStr = articleDate.getDate() + ' ' + monthNames[articleDate.getMonth()] + ' ' + articleDate.getFullYear(); } } if (obj.author.length) { infoStr += (infoStr.length > 0 ? ' - ' : '') + obj.author; } } $(el).find('.posted').html(infoStr); } } $(el).find('a').attr('href', obj.url); $(el).removeClass('hide'); } else if (!end || hide) { $(el).addClass('hide'); } num++; index++; if (num >= data.count.results) { end = true; } } }); var x = 0; $(search.selector).each(function(i, el) { x++; if (x > data.count.results + saved) { $(el).addClass('hide'); } }); if (search.favorites) { initializeFavorites(); setFavorites(search.favorites); } var $carousel = $(search.selector).closest('.flickity-enabled'); if ($carousel.length > 0) { $carousel.flickity('resize'); } if (products && clones) { var config = document.getElementById('cart-config'); config = JSON.parse(config.innerHTML || '{}'); document.querySelectorAll('.js-ajax-submit').forEach((element, i) => { element.addEventListener('click', function (e) { e.preventDefault(); if (this.classList.contains('js-ajax-bis')) { klaviyoBackInStockPopup($(this).parent().data('product-title'), $(this).parent().data('item-id')); } else { Shopify.theme.ajaxCart.addToCart(this.closest('form'), element.parentNode, config, false); } return false; }); }); } var $pagination = $(search.selector).closest(typeof search.parent !== 'undefined' ? search.parent : '.shopify-section').find('#pagination'); if ($pagination.length) { var dots = window.location.search.indexOf('view=all') === -1 && $(window).width() <= 740 ? '•' : false; var c = data.count; var $c = $pagination.find('.count'); var $pw = $pagination.find('.pagination-wrapper'); var pages = Math.ceil(c.total / c.limit); $c.text(c.start + ' - ' + c.end + ' of ' + c.total); if (pages === 1) { $pw.hide(); } else { var html = ''; if (!dots && c.page > 1) { html = ''; } html += '

'; var min = 1; var max = (c.page === 5 ? 5 : (c.page === 4 ? 6 : 4)); if (dots) { max = 15; if (c.page >= 8) { min = c.page - 7; max = c.page + 7; } } else { if (c.page >= 5) { min += c.page - 3; max += c.page - 2; } } max = Math.min(max, pages); if (!dots && min >= 3) { html += '1 ... '; } for(var i=min; i<=max; i++) { if (c.page === i) { html += '' + (dots ? dots : i) + ''; } else { html += '' + (dots ? dots : i) + ''; } } if (!dots && pages > max) { html += (pages > max - 1 ? ' ... ' : '') + '' + pages + ''; } html += '

'; if (!dots && c.page < pages) { html += ''; } $pw.html(html).show().find('a').click(function(e) { e.preventDefault(); search.page = $(this).data('page'); jsonSearch(search); }); } } if (search.hideSection) { $(search.selector).closest(search.hideSection).prev('.noResults').remove(); $(search.selector).closest(search.hideSection).show(); $(search.selector).closest(search.hideSection).find('#pagination').show(); } } else { if (hide && $(search.selector).find('.article-index.save').length === 0) { var $section = $(search.selector).closest(search.hideSection ? search.hideSection : '.shopify-section'); var $pagination = $(search.selector).closest('.shopify-section').find('#pagination'); if ($section.hasClass('remove-hidden')) { $section.remove(); $pagination.remove(); } else { $section.hide(); $pagination.hide(); } } console.error('No results found: ' + surl); if (typeof search.error !== 'undefined' && search.error) { if (search.hideSection) { var $searchResults = $(search.selector).closest(search.hideSection); if ($searchResults.prev('.noResults').length === 0) { $searchResults.before('

No results found!

'); } } else { alert('No results found!'); } } } enable(); if (typeof data.search.tags !== 'undefined') { var tags = ''; var $sidebar = $('li[data-accordion-target="more_filters"]').next().find('.sidebar-filter ul'); for (var type in data.search.tags) { t = data.search.tags[type].split('|'); for(var w = 0; w < t.length; w++) { if ($('.sidebar-filter ul').find('input[value="' + t[w] + '"]').length === 0) { tags += '
  • ' + t[w] + '
  • '; } } } if (tags) { if ($sidebar.hasClass('set')) { $sidebar.append(tags); } else { $sidebar.addClass('set').html(tags); } if (typeof search.filter !== 'undefined') { $sidebar.find('input[type="checkbox"]').each(function() { $(this).prop('checked', (search.filter.indexOf($(this).val()) !== -1)); }); } theme.SearchPage.sidebarFilters(); } } }).fail((err) => { enable(); }); } catch (error) { enable(); }}

    Giada's Deep Dish Pizza (5)

    Photo Credit: Elizabeth Newman

    Giada's Deep Dish Pizza

    30 MINPrep Time

    40 MINCook Time

    6Servings

    (4)

    by Giada De Laurentiis

    Beginner

    Giada's Deep Dish Pizza (6)

    Photo Credit: Elizabeth Newman

    You must be signed in to print this content

    In my family, our love for pizza runs deep - and we don't discriminate! This is a fun alternative to Neapolitan and Roman-style pizzas, and Jade really loved this extra-cheesy spin. Provolone has more of a cheesy flavor than mozzarella, which is why I chose it for this purpose - cheese is the star, after all! I used a homemade dough in my recipe, but you can absolutely use any storebought pizza dough to make it.

    Giada's Deep Dish Pizza (7)

    Giada's Deep Dish Pizza

    Main Course

    Prep Time

    30 minutes

    40 minutes

    Calories

    415

    Giada De Laurentiis

    Giada's Deep Dish Pizza (8)

    Ingredients

    • 1 teaspoon active dry yeast
    • 3/4 cup warm water
    • 1 teaspoon honey
    • 2 to 2 1/4 cups all purpose flour (plus more for dusting)
    • 2 tablespoons cornmeal (plus more for dusting, such as Arrowhead Mills)
    • 2 teaspoons kosher salt
    • 1/4 cup olive oil (plus 1 tablespoon for the pan)
    • 6 ounces sliced provolone cheese
    • 1 cup jarred marinara sauce
    • 1/2 cup parmesan cheese
    • Dried oregano and red pepper flakes (optional)

    Instructions

    1. Combine the yeast, water and honey in a small bowl. Set aside for 5 minutes or until foamy. Combine 2 cups of the flour, the cornmeal and salt in a bowl. Add the water mixture and the olive oil. Using your hands, stir together to form a rough dough. Transfer the dough to a lightly floured surface and knead the dough for about 5 to 10 minutes or until if forms a dough and is smooth, adding more flour as needed. The dough should still be a bit tacky but not sticking to you your hands or the counter. Place the dough in an olive oil coated bowl, turning to coat the dough in the oil. Cover the bowl with plastic wrap and let stand in a warm place for about 1 hour or until doubled in size.
    2. Preheat the oven to 425 degrees F. Position one rack on the top third and one on bottom third of the oven. Grease a 9-inch spring form pan with the olive oil. Wrap the bottom of the pan in aluminum foil and set aside.
    3. Gently place the dough in the pan and using your fingers spread it out to the edges. Work the dough about 2inches up the side of the pan. Shingle the provolone on the bottom of the crust and part of the way up the sides. Spoon the marinera over the cheese and smooth with the back of a spoon. Bake for 30 minutes on the lower rack. After 30 minutes rotate the pizza to the top rack and continue to cook for another 10 to 15 minutes or until the crust is deep golden brown and the sauce slightly darker. Sprinkle with the parmesan cheese and seasonings if using and allow the pizza to rest for 10 minutes before unmolding, slicing and serving.

    Nutrition

    Amount/Serving % Daily Value

    Carbs
    43 grams

    Protein
    17 grams

    Fat
    20 grams

    Saturated Fat
    8 grams

    Cholesterol
    25 milligrams

    Sodium
    986 milligrams

    Fiber
    3 grams

    Sugar
    3 grams
    vegetarian

    Lievito Active Dry Yeast Tin

    Regular Price $6.00
    Discount Price / Member $1.99
    Unit Price
    /per

    (3.5 oz)

    Acacia Flowers Honey

    Regular Price
    $20.50
    Unit Price
    /per

    (14.10 fl oz)

    Regular Price
    $5.50
    Unit Price
    /per

    (1.1 lbs)

    Bramata Bianca Polenta

    Regular Price
    $6.50
    Unit Price
    /per

    (1.1 lbs)

    Organic Sicilian Extra Virgin Olive Oil

    Regular Price
    $25.00
    Unit Price
    /per

    (16.9 fl oz)

    Organic Tomato Sauce With Basil

    Regular Price
    $13.50
    Unit Price
    /per

    (19.4 oz)

    DOP Parmigiano Reggiano 24 Month Aged Cheese

    Regular Price
    $19.50
    Unit Price
    /per

    (6-8oz)

    Lievito Active Dry Yeast Tin

    Regular Price $6.00
    Discount Price / Member $1.99
    Unit Price
    /per

    (3.5 oz)

    Acacia Flowers Honey

    Regular Price
    $20.50
    Unit Price
    /per

    (14.10 fl oz)

    Regular Price
    $5.50
    Unit Price
    /per

    (1.1 lbs)

    Bramata Bianca Polenta

    Regular Price
    $6.50
    Unit Price
    /per

    (1.1 lbs)

    Organic Sicilian Extra Virgin Olive Oil

    Regular Price
    $25.00
    Unit Price
    /per

    (16.9 fl oz)

    Organic Tomato Sauce With Basil

    Regular Price
    $13.50
    Unit Price
    /per

    (19.4 oz)

    DOP Parmigiano Reggiano 24 Month Aged Cheese

    Regular Price
    $19.50
    Unit Price
    /per

    (6-8oz)

    6 reviews & comments

    • Giada's Deep Dish Pizza (37)

      Dee Kowalik - Jun 09

      ★★★★★

      ★★★★★

      Delicious! I used Giada's marinara recipe.

    • Giada's Deep Dish Pizza (38)

      Heidi Diaz - Jun 09

      ★★★★★

      ★★★★★

      I make this about once a month because, well for one, pizza is my husbands favorite and two this is the best recipe! The crust is so good! Thank you!

    • Giada's Deep Dish Pizza (39)

      Lori-Ann Ferraro - Jun 09

      ★★★★★

      ★★★★★

      I love this pizza! It was easy to make and so delicious!

    • Giada's Deep Dish Pizza (40)

      Vedrana Sedic - Jun 09

      ★★★★★

      ★★★★★

      Great recipe !!! Easy to follow, very tasty, will definitely make it a regular in our household.

    • Giada's Deep Dish Pizza (41)

      Javier San Miguel - Jun 09

      ★★★★★

      ★★★★★

      ¡Bravísima! Came out perfect (and I threw in some Spanish chorizo cantimpalo for good measure)! Note that you may need a bit more than 1 cup of sauce. But otherwise fantastic and super easy.

    • Giada's Deep Dish Pizza (42)

      Lisa Eberhart - Jun 09

      ★★★★★

      ★★★★★

      This was outstanding. I added a little Italian sausage on top of the cheese, and topped it off with fresh mozzarella pieces on top while it baked. It was just amazing.

    ' + reply + '

    '); } }); $('.comment-reply-cta').click(function() { $(this).hide().next().slideDown(); });

    Please sign in or create an account to review or comment on recipes.

    `; var membershipBadgeHTML = `

    Member Exclusive

    `; var objectList = {}; $(search.selector).each(function(i, el) { var elementURL = $(el).find('a').attr('href'); if ($(this).hasClass('save')) { contentURLs[contentURLs.length] = elementURL; saved++; } else { var set = false; var obj = false; for(var x = index; x < data.items.length; x++) { obj = typeof data.items[x] !== 'undefined' ? data.items[x] : false; obj.url = obj ? '/' + (obj.type === 'article' ? 'blogs/' : (obj.type === 'product' ? 'products/' : 'pages/')) + obj.handle : null; if (!contentURLs.includes(obj.url)) { set = true; index = x; break; } } if (!set) { end = true; } if (end) { obj = false; if (typeof objectList[elementURL] !== false) { obj = objectList[elementURL]; } } if (obj) { objectList[elementURL] = obj; const orient = (function() { if (typeof setImageOrientation !== 'undefined') { setImageOrientation(obj.image, $(el).find('.box-ratio')); } else { setTimeout(orient, 200); } }); orient(); $(el).find('.box-ratio-wide').removeClass('box-ratio-wide'); $(el).find('.box-ratio-ultra-wide').removeClass('box-ratio-ultra-wide'); $(el).find('.box-ratio-vertical').removeClass('box-ratio-vertical'); $(el).find('.box-ratio img').attr('data-original', obj.image); $(el).find('.box-ratio img').attr('data-src', obj.image.replace('400x', '{width}x')); $(el).find('.box-ratio img').removeAttr('srcset'); $(el).find('.box-ratio img').removeAttr('data-srcset'); $(el).find('.box-ratio img').removeClass('lazyloaded','lazyautosizes'); $(el).find('.box-ratio img').addClass('lazyload'); $(el).find('.box-ratio img').attr('alt', obj.alt); $(el).find('[data-favorites]').attr('data-favorite-id', obj.id); const handle = obj.handle.indexOf('/') !== -1 ? obj.handle.split('/')[1] : obj.handle; $(el).find('[data-favorites]').attr('data-favorite-handle', handle); $(el).find(typeof search.title !== 'undefined' ? search.title : '.post-title').text(obj.title); if (typeof search.content !== 'undefined') { $(el).find(search.content).text(obj.content); } if (obj.type === 'product') { products = true; if (typeof search.size !== 'undefined') { if (obj.size && obj.size !== 'Default Title') { $(el).find(search.size).text(obj.size).removeClass('hide'); $(el).find(search.size + '-div').removeClass('hide'); } else { $(el).find(search.size + ', ' + search.size + '-div').addClass('hide'); } } if (typeof search.price !== 'undefined') { $(el).find(search.price).text(obj.price); if (obj.compare && obj.compare != obj.price) { $(el).find('.price-item--regular').text(obj.compare).closest('.price').addClass('price--on-sale'); } else { $(el).find('.price--on-sale').removeClass('price--on-sale'); } } $(el).find('form').attr('data-product-id', obj.id); $(el).find('.formVariantId').val(obj.variantid); $(el).find('.add-to-cart').removeClass().addClass('add-to-cart', 'atc-' + obj.variantid).attr('data-product-title', obj.title).attr('data-item-id', obj.variantid); // selling plan id if (obj.inventory <= 0) { $(el).find('.add-to-cart input').addClass('js-ajax-bis').attr('value', 'Notify Me'); } else if ($(el).find('.add-to-cart .js-ajax-bis').length > 0) { $(el).find('.add-to-cart .js-ajax-bis').removeClass('js-ajax-bis').attr('value', 'Add to Bag'); } $(el).find('.icn').remove(); if (obj.icon) { var icon = obj.icon.replaceAll(''', '"').replaceAll('<', '<').replaceAll('>', '>'); $(el).find('.product-index-inner').prepend(icon); } } else { $lock = $(el).find('.exclusive-lock'); $membershipBadge = $(el).find('.badge'); if (obj.locked && $lock.length === 0) { $(el).find('.js-tile-image').prepend(lockHTML); } else if (!obj.locked && $lock.length > 0) { $lock.remove(); } if (data.search.category !== 'videos') { const customerId = getCustomerId(); if (customerId && gObj.customerTags.includes('member')) { if (obj.is_exclusive_content && $membershipBadge.length === 0) { $(el).find('.js-tile-image').prepend(membershipBadgeHTML); } else if (!obj.is_exclusive_content && $membershipBadge.length > 0) { $membershipBadge.remove(); } } } if (obj.badge) { $(el).find('.article-image__badge-container').removeClass('hide').find('.article-image__badge').html(obj.badge); } else { $(el).find('.article-image__badge-container').addClass('hide').find('.article-image__badge').html(obj.badge); } if (data.search.category !== 'videos') { infoStr = ''; if (obj.recipe && obj.recipe.indexOf('|') !== -1) { var rt = obj.recipe.split('|'); if (rt[0].length > 0) { infoStr += 'PREP: ' + rt[0].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } if (rt[1].length > 0) { infoStr += 'COOK: ' + rt[1].replace('hours', 'HR').replace('minutes', 'MIN') + ''; } } else { if (obj.date) { var d = obj.date.split(/[- :]/); articleDate = new Date(d[0], d[1]-1, d[2], d[3], d[4], d[5]); if (articleDate) { infoStr = articleDate.getDate() + ' ' + monthNames[articleDate.getMonth()] + ' ' + articleDate.getFullYear(); } } if (obj.author.length) { infoStr += (infoStr.length > 0 ? ' - ' : '') + obj.author; } } $(el).find('.posted').html(infoStr); } } $(el).find('a').attr('href', obj.url); $(el).removeClass('hide'); } else if (!end || hide) { $(el).addClass('hide'); } num++; index++; if (num >= data.count.results) { end = true; } } }); var x = 0; $(search.selector).each(function(i, el) { x++; if (x > data.count.results + saved) { $(el).addClass('hide'); } }); if (search.favorites) { initializeFavorites(); setFavorites(search.favorites); } var $carousel = $(search.selector).closest('.flickity-enabled'); if ($carousel.length > 0) { $carousel.flickity('resize'); } if (products && clones) { var config = document.getElementById('cart-config'); config = JSON.parse(config.innerHTML || '{}'); document.querySelectorAll('.js-ajax-submit').forEach((element, i) => { element.addEventListener('click', function (e) { e.preventDefault(); if (this.classList.contains('js-ajax-bis')) { klaviyoBackInStockPopup($(this).parent().data('product-title'), $(this).parent().data('item-id')); } else { Shopify.theme.ajaxCart.addToCart(this.closest('form'), element.parentNode, config, false); } return false; }); }); } var $pagination = $(search.selector).closest(typeof search.parent !== 'undefined' ? search.parent : '.shopify-section').find('#pagination'); if ($pagination.length) { var dots = window.location.search.indexOf('view=all') === -1 && $(window).width() <= 740 ? '•' : false; var c = data.count; var $c = $pagination.find('.count'); var $pw = $pagination.find('.pagination-wrapper'); var pages = Math.ceil(c.total / c.limit); $c.text(c.start + ' - ' + c.end + ' of ' + c.total); if (pages === 1) { $pw.hide(); } else { var html = ''; if (!dots && c.page > 1) { html = ''; } html += '

    '; var min = 1; var max = (c.page === 5 ? 5 : (c.page === 4 ? 6 : 4)); if (dots) { max = 15; if (c.page >= 8) { min = c.page - 7; max = c.page + 7; } } else { if (c.page >= 5) { min += c.page - 3; max += c.page - 2; } } max = Math.min(max, pages); if (!dots && min >= 3) { html += '1 ... '; } for(var i=min; i<=max; i++) { if (c.page === i) { html += '' + (dots ? dots : i) + ''; } else { html += '' + (dots ? dots : i) + ''; } } if (!dots && pages > max) { html += (pages > max - 1 ? ' ... ' : '') + '' + pages + ''; } html += '

    '; if (!dots && c.page < pages) { html += ''; } $pw.html(html).show().find('a').click(function(e) { e.preventDefault(); search.page = $(this).data('page'); jsonSearch(search); }); } } if (search.hideSection) { $(search.selector).closest(search.hideSection).prev('.noResults').remove(); $(search.selector).closest(search.hideSection).show(); $(search.selector).closest(search.hideSection).find('#pagination').show(); } } else { if (hide && $(search.selector).find('.article-index.save').length === 0) { var $section = $(search.selector).closest(search.hideSection ? search.hideSection : '.shopify-section'); var $pagination = $(search.selector).closest('.shopify-section').find('#pagination'); if ($section.hasClass('remove-hidden')) { $section.remove(); $pagination.remove(); } else { $section.hide(); $pagination.hide(); } } console.error('No results found: ' + surl); if (typeof search.error !== 'undefined' && search.error) { if (search.hideSection) { var $searchResults = $(search.selector).closest(search.hideSection); if ($searchResults.prev('.noResults').length === 0) { $searchResults.before('

    No results found!

    '); } } else { alert('No results found!'); } } } enable(); if (typeof data.search.tags !== 'undefined') { var tags = ''; var $sidebar = $('li[data-accordion-target="more_filters"]').next().find('.sidebar-filter ul'); for (var type in data.search.tags) { t = data.search.tags[type].split('|'); for(var w = 0; w < t.length; w++) { if ($('.sidebar-filter ul').find('input[value="' + t[w] + '"]').length === 0) { tags += '
  • ' + t[w] + '
  • '; } } } if (tags) { if ($sidebar.hasClass('set')) { $sidebar.append(tags); } else { $sidebar.addClass('set').html(tags); } if (typeof search.filter !== 'undefined') { $sidebar.find('input[type="checkbox"]').each(function() { $(this).prop('checked', (search.filter.indexOf($(this).val()) !== -1)); }); } theme.SearchPage.sidebarFilters(); } } }).fail((err) => { enable(); }); } catch (error) { enable(); }}

    Similar Recipes

    • PREP: 1.5 HR COOK: 20 MIN Strawberry Honey Mascarpone Tart
    • (1) PREP: 10 MIN COOK: 80 MIN Gnocchi Alla Sorrentina
    • (1) PREP: 10 MIN COOK: 12 MIN Caprese Frittata
    • PREP: 30 MIN COOK: 3 MIN Pickled Radish Salad
    • PREP: 5 MIN COOK: 35 MIN Candied Bacon Bites
    • PREP: 5 MIN COOK: 60 MIN Sweet and Salty Chocolate Granola
    • PREP: 20 MIN COOK: 50 MIN Lemon Olive Oil Bundt Cake
    • (3) PREP: 5 MIN Limoncello Shakerato
    Access all that Giadzy has to offer with our exclusive member program

    Giada's Deep Dish Pizza (51)

    Giada's Deep Dish Pizza (52)

    • Shop
    • Gifts
    • Recipes
    • Travel
    • The Magazine
    • The Membership
    • Watch
    • About
    • Corporate Gifts
    • Packaging
    • FAQ
    • Contact Us
    • Terms of Use
    • Privacy Policy
    • Refunds and Returns
    • Shop
    • Gifts
    • Recipes
    • Travel
    • The Magazine
    • Membership
    • Watch
    • About
    • Contact Us
    • FAQs

    Let's stay in touch

    © 2024 Giadzy Privacy Policy Terms of Use Giadzy is a registered trademark. All rights reserved.

    Giada's Deep Dish Pizza (2024)
    Top Articles
    Latest Posts
    Article information

    Author: Terrell Hackett

    Last Updated:

    Views: 6823

    Rating: 4.1 / 5 (52 voted)

    Reviews: 91% of readers found this page helpful

    Author information

    Name: Terrell Hackett

    Birthday: 1992-03-17

    Address: Suite 453 459 Gibson Squares, East Adriane, AK 71925-5692

    Phone: +21811810803470

    Job: Chief Representative

    Hobby: Board games, Rock climbing, Ghost hunting, Origami, Kabaddi, Mushroom hunting, Gaming

    Introduction: My name is Terrell Hackett, I am a gleaming, brainy, courageous, helpful, healthy, cooperative, graceful person who loves writing and wants to share my knowledge and understanding with you.