Gossip & News

‘The Biggest Heart’! Miranda Lambert’s Husband Shares Sweet Birthday Tribute


master mentalism tricks

[]

Not wasting any time! Miranda Lambert and Brendan McLoughlin tied the knot in January 2019 after a whirlwind two-and-a-half-month courtship. The nuptials came amid turmoil in the police officer’s personal life stemming from past relationships.

Before the country singer’s wedding to McLoughlin, she was married to Blake Shelton from May 2011 to July 2015. News of his ex-wife’s second marriage came as a shock to the Voice coach. “Blake found [out] about the wedding at the same time as everyone else did,” a source told Us Weekly in February 2019, shortly after Lambert announced her new relationship status.

Shelton, who has since moved on with Gwen Stefani, mentioned to the No Doubt singer that “the timing of Miranda’s announcement of the marriage was certainly curious,” according to an insider. However, “just because Miranda got married in a quickie situation doesn’t change anything for Gwen and Blake.”

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

McLoughlin has a complicated past too. The New York City police officer got another woman pregnant while cheating on his fiancée, Jackie Bruno, his ex’s mother, Carol Bruno, claimed in February 2019. “[Brendan] tried to deny it and then begged her to stay with him,” she told Us at the time. “She was only going [abroad] for a few months to play [soccer], he was begging her to marry him before she left, even though he knew the girl was pregnant.”

McLoughlin welcomed a son with Kaihla Rettinger in November 2018, days after he met Lambert for the first time.

The Grammy winner previously made headlines for getting close to musician Evan Felker while she was still in a relationship with Anderson East. Two weeks after Lambert split from East in April 2018, Us confirmed that she had moved on with Felker, who was still married to Staci Felker at the time. The duo divorced in August 2018 but later reconciled, welcoming their first child in 2021.

Lambert has a history of moving fast in relationships, but she explained that her pace with McLoughlin was actually beneficial for the duo.

“We didn’t date very long before we got married. And so we sort of got to just really, really, really get to know each other,” she said during a SiriusXM interview in February 2021. “It was just us two with no distraction, at my farm outside of Nashville. And so I was really thankful for it because it made us really strong.”

Scroll to relive Lambert and McLoughlin’s hasty romance, from cheating allegations to a quickie wedding.

Miranda Lambert and Brendan McLoughlin ACM Awards

Credit: Axelle/Bauer-Griffin/FilmMagic

Miranda Lambert and Brendan McLoughlin: A Timeline of Their Whirlwind Romance

Not wasting any time! Miranda Lambert and Brendan McLoughlin tied the knot in January 2019 after a whirlwind two-and-a-half-month courtship. The nuptials came amid turmoil in the police officer’s personal life stemming from past relationships. Before the country singer’s wedding to McLoughlin, she was married to Blake Shelton from May 2011 to July 2015. News of his ex-wife’s second marriage came as a shock to the Voice coach. “Blake found [out] about the wedding at the same time as everyone else did,” a source told Us Weekly in February 2019, shortly after Lambert announced her new relationship status. Shelton, who has since moved on with Gwen Stefani, mentioned to the No Doubt singer that “the timing of Miranda’s announcement of the marriage was certainly curious,” according to an insider. However, “just because Miranda got married in a quickie situation doesn’t change anything for Gwen and Blake.” [jwplayer u7ay0rVX-zhNYySv2] McLoughlin has a complicated past too. The New York City police officer got another woman pregnant while cheating on his fiancée, Jackie Bruno, his ex’s mother, Carol Bruno, claimed in February 2019. “[Brendan] tried to deny it and then begged her to stay with him,” she told Us at the time. “She was only going [abroad] for a few months to play [soccer], he was begging her to marry him before she left, even though he knew the girl was pregnant.” McLoughlin welcomed a son with Kaihla Rettinger in November 2018, days after he met Lambert for the first time. The Grammy winner previously made headlines for getting close to musician Evan Felker while she was still in a relationship with Anderson East. Two weeks after Lambert split from East in April 2018, Us confirmed that she had moved on with Felker, who was still married to Staci Felker at the time. The duo divorced in August 2018 but later reconciled, welcoming their first child in 2021. Lambert has a history of moving fast in relationships, but she explained that her pace with McLoughlin was actually beneficial for the duo. “We didn’t date very long before we got married. And so we sort of got to just really, really, really get to know each other,” she said during a SiriusXM interview in February 2021. “It was just us two with no distraction, at my farm outside of Nashville. And so I was really thankful for it because it made us really strong.” Scroll to relive Lambert and McLoughlin’s hasty romance, from cheating allegations to a quickie wedding. [podcast_block]

Miranda Lambert Brendan McLoughlin Timeline

Credit: Ida Mae Astute/ABC via Getty Images; NY Midtown NYPD/Twitter

November 2018

Lambert and McLoughlin met on November 2 when she performed on Good Morning America, according to Radar Online. The Staten Island, New York, native was stationed at the Times Square area, where the ABC morning show is filmed.

Miranda Lambert Brendan McLoughlin Timeline

Credit: NY Midtown NYPD/Twitter; Allen Berezovsky/WireImage for Fashion Media

November 2018

Three days after meeting the “Tin Man” songstress, the NYPD officer welcomed his first child, son Landon, with Rettinger. 

Miranda Lambert Brendan McLoughlin Timeline

Credit: Courtesy Busy Phillips/Instagram

January 2019

Lambert exchanged vows with McLoughlin on January 26 after quietly dating for nearly three months. The newlyweds kept the news a secret for three weeks.

Miranda Lambert Brendan McLoughlin Timeline

Credit: Jamie McCarthy/Getty Images for NARAS

February 2019

“In honor of Valentine’s day I wanted to share some news. I met the love of my life. And we got hitched!” the “House That Built Me” singer announced via Instagram on February 16. “My heart is full. Thank you Brendan Mcloughlin for loving me for … Me.”

Miranda Lambert and Brendan McLoughlin Aerosmith Vegas

Credit: Al Powers for Park MGM

April 2019

The couple attended the opening night of Aerosmith’s Las Vegas residency, Deuces Are Wild, on April 6 with fellow country singer Gwen Sebastian and a male friend.

Miranda Lambert and Brendan McLoughlin ACM Awards

Credit: Axelle/Bauer-Griffin/FilmMagic

April 2019

The Nashville Star alum and her hubby made their red carpet debut at the 2019 Academy of Country Music Awards in Las Vegas on April 7. They held tight to each other as she wore a lime-green dress and he sported a classic black suit. Later in the evening, Lambert performed a medley of her hits during the ceremony as Shelton and Stefani watched from the audience.

Miranda Lambert Brendan McLoughlin NYC Stroll

Credit: BrosNYC/BACKGRID

April 2019

The duo went low-key as they stepped out for a stroll in New York City on April 27. Lambert and her hubby both sported black baseball hats and opted for athleisure ensembles as they walked arm in arm and even stopped to check out some jewelry laid out on a table at one point. 

Miranda Lambert and Brendan McLoughlin A Timeline of Their Whirlwind Romance May 2019 New York City

Credit: MEGA

May 2019

Lambert and McLoughlin were spotted outside their NYC apartment waiting for an SUV on May 15, surrounded by a handful of luggage.

Brendan McLoughlin Dogs

Credit: Courtesy of Miranda Lambert/Instagram

May 2019

The “Masterpiece” singer showed off her husband with a rare Instagram photo of the NYPD officer on May 23. In the post, which was part of a larger gallery with photos of two dogs named Smoke and Bandit, McLoughlin held one pup under each arm with a big grin. “They showed up at the farm last week and we’re bringing them to #CMAFest to get adopted,” Lambert captioned the shot. “No vacancy in our Mutt Motel! #FarmLife.”

Miranda-and-Brendan-Lambert-Billboard

Credit: Tammie Arroyo / AFF-USA.COM / MEGA

June 2019

The pair enjoyed a date night at Billboard’s Country Power Players event in Nashville on June 4.

Miranda-and-Brendan-Lambert-Billboard

Credit: John Shearer/ACMA2019/Getty Images for ACM

June 2019

McLoughlin supported Lambert on June 6 at her annual Mutt March in Nashville, where she opened up for the first time about becoming a stepmother to his son, Landon. “My stepson is amazing,” she told Extra. “I’m loving that whole phase, and I’ve raised a million dogs, so I feel like I’ve got that part of my womanly/motherly thing full, so this is a whole new journey. It’s great. … I was like, ‘Hey, I got the dogs, you got the kid, we can mix and mingle.’”

Miranda Lambert and Brendan McLoughlin Romance Timeline

Credit: LRNYC / MEGA

June 2019

The duo were spotted heading to lunch in NYC and taking advantage of the warm weather. Lambert showed off her toned legs in denim shorts, a white tank top and a Boston Red Sox baseball cap. McLoughlin, for his part, wore a baby-blue T-shirt and khaki shorts. 

Miranda Lambert Brendan McLoughlin

Credit: LRNYC/MEGA

June 2019

The couple held hands while walking around the Big Apple on June 13, with Lambert rocking her signature cowboy boots.

Miranda Lambert and Brendan McLoughlin A Timeline of Their Whirlwind Romance June 2019

Credit: INSTAR Images

June 2019

The twosome looked so in love as they ventured out for a meal and some shopping in New York’s West Village on June 28. McLoughlin showed off his ripped biceps in a white tank top that he paired with light-blue shorts and sneakers, while Lambert stunned in oversize sunglasses and a yellow and white polka dot romper.

Miranda Lambert Husband Brendan McLoughlin New York City

Credit: Courtesy of Miranda Lambert/Instagram

June 2019

The Pistol Annies member showed off her hubby on Instagram on June 28 with a photo of them posing in front of a sunset on a rooftop. “NYPDA,” she captioned the post, adding a blue heart emoji. In the comments section, she wrote that it’s “ridiculous” how good-looking McLoughlin is and called him a “peach.”

Miranda Lambert Brendan McLoughlin Timeline Whirlwind Romance

Credit: Broadimage/Shutterstock

July 2019

Lambert cracked a joke about the couple’s race to the altar in a July 2019 interview with Chicago’s 99.5 FM, saying, “They’re not going to let me have eight months off ever again because I get married and do weird s–t.”

Miranda Lambert Brendan McLoughlin Timeline Whirlwind Romance

Credit: LRNYC/MEGA

July 2019

After moving in together in Nashville, the couple traveled to New York City, goofing off for photographers and even revisiting the Good Morning America set where their romance began, with McLoughlin hugging GMA cohost Robin Roberts.

Miranda Lambert Brendan McLoughlin Timeline Whirlwind Romance

Credit: MEGA

July 2019

Later in the month, the country star enjoyed Nashville BBQ with McLoughlin and then recorded a video of him doing laundry shirtless. And on July 19, Us Weekly confirmed that McLoughlin was taking a leave of absence from the NYPD, two days before he went shirtless again on vacation in Lake Tahoe, Nevada.

Miranda Lambert Brendan McLoughlin Timeline Whirlwind Romance

Credit: AFF-USA/Shutterstock

August 2019

Lambert Instagrammed her admiration of McLoughlin again in August, sharing a video of him cooking fried chicken. And when a troll commented on the post to say, “It won’t last,” the singer had the perfect response. “Sure won’t!” Lambert replied. “I’m gonna eat every piece of it! Can’t waste chicken!”

Miranda Lambert Brendan McLoughlin Timeline Whirlwind Romance

Credit: LRNYC/MEGA

August 2019

Lambert and the cop held hands on August 15 as they walked through New York City alongside Landon, his son from a prior relationship.

Miranda-Lambert-and-Brendan-Mcloughlin-ACM-Honors

Credit: Ed Rode/imageSPACE/Shutterstock

August 2019

The duo stepped out for the ACM Honors and looked picture perfect as they posed for photos on the red carpet. “To my hot date thanks for joining me on this crazy cool journey,” Lambert captioned an Instagram photo of her and her hubby at the time.

Miranda-Lambert-Brendan-McLoughlin-birthday-post

Credit: Courtesy of Miranda Lambert/Instagram

October 2019

Lambert shared a touching post on Instagram to mark McLoughlin’s 29th birthday. “Happy Birthday to the man that puts stars in my eyes,” she wrote, adding the hashtag “#foreverandeveramen.”

Miranda Lambert’s Husband Retires From NYPD, Signs On to Be Singer’s Security Guard

Credit: Evan Agostini/Invision/AP/Shutterstock

February 2020

Us confirmed in February 2020 that McLoughlin had retired from the NYPD, seven months after taking a leave of absence. After he was spotted working security at her concerts in 2019, Fox News reported that he is now a member of her security team and was seen checking fans’ bags ahead of meet-and-greets at Lambert’s concerts.

Miranda Lambert, Brendan McLoughlin: A Timeline of Their Romance

Credit: Courtesy of Miranda Lambert/Instagram

October 2020

Lambert shared a sweet tribute to McLoughlin via Instagram for his 30th birthday. “Happy Birthday to my sweet husband,” she captioned the post. “The man I love so much with the most contagious smile. Brendan you are a light. ️ (and I love your obsession with cows) #nyc #dreamboat.”

Miranda Lambert Says She Had Husband Brendan McLoughlin New Music Video Hes Really Pretty

Credit: Vevo

October 2020

McLoughlin made his music video debut in October, starring alongside his wife in her video for “Settling Down.” The Texas native revealed why she asked her husband to be in the video during a live Q&A on YouTube on October 21, saying, “I think we understand why we had him in my video … because he’s really pretty and I needed a video babe and he was there, so I mean, it just worked out.”

Miranda Lambert and Brendan McLoughlin Halloween 2020

Credit: Courtesy Brendan McLoughlin/Instagram

November 2020

“Got my own little Annie Oakley for Halloween… and the other 364 days a year @mirandalambert 🤷‍️,” McLoughlin wrote via Instagram on November 2, reflecting on the couple’s cowboy and cowgirl Halloween costumes. “Country life has this city guy smoking ribs, and I’m not mad about it @traegergrills #citygoescountry #fingerlickinggood.”

Miranda Lambert and Brendan McLoughlin: A Timeline of Their Whirlwind Romance

Credit: Courtesy of Miranda Lambert/Instagram

December 2020

“Merry Christmas y’all!” Lambert captioned an Instagram collage that showed the couple along with 15 of their pets including “Thelma, Louise, Jessi, Bellamy, Delta, Cher, Tequila, Macaroni, Gibson, Leiani, Sophie, Titan, Ellie , Adriana, Sugar Pie & the chickens in Coop De Ville!”

Miranda Lambert Brendan McLoughlin Wedding Anniversary

Credit: Courtesy of Miranda Lambert/Instagram

January 2021

The couple celebrated their two-year wedding anniversary. “2 years hitched!! :heart: @brendanjmcloughlin #anniversary,” the country singer captioned a gorgeous photo of the couple via Instagram. McLoughlin posted a smiley and heart emoji in the comments.

Miranda Lambert Hits the Grammys 2021 Stage With Bluebird

Credit: Jordan Strauss/AP/Shutterstock

March 2021

Lambert and McLoughlin attended the 2021 Grammys together. The musician won Best County Album for Wildcard,​​​ and her husband escorted her to the stage before she accepted the award. She thanked him in her speech.

Miranda Lambert Grease Duet With Husband Brendan McLoughlin 2

Credit: Courtesy of Miranda Lambert/Instagram

May 2021

The twosome took the stage in Nashville at the grand opening of Lambert’s Casa Rosa Tex-Mex Bar & Cantina, belting out a rendition of “Summer Nights” from 1978’s Grease.

Miranda Lambert Husband Brendan Dances Shirtless New Music Video

Credit: YouTube

August 2021

McLoughlin made a cameo in Lambert’s “Tequila Does (Telemitry Remix)” video, showing off his dance moves and summer tan. The couple finished off the party-themed clip with a tequila kiss.

Miranda Lambert Celebrates Dreamboat Husband Brandon McLoughlan 30th Birthday 2

Credit: Courtesy of Miranda Lambert/Instagram

October 2021

Lambert celebrated her husband’s 30th birthday with an Instagram tribute. “Gussied up to celebrate this dream boat today! Happy 30th Birthday @brendanjmcloughlin,” she captioned a slideshow of photos. “I love you so much. I’m so thankful to have you in my life. Cheers to the next 30 years! #30 #HappyBirthday.”

Miranda Lambert relationship timeline

Credit: Courtesy of Miranda Lambert/Instagram

October 2021

The duo crafted the perfect couples costume for Halloween, dressing as Tom Cruise and Kelly McGillis’ characters from the 1986 movie Top Gun. “Happy Halloween from Charlie and Maverick,” Lambert wrote via Instagram alongside several photos of the pair in matching pilot jackets.

Miranda Lambert and Brendan Timeline

Credit: Courtesy Brendan McLoughlin/Instagram

November 2021

McLoughlin wished his love a happy 38th birthday with a sweet Instagram tribute. “This world became such a better place with you in it,” he wrote. “You are a light for those in the dark, a voice for the ones who can’t be heard and most important of all, you’re the most amazing wife day in and day out. I hope today brings you as much joy as you bring to me daily. Happiest of birthdays @mirandalambert ️️ I love you.”

Miranda Lambert Celebrates 3-Year Anniversary With 'Sunshine' Husband

Credit: Courtesy Miranda Lambert/Instagram

February 2022

“Spent a few days in the sun with my sunshine. ️️ #3years,” Lambert captioned a compilation of memories from the couple’s trip via Instagram in February 2022.

Miranda Lambert Makes Her Awards Show Return 2022 CMT AWARDS

Credit: Dillon Sherlock/CBS

April 2022

McLoughlin was on hand to support Lambert at the 2022 CMT Music Awards, where her song “If I Was a Cowboy” picked up an honor for Female Video of the Year before performing her hit.

Miranda Lambert and Brendan McLoughlin Hallmark Movie

Credit: Ed Rode/AP/Shutterstock

May 2022

“It’s like some kind of Hallmark movie or something,” Lambert teased to CBS News of meeting her husband on the set of GMA. “The redneck from Texas meets this beautiful NYPD officer on the street in New York, but it actually happened that way.”

The “Settling Down” songstress added that McLoughlin “loves” being her muse — and starring in her music videos. “He’s such a ham,” she joked. “I mean, he’s [got] white teeth, blue eyes. … If there’s a camera, he’ll jump in front of it. He’s a very extroverted, outgoing person.”

Miranda Lambert Shares Sweet Smooch With Brendan McLoughlin

Credit: Courtesy of Miranda Lambert/Instagram

July 2022

Lambert shared a sweet kiss with her beau in an Instagram photo that kicked off a series of shots showing hikes, sunsets and boating in Montana.

“Meet me in Montana forever,” the “Vice” singer captioned the post, also thanking her pal (and fellow country singer) Gwen Sebastion for the “great hang” and friend Louis Newman for “planning the adventures” that made it the “best summer ever.”

Other photos on the Texas native’s social media page showed how the couple took a trip “out west” for the month of July, starting in Colorado and travelling through Utah, Wyoming and finally Montana.

Brendan McLoughlin Will Be at Miranda Lambert's Vegas Shows 'Every' Night

Credit: Kristina Bumphrey/Shutterstock

August 2022

McLoughlin said that he plans to support his wife throughout her entire Las Vegas residency, which kicks off in September 2022. “Every single night I’ll be watching her do what she does best,” he told Entertainment Tonight. Lambert, for her part, noted that her husband will join her in Sin City as soon as she starts rehearsals. “It’s all coming together daily,” she added

Miranda Lambert and Brendan McLoughlin- A Timeline of Their Whirlwind Romance 01

Credit: BauerGriffin/INSTARimages.com/Cover Images

October 2022

“Miranda and Brendan are still going strong,” a source exclusively told Us, noting that the pair have been “inseparable” since tying the knot. “He’s super supportive of her career and is with her every step of the way.”

The insider added: “Not much has changed in terms of them wanting to have a baby, they’re still trying. They would love to have a baby together in the near future.”

Dynamic Duos! See the Hottest Couples at the 2022 CMA Awards- Jessie James Decker and Eric Decker and More56th Annual CMA Awards - Arrivals, Nashville, United States - 09 Nov 2022

Credit: Evan Agostini/Invision/AP/Shutterstock

November 2022

The married couple walked the CMA Awards red carpet together, shortly before Lambert performed a tearful tribute to Loretta Lynn alongside Carrie Underwood and Reba McEntire.

Miranda Lambert and Brendan McLoughlin’s Relationship Timeline 234

Credit: Courtesy of Brendan McLoughlin/Instagram

November 2022

One night after the 56th annual CMA Awards, McLoughlin took to social media to celebrate his wife turning another year older. 

“Another year and another birthday. Happy Birthday @mirandalambert,” he wrote via Instagram alongside a carousel of images of the couple. “It’s always an honor to be called your husband. You’re the most beautiful person inside and out. You have the biggest heart and show it everyday through your love for others and animals. Can’t wait to celebrate many more. Just wanted to say happy birthday

 and I love you. ️🥳️.”

In order to view the gallery, please allow Manage Cookies

Read The Full Article Here


trick photography
How Much Money the UFC Superstar Has Earned – Hollywood Life
How Much Money the UFC Superstar Has Earned – Hollywood Life
Keke Palmer Started Crying After Being Reminded That It’s “Not Normal” To Have Been Her Family’s Breadwinner At Age 12
Keke Palmer Started Crying After Being Reminded That It’s “Not Normal” To Have Been Her Family’s Breadwinner At Age 12
Conan O’Brien on Robin Williams’ Ugly Gift After Tonight Show Firing
Conan O’Brien on Robin Williams’ Ugly Gift After Tonight Show Firing
5 Things to Know About the Country Singer – Hollywood Life
5 Things to Know About the Country Singer – Hollywood Life
Layla review – Bilal Hasna shines
Layla review – Bilal Hasna shines
Here’s What Cara Delevingne Said About Living With Taylor Swift
Here’s What Cara Delevingne Said About Living With Taylor Swift
The Differences Between the Movie and the Broadway Show
The Differences Between the Movie and the Broadway Show
Witches review – leaves you wowed, wounded and educated
Witches review – leaves you wowed, wounded and educated
Parker, Rick & Tony Hit Big Trouble – Can They Recover? (RECAP)
Parker, Rick & Tony Hit Big Trouble – Can They Recover? (RECAP)
Silo Season 2 Episode 2 Review: Order
Silo Season 2 Episode 2 Review: Order
How ‘The Sex Lives of College Girls’ Sets Up Leighton’s Exit in Season 3
How ‘The Sex Lives of College Girls’ Sets Up Leighton’s Exit in Season 3
9-1-1 Sneak Peek: Brad’s Ready To Saddle Up!
9-1-1 Sneak Peek: Brad’s Ready To Saddle Up!
Kendrick Lamar Releases Surprise New Album, ‘GNX’
Kendrick Lamar Releases Surprise New Album, ‘GNX’
23 New Rock + Metal Tours Announced This Past Week
23 New Rock + Metal Tours Announced This Past Week
How to Get Sold-Out Tickets
How to Get Sold-Out Tickets
Coachella 2025 Headliners: Lady Gaga, Green Day, Post Malone, and Travis Scott
Coachella 2025 Headliners: Lady Gaga, Green Day, Post Malone, and Travis Scott
Book Riot’s Deals of the Day for November 22, 2024
Book Riot’s Deals of the Day for November 22, 2024
5 Wickedly Good Books to Read Alongside Your “Wicked” Viewing
5 Wickedly Good Books to Read Alongside Your “Wicked” Viewing
Interview with Kirsten Pursell, Author of The Scarlet D
Interview with Kirsten Pursell, Author of The Scarlet D
10 Gripping True Crime Memoirs
10 Gripping True Crime Memoirs
Kaia Gerber Resurrects the Olsens’ Favorite It Bag
Kaia Gerber Resurrects the Olsens’ Favorite It Bag
25 Elevated Basics From the Gap Pre–Black Friday Sale
25 Elevated Basics From the Gap Pre–Black Friday Sale
Taylor Swift Wore an Easy Outfit Trend With Gucci Heels
Taylor Swift Wore an Easy Outfit Trend With Gucci Heels
Best Button-Down Shirts For Women
Best Button-Down Shirts For Women
Martin Scorsese Loves This Modern Horror Masterpiece Now Streaming on HBO’s Max
Martin Scorsese Loves This Modern Horror Masterpiece Now Streaming on HBO’s Max
Original ‘Black Christmas’ Will Get Another Theatrical Run After 50 Years
Original ‘Black Christmas’ Will Get Another Theatrical Run After 50 Years
The Beast of Walton Street Blu-ray Now Available from Scream Team Releasing
The Beast of Walton Street Blu-ray Now Available from Scream Team Releasing
Out of Darkness (2024) – Pelicula de Terror ⋆
Out of Darkness (2024) – Pelicula de Terror ⋆