Gossip & News

Country Royalty! See Reba and BF Rex Linn Dazzle at


master mentalism tricks

[]

Decades in the making! Reba McEntire and Rex Linn first crossed paths 30 years before they started dating.

The “Fancy” songstress met the actor while shooting 1991’s The Gambler Returns: The Luck of the Draw.

“We’ve kept in contact with each other over the years, and we both know the same people, so it was just like good friends getting back together having dinner in January,” she explained on Watch What Happens Live With Andy Cohen in November 2020. “And then we started texting and talking on the telephone, getting to know each other better during the quarantine.”

McEntire was previously married to Charlie Battles from 1976 to 1987 and music manager Narvel Blackstock from 1989 to 2015. She shares son Shelby, born in 1990, with Blackstock.

The divorce was not my idea. I didn’t want it in any shape, form or fashion,” the country music legend told CMT’s Cody Alan in 2016. ”So it was really hard to make the adjustment, when someone’s not happy. I just want everybody to be happy in their lives, because our lives are too short to be miserable.”

She added at the time: ”The thing that got me through this change in life, is number one, God. I prayed every day to help me have the strength to move one foot in front of the other, and continue on with what I’m supposed to be doing … and then with my team … and my friends, my family, my girlfriends.”

{ 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_467hKCU0_zhNYySv2_div = jwplayer(el).setup(videoParams).on(“ready”, function(){ var el = decodeURIComponent( “jwplayer_467hKCU0_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( ‘467hKCU0’ ); 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_467hKCU0_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_467hKCU0_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “467hKCU0” ); 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( “467hKCU0” ), 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_467hKCU0_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “467hKCU0” ); 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( “467hKCU0” ), 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_467hKCU0_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “467hKCU0” ); 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( “467hKCU0” ), 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_467hKCU0_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “467hKCU0” ); 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( “467hKCU0” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() } }); console.log(“Permutive video event:”, e); }).on(‘fullscreen’, (e) => { var el = decodeURIComponent( “jwplayer_467hKCU0_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “467hKCU0” ); 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( “467hKCU0” ), description: jwInfo.description, published_at: new Date(jwInfo.pubdate).toISOString() } }); console.log(“Permutive video event:”, e); }).on(‘ready’, (e) => { var el = decodeURIComponent( “jwplayer_467hKCU0_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “467hKCU0” ); 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( “467hKCU0” ), 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_467hKCU0_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “467hKCU0” ); 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( “467hKCU0” ), 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_467hKCU0_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “467hKCU0” ); 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( “467hKCU0” ), 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_467hKCU0_zhNYySv2_div” ); var vHash = “ami” + decodeURIComponent( “467hKCU0” ); 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( “467hKCU0” ), 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_467hKCU0_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); })(); ]]>

Despite the divorce, McEntire stayed close to the Blackstock family, including stepson Brandon Blackstock and Kelly Clarkson, who announced their split in June 2020 after nearly seven years of marriage. (The former couple share daughter River and son Remington.)

“We’re family,” McEntire told Us Weekly in 2019 before Clarkson and Brandon’s split. “She married my oldest son, Brandon, but we’re also good friends, so that goes a long way — when you can have a good friend as a part of your family.”

More recently, after the American Idol alum’s divorce got messy, she told Extra: “I love them both. … I am pulling for both of them. I hope they’re happy and healthy and pull through this. I pray everyone gives them the encouragement they can because they need it right now, both of them do. I love the both of them with all my heart.”

The Reba alum, meanwhile, made things red carpet official with Linn during fall 2020 and the pair have been showing off their love ever since.

Scroll through to see a timeline of their romance:

Rex Linn and Reba McEntire CMAs 2022 Red Carpet Relationship Timeline

Credit: Matt Baron/BEI/Shutterstock

Reba McEntire and Boyfriend Rex Linn’s Relationship Timeline

Decades in the making! Reba McEntire and Rex Linn first crossed paths 30 years before they started dating. The “Fancy” songstress met the actor while shooting 1991’s The Gambler Returns: The Luck of the Draw. “We’ve kept in contact with each other over the years, and we both know the same people, so it was just like good friends getting back together having dinner in January,” she explained on Watch What Happens Live With Andy Cohen in November 2020. “And then we started texting and talking on the telephone, getting to know each other better during the quarantine.” McEntire was previously married to Charlie Battles from 1976 to 1987 and music manager Narvel Blackstock from 1989 to 2015. She shares son Shelby, born in 1990, with Blackstock. “The divorce was not my idea. I didn’t want it in any shape, form or fashion,” the country music legend told CMT’s Cody Alan in 2016. ”So it was really hard to make the adjustment, when someone’s not happy. I just want everybody to be happy in their lives, because our lives are too short to be miserable.” She added at the time: ”The thing that got me through this change in life, is number one, God. I prayed every day to help me have the strength to move one foot in front of the other, and continue on with what I’m supposed to be doing … and then with my team … and my friends, my family, my girlfriends.” [jwplayer 467hKCU0-zhNYySv2] Despite the divorce, McEntire stayed close to the Blackstock family, including stepson Brandon Blackstock and Kelly Clarkson, who announced their split in June 2020 after nearly seven years of marriage. (The former couple share daughter River and son Remington.) “We’re family,” McEntire told Us Weekly in 2019 before Clarkson and Brandon’s split. “She married my oldest son, Brandon, but we’re also good friends, so that goes a long way — when you can have a good friend as a part of your family.” More recently, after the American Idol alum’s divorce got messy, she told Extra: “I love them both. … I am pulling for both of them. I hope they’re happy and healthy and pull through this. I pray everyone gives them the encouragement they can because they need it right now, both of them do. I love the both of them with all my heart.” The Reba alum, meanwhile, made things red carpet official with Linn during fall 2020 and the pair have been showing off their love ever since. Scroll through to see a timeline of their romance:

Reba McEntire Rex Linn Coronavirus

Credit: Courtesy Rex Linn/Instagram

January 2020

The pair stayed in touch after meeting in the ‘90s and went to dinner in January 2020. Two months later, they got closer after the loss of McEntire’s mother.

“[We’ve been] having discussions about our past, our [families], funny stories, him being an actor, me being an actress,” she later recalled on her “Living & Learning” podcast. “He’s very into my music, I’m very into his career — it’s just great getting to talk to somebody who I find very interesting, very funny and very smart, and is interested in me too.”

Reba McEntire and Boyfriend Rex Linn’s Relationship Timeline

Credit: Courtesy of Rex Linn/Instagram

October 2020

The twosome took their romance to Instagram, revealing the CSI: Miami star calls her “Tater Tot,” while the singer calls him “Sugar Tot.”

REBA MCENTIRE REX LINN CMA Awards 2020

Credit: ABC

November 2020

“I’m in love, so that really inspires me to find love songs, to find happy songs,” McEntire gushed on Good Morning America in November 2020, the same month the couple made their red carpet debut at the CMA Awards. “I’ve always been the queen of waltzes, the queen of sad songs because I just gravitate to those kinds of songs.”

The musician added that she felt like a ”giddy teenager again” with Linn.

Reba McEntire and Boyfriend Rex Linn’s Relationship Timeline

Credit: YouTube

April 2021

Linn celebrated the release of his lady love’s song “Somehow You Do,” writing via Instagram: “Tater Tot’s new video. Already climbing the charts! #somehowyoudo.”

 

Reba McEntire and Boyfriend Rex Linn’s Relationship Timeline

Credit: Courtesy of Rex Linn/Instagram

August 2021

The couple battled the coronavirus together.

“It’s not fun to get this. I did get it. Rex and I got it and it’s not fun. You don’t feel good,” McEntire said via a TikTok livestream at the time. “We were both vaccinated and we still got it, so stay safe, stay home, and be protected the best you can.”

Reba McEntire and Boyfriend Rex Linn’s Relationship Timeline

Credit: Courtesy of Reba McEntire/Instagram

October 2021

“We’ve talked about it and giggled about it,” McEntire told Extra about potentially tying the knot again. “We thought, ‘Man, if we ever did have a ceremony, we would have to have a 2 o’clock, 4 o’clock, 6 o’clock and an 8 o’clock because we have so many friends, acquaintances and family.”

Reba McEntire and Boyfriend Rex Linn’s Relationship Timeline

Credit: Jim Ruymen/UPI/Shutterstock

March 2022

The duo hit the red carpet at the 94th Annual Academy Awards.

Reba McEntire and Boyfriend Rex Linn’s Relationship Timeline

Credit: Courtesy of Reba McEntire/Instagram

April 2022

After their Oscars appearance, McEntire shared a side by side of the twosome at the awards show and back home.

“Swipe right ️ to see what a difference a week makes,” she wrote via Instagram. “From red carpets to red peppers, we have fun either way!!! #Oscars #HillbillyChiliCookOff.”

Reba McEntire and Boyfriend Rex Linn’s Relationship Timeline

Credit: Dana Pleasant/AMPAS/ZUMA/Splash News

August 2022

The couple are set to share the small screen for season 3 of Big Sky, Deadline revealed on August 12.

Inside Reba McEntire’s Relationship With Brandon Blackstock Amid His Split From Kelly Clarkson

Credit: Stephen Lovekin/Shutterstock

September 2022

During an appearance on Live With Kelly and Ryan, the country crooner opened up about how she and Linn took their long-term friendship to the next level. 

“Right before the pandemic, January of 2020, I had gone out to L.A. to shoot Young Sheldon. Well, an old friend of mine that I had met in ’91 on The Gambler movie, Rex Linn, was also doing Young Sheldon. So he texted me and said ‘Hey, you’re coming out to L.A., let’s have dinner.’ And I said, ‘OK.’”

The Big Sky star went on to share details of the pair’s romance — they nicknamed each other the “Tots” — and what types of treats her beau sends while she’s on the road, including steaks, lobster and pecan pie. 

“He’s just a sweetheart,” she said of the actor. 

Rex Linn and Reba McEntire CMAs 2022 Red Carpet Relationship Timeline

Credit: Matt Baron/BEI/Shutterstock

November 2022

The lovebirds attended the 56th Annual CMAs together in Nashville.

“Sunny and Buck clean up good! #CMAawards #BigSky #Fancy,” the country crooner wrote via Instagram alongside a sweet snap of the pair dressed up and ready to hit the town.

In order to view the gallery, please allow Manage Cookies

Read The Full Article Here


trick photography
Only People Born In The 60s And 70s Can Match These 15 Nicknames To Their Government Names
Only People Born In The 60s And 70s Can Match These 15 Nicknames To Their Government Names
Spencer Pratt Fires Back Over Whether Hes a Republican or Democrat: I Hate Politicians
Spencer Pratt Fires Back Over Whether Hes a Republican or Democrat: I Hate Politicians
Who Is Stewart Stew McLeans Virgin River Character?
Who Is Stewart Stew McLeans Virgin River Character?
73 Mixed-Race Celebrities Who Have Actually Talked About Their Multiracial Identity
73 Mixed-Race Celebrities Who Have Actually Talked About Their Multiracial Identity
The Dreamed Adventure – first-look review
The Dreamed Adventure – first-look review
Murder-Filled 100% RT Comedy Series & More Netflix Releases This Week
Murder-Filled 100% RT Comedy Series & More Netflix Releases This Week
The End of It – first-look review
The End of It – first-look review
Tenet Stars Other Underrated Sci-Fi Movie Arrives on Hulu Soon
Tenet Stars Other Underrated Sci-Fi Movie Arrives on Hulu Soon
Castle Impossible: Everything to Know About Daphne Reckerts Family
Castle Impossible: Everything to Know About Daphne Reckerts Family
15 TV Shows To Watch If You Like Outer Banks – TVLine
15 TV Shows To Watch If You Like Outer Banks – TVLine
Drew Carey Eviscerates Spencer Pratt Amid Reality Stars Bid for LA Mayor
Drew Carey Eviscerates Spencer Pratt Amid Reality Stars Bid for LA Mayor
Why NCIS Co-Creator Left The Show After Four Seasons – TVLine
Why NCIS Co-Creator Left The Show After Four Seasons – TVLine
American Music Awards 2026 Livestream: Heres Where to Watch the Ceremony Online for Free
American Music Awards 2026 Livestream: Heres Where to Watch the Ceremony Online for Free
Armored Saint Interview: We Never Imagined Wed Be Talking About This Band + New Music 44 Years Later
Armored Saint Interview: We Never Imagined Wed Be Talking About This Band + New Music 44 Years Later
Beartooth Singer Caleb Shomo: I Am a Proudly Gay Man
Beartooth Singer Caleb Shomo: I Am a Proudly Gay Man
Lenny Tavárez Launches Dale Ritmo Outreach With East Harlem Students & More Uplifting Moments in Latin Music
Lenny Tavárez Launches Dale Ritmo Outreach With East Harlem Students & More Uplifting Moments in Latin Music
The Stories Behind the Headlines, Dreams, and Turning Points – NewInBooks
The Stories Behind the Headlines, Dreams, and Turning Points – NewInBooks
Escape Into New Fantasy & Sci-Fi Worlds – NewInBooks
Escape Into New Fantasy & Sci-Fi Worlds – NewInBooks
Hearts in Conflict: Forbidden & High-Stakes Romance Novels – NewInBooks
Hearts in Conflict: Forbidden & High-Stakes Romance Novels – NewInBooks
Interview with Richard Warburg, Author of A Womans World: Humanity Restored – NewInBooks
Interview with Richard Warburg, Author of A Womans World: Humanity Restored – NewInBooks
Lisa Wore an Under-0 Bra Top to the Met Gala After Parties Plus More Celebrity Looks
Lisa Wore an Under-$100 Bra Top to the Met Gala After Parties Plus More Celebrity Looks
My Closet Needed an Elevated Facelift—These 27 Finds From Zara, Nordstrom, and Revolve Worked Like a Charm
My Closet Needed an Elevated Facelift—These 27 Finds From Zara, Nordstrom, and Revolve Worked Like a Charm
6 Outfit Ideas With Shorts That Will Make You Look Like a Fashion Person
6 Outfit Ideas With Shorts That Will Make You Look Like a Fashion Person
L.A. It Girls Put Me On to These 6 Chic Legging Brands—Heres My Editor-Tested Review
L.A. It Girls Put Me On to These 6 Chic Legging Brands—Heres My Editor-Tested Review
The Vampire Lestat: After Dark Gives Fans a Front Row Seat to Season 3 Chaos
The Vampire Lestat: After Dark Gives Fans a Front Row Seat to Season 3 Chaos
Kyle Gallner Joins Brie Larson in Creature Feature Skeletons
Kyle Gallner Joins Brie Larson in Creature Feature Skeletons
This Week in Horror: Cannes, Obsession Fever, and Ghostface Comes Home
This Week in Horror: Cannes, Obsession Fever, and Ghostface Comes Home
Krispr Lets The Plot Get In The Way of The Movie
Krispr Lets The Plot Get In The Way of The Movie