Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (2024)

Jump to Recipe·Print Recipe

This Cornbread Stuffing Recipe with apples and pecans is so delicious. You can leave the apples and pecans out of course, but I think they kick this dressing recipe up a notch and give it so much flavor. Your Thanksgiving guests will be begging fo seconds of this delicious side!

Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (1)Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (2)

This is my Grandmommy's amazing stuffing recipe. When Thanksgiving is approaching and I am starting to put together our Thanksgiving Day menu, it's the first item that goes on the list. Once you've tried it, you'll never want any other kind of stuffing again...I promise! The addition of the apples and pecans takes traditional stuffing and adds a delicious, but subtle sweetness and a little crunch too. If you don't care for pecans, you can definitely leave them out, but I think you'll absolutely LOVE the apples. This stuffing or what we call "dressing" in West Virginia where I grew up is so good that my daughter and I love it even before it goes into the oven to cook. I hope your family enjoys making it, cooking it and of course, eating it as much as we do!

Be sure to scroll to the bottom of this post to find 12 More Amazing Thanksgiving Recipes from my partners in crime, The Cooking Housewives!

What's in Cornbread Stuffing with Apples?

  • 1 14oz. bag of Pepperidge Farm Herb Stuffing Mix
  • 1 14oz. bag of Pepperidge Farm Cornbread Stuffing Mix
  • ½ large yellow onion, diced
  • 4 ribs of celery, diced
  • 1 large apple, peeled and diced
  • ⅓ cup pecans, chopped finely
  • 1 stick of melted, lightly salted butter
  • 4 cups of chicken stock or broth
  • salt and pepper to taste

Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (3)

How do you make Cornbread Stuffing with Apples?

  1. Preheat oven to 350 degrees F.
  2. In a large pot, melt butter and cook onions, celery, apple, a pinch of salt and a pinch of pepper until softened.
  3. Next, add stuffing mix, pecans and chicken stock. Stir until the stuffing mix is coated with stock and the vegetables and apple are mixed throughout.
  4. Spray a 9X13 casserole dish with non-stick cooking spray.
  5. Add stuffing mix to the casserole dish.
  6. Cover with foil and cook covered for 30 minutes.
  7. Remove foil and cook for an additional 30 minutes.

Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (4)

Cornbread Stuffing with Apples Recipe

Print

Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (5)

Cornbread Stuffing Recipe with Apples and Pecans


  • Author:
    Jess Kielman

  • Total Time:
    1 hour 15 mins

Print Recipe

Description

This Cornbread Stuffing Recipe with apples and pecans is so delicious. You can leave the apples and pecans out of course, but I think they kick this dressing recipe up a notch and give it so much flavor. Your Thanksgiving guests will be begging fo seconds of this delicious side!

Ingredients


Scale

  • 1 14oz. bag of Pepperidge Farm Herb Stuffing Mix
  • 1 14oz. bag of Pepperidge Farm Cornbread Stuffing Mix
  • ½ large yellow onion, diced
  • 4 ribs of celery, diced
  • 1 large apple, peeled and diced
  • ⅓ cup pecans, chopped finely
  • 1 stick of melted, lightly salted butter
  • 4 cups of chicken stock or broth
  • salt and pepper to taste

Instructions

  1. Preheat oven to 350 degrees F.
  2. In a large pot, melt butter and cook onions, celery, apple, a pinch of salt and a pinch of pepper until softened.
  3. Next, add stuffing mix, pecans and chicken stock. Stir until the stuffing mix is coated with stock and the vegetables and apple are mixed throughout.
  4. Spray a 9X13 casserole dish with non-stick cooking spray.
  5. Add stuffing mix to the casserole dish.
  6. Cover with foil and cook covered for 30 minutes.
  7. Remove foil and cook for an additional 30 minutes.

Notes

Serve immediately.

  • Prep Time: 15 mins
  • Cook Time: 1 hour
  • Category: Side Dish / Thanksgiving

/* {'¼': '¼','½': '½','¾': '¾','⅓': '⅓','⅔':'⅔','⅕':'⅕','⅖':'⅖','⅗':'⅗','⅘':'⅘','⅙':'⅙','⅚':'⅚','⅛':'⅛','⅜':'⅜','⅝':'⅝','⅞':'⅞'} */window.tastyRecipesVulgarFractions = JSON.parse(decodeURIComponent("%7B%22%C2%BC%22%3A%221%2F4%22%2C%22%C2%BD%22%3A%221%2F2%22%2C%22%C2%BE%22%3A%223%2F4%22%2C%22%E2%85%93%22%3A%221%2F3%22%2C%22%E2%85%94%22%3A%222%2F3%22%2C%22%E2%85%95%22%3A%221%2F5%22%2C%22%E2%85%96%22%3A%222%2F5%22%2C%22%E2%85%97%22%3A%223%2F5%22%2C%22%E2%85%98%22%3A%224%2F5%22%2C%22%E2%85%99%22%3A%221%2F6%22%2C%22%E2%85%9A%22%3A%225%2F6%22%2C%22%E2%85%9B%22%3A%221%2F8%22%2C%22%E2%85%9C%22%3A%223%2F8%22%2C%22%E2%85%9D%22%3A%225%2F8%22%2C%22%E2%85%9E%22%3A%227%2F8%22%7D"));

window.tastyRecipesFormatAmount = function(amount, el) {if ( parseFloat( amount ) === parseInt( amount ) ) {return amount;}var roundType = 'frac';if (typeof el.dataset.amountShouldRound !== 'undefined') {if ('false' != el.dataset.amountShouldRound) {if ( 'number' === el.dataset.amountShouldRound ) {roundType = 'number';} else if ('frac' === el.dataset.amountShouldRound) {roundType = 'frac'} else if ('vulgar' === el.dataset.amountShouldRound) {roundType = 'vulgar'} else {roundType = 'integer';}}}if ('number' === roundType) {amount = Number.parseFloat(amount).toPrecision(2);} else if ('integer' === roundType) {amount = Math.round(amount);} else if ('frac' === roundType || 'vulgar' === roundType) {var denom = 8;if (typeof el.dataset.unit !== 'undefined') {var unit = el.dataset.unit;if (['cups','cup','c'].includes(unit)) {denom = 4;if (0.125 === amount) {denom = 8;}if ("0.1667" === Number.parseFloat( amount ).toPrecision(4)) {denom = 6;}}if (['tablespoons','tablespoon','tbsp'].includes(unit)) {denom = 2;}if (['teaspoons','teaspoon','tsp'].includes(unit)) {denom = 8;}}var amountArray = frac.cont( amount, denom, true );var newAmount = '';if ( amountArray[1] !== 0 ) {newAmount = amountArray[1] + '/' + amountArray[2];if ('vulgar' === roundType) {Object.keys(window.tastyRecipesVulgarFractions).forEach(function(vulgar) {if (newAmount === window.tastyRecipesVulgarFractions[vulgar]) {newAmount = vulgar;}});}}if ( newAmount ) {newAmount = ' ' + newAmount;}if ( amountArray[0] ) {newAmount = amountArray[0] + newAmount;}amount = newAmount;}return amount;}}())

buttons.forEach(function(button){button.addEventListener('click', function(event){event.preventDefault();var recipe = event.target.closest('.tasty-recipes');if ( ! recipe ) {return;}var otherButtons = recipe.querySelectorAll('.' + buttonClass);otherButtons.forEach(function(bt){bt.classList.remove(buttonActiveClass);});button.classList.add(buttonActiveClass);

/* Scales all scalable amounts. */var scalables = recipe.querySelectorAll('span[data-amount]');var buttonAmount = parseFloat( button.dataset.amount );scalables.forEach(function(scalable){if (typeof scalable.dataset.amountOriginalType === 'undefined'&& typeof scalable.dataset.nfOriginal === 'undefined') {if (-1 !== scalable.innerText.indexOf('/')) {scalable.dataset.amountOriginalType = 'frac';}if (-1 !== scalable.innerText.indexOf('.')) {scalable.dataset.amountOriginalType = 'number';}Object.keys(window.tastyRecipesVulgarFractions).forEach(function(vulgar) {if (-1 !== scalable.innerText.indexOf(vulgar)) {scalable.dataset.amountOriginalType = 'vulgar';}})if (typeof scalable.dataset.amountOriginalType !== 'undefined') {scalable.dataset.amountShouldRound = scalable.dataset.amountOriginalType;}}var amount = parseFloat( scalable.dataset.amount ) * buttonAmount;amount = window.tastyRecipesFormatAmount(amount, scalable);if ( typeof scalable.dataset.unit !== 'undefined' ) {if ( ! scalable.classList.contains('nutrifox-quantity') ) {if ( ! scalable.classList.contains('nutrifox-second-quantity') ) {amount += ' ' + scalable.dataset.unit;}}}scalable.innerText = amount;});/* Appends " (x2)" indicator. */var nonNumerics = recipe.querySelectorAll('[data-has-non-numeric-amount]');nonNumerics.forEach(function(nonNumeric){var indicator = nonNumeric.querySelector('span[data-non-numeric-label]');if ( indicator ) {nonNumeric.removeChild(indicator);}if ( 1 !== buttonAmount ) {var indicator = document.createElement('span');indicator.setAttribute('data-non-numeric-label', true);var text = document.createTextNode(' (x' + buttonAmount + ')');indicator.appendChild(text);nonNumeric.appendChild(indicator);}});});});}());

How to Smoke a Turkey

Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (6)

This stuffing pairs really well with my amazing Smoked Turkey...click HERE to see How to Smoke a Turkey at home!

Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (7)

And be sure to grab by Thanksgiving Menu Planner and Sharable Recipe Cards HERE!

Rate Our Content: Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (8)Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (9)Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (10)Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (11)Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (12) (5 votes, average: 4.40 out of 5)
Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (13)Loading...

Cornbread Stuffing Recipe with Apples and Pecans - Mom 4 Real (2024)
Top Articles
Digital Magazine Layout: Your Step-By-Step Guide
20 Delicious Vegan Recipes With Nutritional Yeast
Part time Jobs in El Paso; Texas that pay $15, $25, $30, $40, $50, $60 an hour online
St Als Elm Clinic
When is streaming illegal? What you need to know about pirated content
Toyota gebraucht kaufen in tacoma_ - AutoScout24
Jesse Mckinzie Auctioneer
1TamilMV.prof: Exploring the latest in Tamil entertainment - Ninewall
Cvs Devoted Catalog
Xm Tennis Channel
Epaper Pudari
Weekly Math Review Q4 3
Conduent Connect Feps Login
De Leerling Watch Online
Nj Scratch Off Remaining Prizes
U/Apprenhensive_You8924
Painting Jobs Craigslist
6813472639
9044906381
Northern Whooping Crane Festival highlights conservation and collaboration in Fort Smith, N.W.T. | CBC News
State HOF Adds 25 More Players
Paradise leaked: An analysis of offshore data leaks
Fdny Business
Spider-Man: Across The Spider-Verse Showtimes Near Marcus Bay Park Cinema
Schedule 360 Albertsons
Apple Original Films and Skydance Animation’s highly anticipated “Luck” to premiere globally on Apple TV+ on Friday, August 5
18889183540
About My Father Showtimes Near Copper Creek 9
Www Va Lottery Com Result
Helpers Needed At Once Bug Fables
Malluvilla In Malayalam Movies Download
Pioneer Library Overdrive
Earthy Fuel Crossword
Chapaeva Age
2487872771
Gwen Stacy Rule 4
Puretalkusa.com/Amac
6143 N Fresno St
Weekly Math Review Q4 3
R&J Travel And Tours Calendar
Raising Canes Franchise Cost
Best Restaurant In Glendale Az
Weather Underground Corvallis
Hkx File Compatibility Check Skyrim/Sse
Sound Of Freedom Showtimes Near Amc Mountainside 10
Best Conjuration Spell In Skyrim
Marcal Paper Products - Nassau Paper Company Ltd. -
Sdn Dds
Lorcin 380 10 Round Clip
Koniec veľkorysých plánov. Prestížna LEAF Academy mení adresu, masívny kampus nepostaví
What Responsibilities Are Listed In Duties 2 3 And 4
Gainswave Review Forum
Latest Posts
Article information

Author: Ms. Lucile Johns

Last Updated:

Views: 5822

Rating: 4 / 5 (41 voted)

Reviews: 80% of readers found this page helpful

Author information

Name: Ms. Lucile Johns

Birthday: 1999-11-16

Address: Suite 237 56046 Walsh Coves, West Enid, VT 46557

Phone: +59115435987187

Job: Education Supervisor

Hobby: Genealogy, Stone skipping, Skydiving, Nordic skating, Couponing, Coloring, Gardening

Introduction: My name is Ms. Lucile Johns, I am a successful, friendly, friendly, homely, adventurous, handsome, delightful person who loves writing and wants to share my knowledge and understanding with you.