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
Kayleigh McEnany Shares Video Of Protesters Blocking Mother From Work
Kayleigh McEnany Shares Video Of Protesters Blocking Mother From Work
James Franco Celebrates Dave Franco’s 40th Birthday in Public Appearance
James Franco Celebrates Dave Franco’s 40th Birthday in Public Appearance
Julia Stiles Shared What Julia Roberts Once Said To Her When She Was Struggling With Body Image, And It's Wisdom I Needed
Julia Stiles Shared What Julia Roberts Once Said To Her When She Was Struggling With Body Image, And It's Wisdom I Needed
Michael Shellenberger Exposes How Biden Administration Labeled Anti-Mandate Americans As Terrorists
Michael Shellenberger Exposes How Biden Administration Labeled Anti-Mandate Americans As Terrorists
‘Spaceballs 2’ Is Happening, With Mel Brooks as Yogurt
‘Spaceballs 2’ Is Happening, With Mel Brooks as Yogurt
Nine Perfect Strangers Season 2 Episode 3 Release Date, Time, Where to Watch
Nine Perfect Strangers Season 2 Episode 3 Release Date, Time, Where to Watch
Highest Grossing Movies Released Memorial Day Weekend
Highest Grossing Movies Released Memorial Day Weekend
Woman and Child – first-look review
Woman and Child – first-look review
Brett Goldstein ‘All of You’ Movie Cast, Release Date on Apple TV+
Brett Goldstein ‘All of You’ Movie Cast, Release Date on Apple TV+
What to Watch and Stream the Week of May 25, 2025
What to Watch and Stream the Week of May 25, 2025
Stars Tease Intense Mystery and New Department Dynamics (Exclusive)
Stars Tease Intense Mystery and New Department Dynamics (Exclusive)
Kyle Fraser Reveals Deleted Scene From Fire-Making Challenge, Explains Rules and Eva Encouragement
Kyle Fraser Reveals Deleted Scene From Fire-Making Challenge, Explains Rules and Eva Encouragement
Mechatok Announces Debut Album, Taps Ecco2k and Bladee for New Video: Watch
Mechatok Announces Debut Album, Taps Ecco2k and Bladee for New Video: Watch
Jody Blaine Watson’s “Living It Up Down in Mexico” Brings Country Vibes to the Coastline
Jody Blaine Watson’s “Living It Up Down in Mexico” Brings Country Vibes to the Coastline
Justin Bieber Makes Onstage Return With SZA In Los Angeles
Justin Bieber Makes Onstage Return With SZA In Los Angeles
8 Most Cringeworthy Rock + Metal Songs About Sports
8 Most Cringeworthy Rock + Metal Songs About Sports
“The Ghostwriter” Masterfully Blends Family Drama and Murder Mystery
“The Ghostwriter” Masterfully Blends Family Drama and Murder Mystery
Book Riot’s Deals of the Day for May 24, 2025
Book Riot’s Deals of the Day for May 24, 2025
Loved Netflix’s “Ransom Canyon”? Here’s 8 Western Novels to Keep You in the Saddle
Loved Netflix’s “Ransom Canyon”? Here’s 8 Western Novels to Keep You in the Saddle
The Buzziest Books of May | 2025
The Buzziest Books of May | 2025
How To Lay Your Edges, According To A Celeb Hair Stylist
How To Lay Your Edges, According To A Celeb Hair Stylist
What to Wear to Lady Gaga’s Mayhem Ball Tour
What to Wear to Lady Gaga’s Mayhem Ball Tour
Nikki Glaser Told Us 3 No-Fail Tricks for an Instant Glow-Up
Nikki Glaser Told Us 3 No-Fail Tricks for an Instant Glow-Up
21 Best Memorial Day Clothing Sales 2025
21 Best Memorial Day Clothing Sales 2025
THE LEGACY LIVES ON: ANDREW PIERSON CAST AS WILLIAM SPANNER IN WITCHCRAFT 17
THE LEGACY LIVES ON: ANDREW PIERSON CAST AS WILLIAM SPANNER IN WITCHCRAFT 17
Filming Begins for Dragon Studio’s Return of the Living Dead: Trash’s Revenge
Filming Begins for Dragon Studio’s Return of the Living Dead: Trash’s Revenge
UNTIL DAWN (2025) – Peliculas de Terror ⋆
UNTIL DAWN (2025) – Peliculas de Terror ⋆
FOUND TV Announces FOUND Original with Alternate Ending Only on DVD/Blu-ray
FOUND TV Announces FOUND Original with Alternate Ending Only on DVD/Blu-ray