Gossip & News

‘Home Town’ Takes Nashville! Erin and Ben Napier Are All


master mentalism tricks

[]

Match made in heaven! Ben and Erin Napier had a love story worthy of a television show long before they started appearing on HGTV.

The Home Town stars met when they were both students at Jones County Junior College in Mississippi. The couple began dating in December 2004 and quickly decided that they had found The One.

“On December 7, 2004 [Ben] and I met in our college yearbook room about the feature story we were writing about him,” Erin recalled via Instagram in December 2019. “I was the design editor and for two years had noticed him, always the center of attention, everyone’s best friend, my biggest crush. December 8, we took the photos for the yearbook. December 9, we went on our first date and he met my mama. December 10, we looked at the Christmas lights in Mason Park. December 13, we decided we would get married someday. It sounds crazy to you, maybe. But it makes perfect sense to me.”

Ben and Erin got engaged in September 2007 and tied the knot in November 2008. After renovating their home, the pair caught the eye of HGTV, who offered them a show. Home Town premiered in January 2016 and features renovations in their hometown of Laurel, Mississippi.

{ let bidders = [‘a9’, ‘ix’, ‘iris’]; // create a requestManager to keep track of bidder state to determine when to send ad server // request and what amazonSlots to request from the ad server var requestManager = { adserverRequestSent: false, }; //loop through bidder array and add the bidders to the request manager: bidders.forEach( function( bidder ) { requestManager[bidder] = false; } ); // return true if all bidders have returned function allBiddersBack() { var allBiddersBack = bidders // get the booleans from the object .map( function( bidder ) { return requestManager[bidder]; } ) // get rid of false values – indicates that the bidder has responded .filter( Boolean ) // if length is equal to bidders, all bidders are back .length === bidders.length; return allBiddersBack; } // handler for header bidder responses function headerBidderBack( bidder ) { // return early if request to adserver is already sent if ( requestManager.adserverRequestSent === true ) { return; } // flip bidder back flag if ( bidder === ‘a9’ ) { requestManager.a9 = true; console.log(‘second promise a9 ready’); } else if ( bidder === ‘ix’ ) { requestManager.ix = true; console.log(‘second promise ix ready’); } else if ( bidder === ‘iris’ ) { requestManager.iris = true; console.log(‘second promise iris ready’); } // if all bidders are back, send the request to the ad server if ( allBiddersBack() ) { resolve( url ); } } if ( typeof apstag == ‘object’ && apstag ) { apstag.fetchBids({ slots: [{ slotID: window.prerollTag[vHash], mediaType: ‘video’ }] }, function( bids ) { console.log( “AMI jwp amazon bid callback”, new Date().getTime(), bids ); window.jwpBids[vHash].amazon = true; if ( bids.length > 0 ) { //If we have received any bids back try { console.log(“AMI jwp amazon bid request ad”, bids[0].encodedQsParams); url = url + ‘&scp=’ + bids[0].encodedQsParams; } catch ( e ) { console.log(e); } } else { console.log(“AMI jwp amazon no bids”); } headerBidderBack(‘a9’); }); } else { headerBidderBack(‘a9’); } headertag.cmd.push( function() { headertag.retrieveVideoDemand( [{‘htSlotName’: ‘preroll’}], function( demand ) { console.log( “AMI jwp IX callback”, demand ); if ( ‘undefined’ !== typeof demand.preroll && demand.preroll.length ){ window.jwpBids[vHash].ixBids = demand.preroll[0].targeting.price; console.log( ‘AMI jwp IX Bids’, new Date().getTime(), demand.preroll[0].targeting ); var vastURL = new URL( url ); var vastParams = new URLSearchParams( vastURL.search ); if ( vastParams.has( ‘cust_params’ ) ) { var custParams = new URLSearchParams( vastParams.get( ‘cust_params’ ) ); } else { var custParams = new URLSearchParams(); } var keys = Object.keys( demand.preroll[0].targeting.price ); for ( var key of keys ) { custParams.set( key, demand.preroll[0].targeting.price[key][0]); } vastParams.set( ‘cust_params’, custParams.toString() ); vastURL.search = vastParams.toString(); url = vastURL.toString(); } headerBidderBack(‘ix’); } ); } ); // Get main item context data window.irisContext.getContext(jwplayer(el).getPlaylistItem().mediaid).then(function(data) { // Encode the context data console.log( ‘AMI jwp IrisTV Bids’, new Date().getTime(), data.context ); // Replace the server url with the context data (this is for simple ad requests), // If you have the serverUrl dynamically configured, then you will need to append the context data // under cust_params, so this is just for testing purpose if ( data.context && Object.keys( data.context ).length ) { var vastURL = new URL( url ); var vastParams = new URLSearchParams( vastURL.search ); if ( vastParams.has( ‘cust_params’ ) ) { var custParams = new URLSearchParams( vastParams.get( ‘cust_params’ ) ); } else { var custParams = new URLSearchParams(); } custParams.set( ‘iris_context’, data.context.join(‘,’)); vastParams.set( ‘cust_params’, decodeURIComponent( custParams.toString() ) ); vastURL.search = vastParams.toString(); url = vastURL.toString(); } headerBidderBack(‘iris’); }); setTimeout(function(){ resolve( url ); }, 10000); }); } var player_jwplayer_2SIgSXph_zhNYySv2_div = jwplayer(el).setup(videoParams).on(“ready”, function(){ var el = decodeURIComponent( “jwplayer_2SIgSXph_zhNYySv2_div” ); var playerInstance = jwplayer(el); ns_.StreamingAnalytics.JWPlayer( playerInstance, { publisherId: “6036076”, labelmapping: “ns_st_pu=”AMI”, c3=”Us Weekly”, ns_st_ge=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_ia=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_ce=”” + decodeURIComponent( “1” ) + “”, ns_st_ddt=”” + decodeURIComponent( “%2Anull” ) + “”, ns_st_tdt=”” + decodeURIComponent( “%2Anull” ) + “””, }); }).on(‘adsManager’, (e) => { var vHash = ‘ami’ + decodeURIComponent( ‘2SIgSXph’ ); const { adsManager, videoElement } = e; const iasConfig = { anId: ‘928572’, campId: `${jwplayer().getWidth()}x${jwplayer().getHeight()}`, // This is dynamic based on player dimensions, but can be hard coded chanId: window.prerollTag[vHash], placementId: ‘Open Auction’, pubOrder: ‘Video’, pubId: ‘Direct’ }; if (googleImaVansAdapter) { googleImaVansAdapter.init(window.google, adsManager, videoElement, iasConfig); } }).on( ‘time’, function( e ) { var id = this.id; var pct = Math.round( e.position ); if ( ! window.amiPlayersData ) { window.amiPlayersData = {}; } if ( ! window.amiPlayersData[id] ) { window.amiPlayersData[id] = { m3: false, m10: false }; } if ( window.amiPlayersData[id][‘m3’] === false && pct >= 3 ) { window.amiPlayersData[id][‘m3’] = true; console.log( ‘3sec played: ‘, id ); window.dataLayer = window.dataLayer || []; dataLayer.push( {event: ‘JWPlayEvent’, jwTime: ‘3s played’} ); } if ( window.amiPlayersData[id][‘m10’] === false && pct >= 10 ) { window.amiPlayersData[id][‘m10’] = true; console.log( ’10sec played: ‘, id ); window.dataLayer = window.dataLayer || []; dataLayer.push( {event: ‘JWPlayEvent’, jwTime: ’10s played’} ); } }).on( ‘complete’, function( e ) { if ( window.amiPlayersData && window.amiPlayersData[ this.id ] ) { window.amiPlayersData[ this.id ][‘m3’] = false; window.amiPlayersData[ this.id ][‘m10’] = false; console.log( ‘clear played: ‘, this.id ); } }).once(“play”, function(){ var el = decodeURIComponent( “jwplayer_2SIgSXph_zhNYySv2_div” ); var playerInstance = jwplayer(el); loadIrisPlugin(playerInstance, playerInstance.getConfig().plugins[“https://ovp.iris.tv/plugins/jwplayer/v2/iris-jwplayer8.adaptive.min.js”]) }).on(‘play’, (e) => { var el = decodeURIComponent( “jwplayer_2SIgSXph_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “2SIgSXph” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); // skip if the video was paused and trying to resume if (jwplayer(el).getState() !== ‘idle’ && jwplayer(el).getState() !== ‘complete’) { return; } window.permutive.track(“VideoPlay”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “2SIgSXph” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language:”English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video play”); }).on(‘complete’, (e) => { var el = decodeURIComponent( “jwplayer_2SIgSXph_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “2SIgSXph” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); // skip if the video was paused and trying to resume if (jwplayer(el).getState() !== ‘idle’ && jwplayer(el).getState() !== ‘complete’) { return; } window.permutive.track(“VideoComplete”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “2SIgSXph” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video event:”, e); window.lock_25 = false; window.lock_50 = false; window.lock_75 = false; window.lock_100 = false; }).on(‘time’, (e) => { var el = decodeURIComponent( “jwplayer_2SIgSXph_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “2SIgSXph” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); var progress = (e.currentTime/e.duration).toFixed(2); if ( (0.25 === progress && false === window.lock_25) || (0.5 === progress && false === window.lock_50) || (0.75 === progress && false === window.lock_75) || (100 === progress && false === window.lock_100) ) { window.permutive.track(“VideoProgress”, { play_id: el, //this will stay constant for all of the events emitted during the same video play progress: Number(progress), video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “2SIgSXph” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); if ( 0.25 === progress ) { window.lock_25 = true; } if ( 0.5 === progress ) { window.lock_50 = true; } if ( 0.75 === progress ) { window.lock_75 = true; } if ( 1 === progress ) { window.lock_100 = true; } console.log(“Permutive video play progress ” + progress); } }).on(‘mute’, (e) => { var el = decodeURIComponent( “jwplayer_2SIgSXph_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “2SIgSXph” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoEvent”, { play_id: el, //this will stay constant for all of the events emitted during the same video play event: (e.mute) ? “sound off” : “sound on”, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “2SIgSXph” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() } }); console.log(“Permutive video event:”, e); }).on(‘fullscreen’, (e) => { var el = decodeURIComponent( “jwplayer_2SIgSXph_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “2SIgSXph” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoEvent”, { play_id: el, //this will stay constant for all of the events emitted during the same video play event: (e.fullscreen) ? “fullscreen on” : “fullscreen off”, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “2SIgSXph” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() } }); console.log(“Permutive video event:”, e); }).on(‘ready’, (e) => { var el = decodeURIComponent( “jwplayer_2SIgSXph_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “2SIgSXph” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); console.log(jwInfo); window.lock_25 = false; window.lock_50 = false; window.lock_75 = false; window.lock_100 = false; window.permutive.track(“VideoLoad”, { play_id: el, //this will stay constant for all of the events emitted during the same video play video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “2SIgSXph” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video load event”); }).on(‘adPlay’, (e) => { var el = decodeURIComponent( “jwplayer_2SIgSXph_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “2SIgSXph” ); window.adInfo = e; var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.adlock_25 = false; window.adlock_50 = false; window.adlock_75 = false; window.adlock_100 = false; window.permutive.track(“VideoAdPlay”, { play_id: el, //this will stay constant for all of the events emitted during the same video play ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “2SIgSXph” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video ad play”); }).on(‘adClick’, (e) => { var el = decodeURIComponent( “jwplayer_2SIgSXph_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “2SIgSXph” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); window.permutive.track(“VideoAdClick”, { play_id: el, //this will stay constant for all of the events emitted during the same video play ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “2SIgSXph” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); console.log(“Permutive video ad click”); }).on(‘adTime’, (e) => { var el = decodeURIComponent( “jwplayer_2SIgSXph_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “2SIgSXph” ); var jwInfo = jwplayer(el).getPlaylistItem(jwplayer(el).getPlaylistIndex()); var progress = (e.position/e.duration).toFixed(2); if ( (0.25 >= progress && false === window.adlock_25) || (0.5 >= progress && false === window.adlock_50) || (0.75 >= progress && false === window.adlock_75) || (0.95 >= progress && false === window.adlock_100) ) { window.permutive.track(“VideoAdProgress”, { play_id: el, //this will stay constant for all of the events emitted during the same video play progress: Number(progress), ad: { duration: Math.round(window.adInfo.duration), creative_name: window.adInfo.adtitle, ad_id: window.adInfo.adId, title: window.adInfo.adtitle, video_type: “instream” //outstream }, video: { duration: Math.round(jwInfo.duration), // in seconds name: jwInfo.title, video_id: decodeURIComponent( “2SIgSXph” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() }, enriched_data:{ tvchannel: decodeURIComponent( “Us%20Weekly” ), //tv channel name language: “English”, //language of the content type: “video”, keywords: jwInfo.tags.split(“,”), //keywords for the page } }); if ( 0.25 >= progress ) { window.adlock_25 = true; } if ( 0.5 >= progress ) { window.adlock_50 = true; } if ( 0.75 >= progress ) { window.adlock_75 = true; } if ( 0.95 >= progress ) { window.adlock_100 = true; } console.log(“Permutive video ad progress ” + progress); } }).setPlaylistItemCallback(function(item, index) { return waitForAmazon // Wait until Amazon is loaded. .then(() => performAsyncBidding( player_jwplayer_2SIgSXph_zhNYySv2_div, item, index ), () => { console.log(“AMI JWP bidding FAILER”); }) // External bidding. .then(tag => { // Update the playlist item. console.log(“AMI jwp new headerbid”, tag); return Object.assign({}, item, { adschedule: [{ tag, offset: “pre” }] }); }).catch(function(e){ console.log(“AMI jwp bidding failed”, e); return item; }); // If bidding fails, use unmodified playlist item. });; clearInterval(checkJWReady); } }, 500); })(); ]]>

Amid their success, the TV personalities welcomed daughters Helen and Mae in January 2018 and May 2021, respectively. With parenthood, though, came criticism from internet trolls.

“I typically have a rude comment from someone and I can look at their profile and see this is a mother who has children,” Erin exclusively told Us Weekly in January 2021. “This is another woman attacking me as a woman or a mother or whatever. I like to begin with: ‘You would absolutely not speak to me this way in person. Why do you feel like it’s OK to do it here? It’s not. And this little corner of the internet belongs to me so you’re not welcome here anymore.’ … Anytime someone feels like they can be rude on my social media account, I’d like to let them know this isn’t an acceptable way to communicate and you’re not going to be welcome here anymore, and I block them.”

Despite the naysayers, Ben and Erin have never lost sight of each other on their journey to fame. “It’s Erin and me,” he told CountryLiving.com in March 2017. “Not Erin and me and our moms, not Erin and me and the network, not Erin and me and our fans, if you want to call them that. As far as our marriage goes, it’s me and Erin and God. We work everything out together, and everything has worked out so far.”

Scroll through the gallery below to revisit Ben and Erin’s romance through the years.

Home Towns Erin Napier Gives Birth Welcomes 2nd Baby With Husband Ben Napier

Credit: HGTV

‘Home Town’ Stars Ben and Erin Napier: A Timeline of Their Relationship

Match made in heaven! Ben and Erin Napier had a love story worthy of a television show long before they started appearing on HGTV. The Home Town stars met when they were both students at Jones County Junior College in Mississippi. The couple began dating in December 2004 and quickly decided that they had found The One. “On December 7, 2004 [Ben] and I met in our college yearbook room about the feature story we were writing about him,” Erin recalled via Instagram in December 2019. “I was the design editor and for two years had noticed him, always the center of attention, everyone’s best friend, my biggest crush. December 8, we took the photos for the yearbook. December 9, we went on our first date and he met my mama. December 10, we looked at the Christmas lights in Mason Park. December 13, we decided we would get married someday. It sounds crazy to you, maybe. But it makes perfect sense to me.” Ben and Erin got engaged in September 2007 and tied the knot in November 2008. After renovating their home, the pair caught the eye of HGTV, who offered them a show. Home Town premiered in January 2016 and features renovations in their hometown of Laurel, Mississippi. [jwplayer 2SIgSXph-zhNYySv2] Amid their success, the TV personalities welcomed daughters Helen and Mae in January 2018 and May 2021, respectively. With parenthood, though, came criticism from internet trolls. “I typically have a rude comment from someone and I can look at their profile and see this is a mother who has children,” Erin exclusively told Us Weekly in January 2021. “This is another woman attacking me as a woman or a mother or whatever. I like to begin with: ‘You would absolutely not speak to me this way in person. Why do you feel like it’s OK to do it here? It’s not. And this little corner of the internet belongs to me so you’re not welcome here anymore.’ … Anytime someone feels like they can be rude on my social media account, I’d like to let them know this isn’t an acceptable way to communicate and you’re not going to be welcome here anymore, and I block them.” Despite the naysayers, Ben and Erin have never lost sight of each other on their journey to fame. “It’s Erin and me,” he told CountryLiving.com in March 2017. “Not Erin and me and our moms, not Erin and me and the network, not Erin and me and our fans, if you want to call them that. As far as our marriage goes, it’s me and Erin and God. We work everything out together, and everything has worked out so far.” Scroll through the gallery below to revisit Ben and Erin’s romance through the years. [podcast_block]

Home Town Stars Ben Erin Napiers Relationship Timeline

Credit: Courtesy of Erin Napier/Instagram

December 2004

The twosome met while they were students at Jones County Junior College. They connected during a yearbook photo shoot in December 2004 and started dating later that month, with their relationship quickly becoming serious. They ultimately transferred to the University of Mississippi and graduated from Ole Miss in 2007.

Home Town Stars Ben Erin Napiers Relationship Timeline

Credit: Courtesy of Erin Napier/Instagram

September 2007

Ben proposed to Erin at a bookstore after having her read a handmade book that detailed their love story.  

“I walked up to the balcony where Ben was standing,” she wrote in a July 2011 blog post. “He took my hand and tried to speak, but he began to cry and so did I. So he leaned down to my ear and whispered this: ‘You know how much I love you? … And you know I will always take care of you. … I talked to Mammaw (my grandmother) … and in the words of James Rasberry, ‘I’ve got something for you.’’ Then he got down on one knee and said: ‘Will you marry me?’ And I couldn’t say yes enough or cry enough. It was the most shocking and beautiful moment of my life.”

Home Town Stars Ben Erin Napiers Relationship Timeline

Credit: Patrick Little/@litt.le

November 2008

The duo tied the knot at the University of Mississippi’s Paris Yates Chapel on November 22, 2008. “13 years ago we became family then went to NYC for Thanksgiving. Every year on our anniversary week, I’m so very thankful for you and the life we’ve made together,” Erin wrote via Instagram in November 2021. “Thank you for loving me.”

Erin Napier and Ben Napier Have Talked About Having Second Baby

Credit: Courtesy Erin Napier/Instagram

2012

Ben and Erin settled into married life and completed renovations on their Mississippi home in 2012. She worked as a wedding stationery designer, and he was a youth minister before their renovation project inspired them to change career paths.  

Home Town Erin Napier Claps Back Social Media Trolls Over Parenting More

Credit: Courtesy Erin Napier/Instagram

June 2014

The pair gained more attention after Southern Weddings featured photos of their home in June 2014. An HGTV executive subsequently began following Erin on Instagram and reached out to see whether she and Ben would be interested in their own show. 

Home Town Erin Napier and Ben Napier Expecting Baby

Credit: HGTV

January 2016

Home Town premiered on HGTV in January 2016 and became a hit for the network. That December, Ben and Erin opened their store Laurel Mercantile Co. Their brand continues to expand with spinoffs of their show and more stores in their hometown of Laurel, Mississippi.

Home Town Stars Ben Erin Napiers Relationship Timeline

Credit: Courtesy of Erin Napier/Instagram

January 2018

The reality stars were not sure they could have children after Erin suffered from a perforated appendix, but they welcomed their first child, daughter Helen, in January 2018.  

“He doesn’t let me do anything!” Erin told Us in October 2017 of how Ben stepped up during her pregnancy. “He’s so generous. He’s always been that way — it’s just gone into overdrive since we found out about the baby.”  

Home Town’s Erin Napier and Ben Napier’s Family Album: Photos

Credit: Courtesy of Erin Napier/Instagram

May 2021

Ben and Erin’s second child, daughter Mae, arrived in May 2021. They kept their pregnancy news secret for months but hinted at their expanding family in January of that year.

“We kind of put that in God’s hands,” Ben told Us at the time. “We weren’t trying to get pregnant with Helen and it happened. If that’s what God wants for us, then it’ll happen again.”

Home Town

Credit: Courtesy of Erin Napier/Instagram

December 2021

Season 6 of Home Town — which includes the renovation of Ben and Erin’s country home — kicked off on HGTV. 

Home Town Ben Erin Napier Dont Push Daughters Into Filming

Credit: HGTV

March 2022

“It’s just a non-negotiable, every night at 7:30 the girls are in bed, then that’s our time to be us,” Erin exclusively told Us about how they find time for each other as a couple.

She added that their work schedule allows them to see one another during the day as well. “We have that advantage that I think a lot of couples don’t have,” the mother of two said. “Some people must drive each other crazy being together all day, but it’s the only way we’ve ever [done it].”

Erin and Ben Napier Are All Smiles at CMAs 2022

Credit: Matt Baron/BEI/Shutterstock

November 2022

Erin and Ben were enthused to catch the 2022 CMAs, telling ABC on the red carpet that they are big country music fans.

In order to view the gallery, please allow Manage Cookies

Read The Full Article Here


trick photography
Christy Carlson Romano Says Early Fame Is Like CTE While Reflecting on Hayden Panettieres Death
Christy Carlson Romano Says Early Fame Is Like CTE While Reflecting on Hayden Panettieres Death
Nashvilles Charles Esten Speaks Out After Former Costar Hayden Panettieres Death
Nashvilles Charles Esten Speaks Out After Former Costar Hayden Panettieres Death
Billy Crystal, Kate Hudson and More Stars Celebrate Palisades Village Reopening After L.A. Fires
Billy Crystal, Kate Hudson and More Stars Celebrate Palisades Village Reopening After L.A. Fires
Tori Spelling Details Worst Filming Experience With Director Who Left Her Hoping Shed be Fired
Tori Spelling Details Worst Filming Experience With Director Who Left Her Hoping Shed be Fired
Everything New on Disney+ in September 2026
Everything New on Disney+ in September 2026
Hannah Einbinder: ​No divas allowed, you know what I mean?
Hannah Einbinder: ​No divas allowed, you know what I mean?
Every MCU Movie on Marvel & Disneys Release Date Calendar Until 2030
Every MCU Movie on Marvel & Disneys Release Date Calendar Until 2030
The Movies and Shows That Inspired Lanterns
The Movies and Shows That Inspired Lanterns
Jensen Ackles Tracker Return Confirmed: Justin Hartley Offers First Season 4 Details – TVLine
Jensen Ackles Tracker Return Confirmed: Justin Hartley Offers First Season 4 Details – TVLine
Lanterns Co-Creator Reveals The Green Lantern Who Gets Hal Jordans Ring (Its Not John Stewart) – TVLine
Lanterns Co-Creator Reveals The Green Lantern Who Gets Hal Jordans Ring (Its Not John Stewart) – TVLine
Casting News: Industry Adds 7 To Final Season, Scrubs Casts SNL Vet As New Chief Resident, And More – TVLine
Casting News: Industry Adds 7 To Final Season, Scrubs Casts SNL Vet As New Chief Resident, And More – TVLine
Hayden Panettiere, Heroes And Nashville Star, Dead At 36 – TVLine
Hayden Panettiere, Heroes And Nashville Star, Dead At 36 – TVLine
30 Photos of Travis Barkers Tattoo Transformation Over the Years
30 Photos of Travis Barkers Tattoo Transformation Over the Years
Maynard James Keenan Opening Queen B Sushi Restaurant in Arizona
Maynard James Keenan Opening Queen B Sushi Restaurant in Arizona
Columbia House Is Shutting Down
Columbia House Is Shutting Down
LL Cool J, SWV, Lil Kim, Method Man & Redman to Headline Thanksgiving Edition of Rock the Bells
LL Cool J, SWV, Lil Kim, Method Man & Redman to Headline Thanksgiving Edition of Rock the Bells
New Mystery and Thriller Books to Read | August 18 – NewInBooks
New Mystery and Thriller Books to Read | August 18 – NewInBooks
Ambition, Innovation & Ideas That Move Business Forward – NewInBooks
Ambition, Innovation & Ideas That Move Business Forward – NewInBooks
New Voices, New Worlds & Stories Made for YA Readers – NewInBooks
New Voices, New Worlds & Stories Made for YA Readers – NewInBooks
Interview with Marilee Dahlman, Author of Mall Goddess – NewInBooks
Interview with Marilee Dahlman, Author of Mall Goddess – NewInBooks
Lupita Nyongos Stylist Shares How She Put Together Those The Odyssey Press Tour Looks
Lupita Nyongos Stylist Shares How She Put Together Those The Odyssey Press Tour Looks
I Browsed My Way Into a Beauty Haul—24 Items I Shamelessly Added to My Cart This Month
I Browsed My Way Into a Beauty Haul—24 Items I Shamelessly Added to My Cart This Month
Im Giving Chic Raven: Get Ready With Stassi Schroeder for Her Premiere Party
Im Giving Chic Raven: Get Ready With Stassi Schroeder for Her Premiere Party
Summer Outfits Look So Much Chicer When Styled With This Trending Accessory
Summer Outfits Look So Much Chicer When Styled With This Trending Accessory
Halloween Horror Nights 2026: Haunted Houses Revealed
Halloween Horror Nights 2026: Haunted Houses Revealed
Sam Neill Documentary Focuses on Late Actors Horror Career
Sam Neill Documentary Focuses on Late Actors Horror Career
5 Horror Sequels That Are Actually Better Than the Original
5 Horror Sequels That Are Actually Better Than the Original
This Week in Horror: American Horror Story Reunites Its Villains, Verity Turns Nasty, and Freddy Fazbears Pizza Gets Real
This Week in Horror: American Horror Story Reunites Its Villains, Verity Turns Nasty, and Freddy Fazbears Pizza Gets Real