Taylor Swift’s Wedding Guests Don’t Know Ceremony Location — Yet
Rhode Island
Providence man arrested in connection to narcotics and firearms investigation | ABC6
“);
$spagination = flexSlider.find(“.spagination”);
SPagination.Init($spagination.get( 0 ), {
size: slide_obj.count, // pages size
page: 1, // selected page
step: 3, // pages before and after current
cb: function(p){
flexSlider.flexAnimate(p-1, true);
}
});
}
}
}
function gtx_gallery_slide_before(slide_obj){
var slide=slide_obj.animatingTo;
$active_slide=$all_slides.eq(slide) ;
slideshow_ad_loaded = false;
var current_html = $active_slide.children(“.gtx-ad-container”).html();
if (current_html) {$active_slide.children(“.gtx-ad-container”).html(current_html.trim())}
gtx_track_slide( slide_obj );
changeURL(parseInt($active_slide.attr(“data-attachment_id”)));
//THUMBS SYNC – PAGINATED THUMBNAIL NAVIGATION
if($thumbs!==”” && navigation == “paginated_thumbs”){
var right_item=$slider.find(“.slides li[data-i=”+(slide +1 )+”]”).attr(“data-i-only-pics”)
if( right_item!= “”){
$thumbs.find(“li.gtx-thumb-img”).removeClass(“flex-active-slide”);
$thumbs.find(“li.gtx-thumb-img[data-i=”+(slide +1 )+”]”).addClass(“flex-active-slide”);
$page=$thumbs.find(“.slides>li”).has(“li[data-i=”+(slide +1 )+”]”);
$thumbs.flexAnimate($page.index(), true);
}
}
}
function gtx_gallery_slide_after(slide_obj){
var slide=slide_obj.animatingTo;
$active_slide=$all_slides.eq(slide) ;
if($active_slide.hasClass(“gtx-ad-slide”)==1){
if ($active_slide.find(‘iframe’).length === 1) {
$active_slide.find(‘iframe’)[0].remove();
}
$slider.delay(100).queue(function(){
$(this).addClass(“gtx-gallery-loading”).dequeue();
});
$ad_container=$active_slide.children(“.gtx-ad-container”).first();
if ($($ad_container).html().length li[data-i=”+(slide +1 )+”]”).attr(“data-i-only-pics”)
if( right_item!= “”){
$thumbs.find(“li.gtx-thumb-img”).removeClass(“flex-active-slide”);
$thumbs.find(“li.gtx-thumb-img”).eq(right_item -1 ).addClass(“flex-active-slide”);
$thumbs.flexAnimate(right_item-1, true);
}
}
if(typeof(googletag) != “undefined” && googletag !== null && googletag.pubads){
// Refresh ads within view
var tmp_now=new Date().getTime();
var last_refresh_diff= tmp_now – last_ad_refresh;
if(last_refresh_diff > 1000){
reset_ads_and_refresh();
last_ad_refresh=tmp_now;
}
}
//LAZY LOAD
range=5;
var $slides_to_hanle=$all_slides.slice(slide, slide + range +1);
if(slide – range >= 0){
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(slide – range, slide ));
}else{
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(0, range ));
$slides_to_hanle=$.merge($slides_to_hanle, $all_slides.slice(range * -1 ));
}
if(slide + range >= $all_slides.size()){
//handle first slides
$slides_to_hanle= $.merge($slides_to_hanle, $all_slides.slice(0,range));
}
$slides_to_hanle.find(“.gtx-image-container[data-background]”).each(function () {
var src = $(this).attr(“data-background”);
$(this).css(“background-image”, “url(“+src+”)”).removeAttr(“data-background”);
});
adjustNavHeight();
if( typeof SPagination !== “undefined” && flexSlider.find(“.spagination”).length>0 ){
if(SPagination.page != slide+1){
SPagination.page = slide + 1;
SPagination.Start();
}
}
}
function reset_ads_and_refresh(){
if(!advanced_ad_refresh){
// if option is not enabled, refresh all ads, minus out of page ads
if(ads_to_refresh.length > 0){
googletag.pubads().refresh(ads_to_refresh);
}
return;
}
if(ads_to_refresh.length == 0){
return;
}
var newAds = [];
var fullAdsToRefresh = [];
for(var i = 0; i wTop && slot.tn_positionY 8){
gtx_gallery_thumbs_set_backwards()
}
}
function gtx_gallery_thumbs_after(slide_obj){
if(slide_obj.count > 8){
gtx_gallery_thumbs_set_backwards()
}
}
function gtx_gallery_paginated_thumbs_start(slide_obj){
gtx_gallery_paginated_thumbs_lazy();
if(false && slide_obj.count > 8){
$thumbs.find(“.flex-control-nav.flex-control-paging”).removeClass(“flex-control-paging”).addClass(“g-pagination”);
}
if(slide_obj.count > 8){
$thumbs.find(“.flex-control-nav.flex-control-paging”).hide().after(“”);
$pagination = $thumbs.find(“.spagination”);
SPagination.Init($pagination.get( 0 ), {
size: slide_obj.count, // pages size
page: 1, // selected page
step: 3, // pages before and after current
cb: function(p){
$thumbs.flexAnimate(p-1, true);
}
});
}
}
function gtx_gallery_paginated_thumbs_before(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
gtx_gallery_paginated_thumbs_lazy(slide_obj);
}
function gtx_gallery_paginated_thumbs_after(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
//THUMBS SYNC – Go to first slide of this batch
if($thumbs!==”” && navigation == “paginated_thumbs”){
var $active_slide=$slider.find(“.slides>li.flex-active-slide”);
var $active_thumb_page=$thumbs.find(“.slides>li.flex-active-slide”);
//Check if the current slide is within this thumb batch
if(!$active_thumb_page.find(“li[data-i=”+$active_slide.attr(“data-i”)+”]”).size()){
first_thumb=$active_thumb_page.find(“li”).first().attr(“data-i”);
flexSlider.flexAnimate(first_thumb – 1, true);
}
}
if( typeof SPagination !== “undefined” && $thumbs.find(“.spagination”).length>0 ){
if(SPagination.page != slide+1){
SPagination.page = slide + 1;
SPagination.Start();
}
}
}
function gtx_gallery_paginated_thumbs_lazy(slide_obj){
var slide=(typeof slide_obj == “object” && slide_obj.animatingTo ? slide_obj.animatingTo : 0);
//LAZY LOAD THUMBS
if($all_thumbs!==”” && navigation == “paginated_thumbs”){
range=1;
var $slides_to_hanle=$all_thumbs.slice(slide, slide + range + 1);
if(slide – range >= 0){
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(slide – range, slide ));
}else{
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(0, range ));
$slides_to_hanle=$.merge($slides_to_hanle, $all_thumbs.slice(range * -1 ));
}
if(slide + range >= $all_thumbs.size()){
//handle first slides
$slides_to_hanle= $.merge($slides_to_hanle, $all_thumbs.slice(0,range));
}
$slides_to_hanle.each(function () {
$(this).find(“img[lazy-src]”).each(function () {
var src = $(this).attr(“lazy-src”);
if(!src) return;
$(this).attr(“src”,src).removeAttr(“lazy-src”);
$thumbs.find(“img[lazy-src=””+src+””]”).attr(“src”,src).removeAttr(“lazy-src”);
});
});
}
}
function adjustNavHeight(){
imageHeight = flexSlider.find(“.gtx-slide-img.flex-active-slide .gtx-image-container”).outerHeight();
if(imageHeight > 0){
flexSlider.find(“.flex-prev,.flex-next”).css(“top”,Math.round(imageHeight/2));
}
}
var nextSlotId = 1;
function generateNextSlotName() {
var id = nextSlotId++;
return “adslot_” + id+”_”+Math.floor( Date.now() / 1000 );
}
function addAdInto(selector,options) {
try{
gtx_gallery_enable_dfp();
}catch(err) {
}
var slide=options.slide || -1;
var slotName = generateNextSlotName();
var ad_index = 0;
// Create a div for the slot
var slotDiv = document.createElement(‘div’);
slotDiv.id = slotName; // Id must be the same as slotName
$( selector ).append( slotDiv );
try{
ad_index=$( selector ).closest(“.gtx-ad-slide”).attr(“data-i-only-ads”);
}catch(err) {
}
// Define the slot itself, call display() to
// register the div and refresh() to fetch ad.
googletag.cmd.push(function() {
slideshow_ad_loaded = true;
adslots[slotName] = googletag.defineSlot(‘/132916964,22666483375/abc6.com/news’, [300, 250], slotName)
.addService(googletag.pubads())
.setTargeting(“placement”, “gallery”)
.setTargeting(“slide”, slide)
.setTargeting(“post”, ‘5103141’)
.setTargeting(“category”, ‘[“news”,”providence”,”rhode-island”]’)
.setTargeting(“galleryAdIndex”, ad_index);
googletag.display(slotName);
googletag.sizeMapping().addSize( [0,0], [[300,250]])
googletag.pubads().refresh([adslots[slotName]]);
});
}
gtx_gallery_syncHash = function(path){
pic = “”;
re = /pic/?([0-9]+)/?$/i;
if(!path && window.location.hash && window.location.hash.match(re)) path = window.location.hash;
if(!path && window.location.pathname && window.location.pathname.match(re)) path = window.location.pathname;
if(path){
matchslide = path.match(re);
if(matchslide && matchslide[1]>0){
pic = parseInt(matchslide[1]);
}
if(!isNaN(pic) && pic > 0){
slide=get_slide_by_attachment_id(pic);
if(slide>0){
avoid_next_pageview = true;
flexSlider.flexAnimate(slide – 1, true);
}
}
}else{
gtx_track_slide( )
}
}
function debounce(func, wait, immediate) {
var timeout;
return function() {
var context = this, args = arguments;
var later = function() {
timeout = null;
if (!immediate) func.apply(context, args);
};
var callNow = immediate && !timeout;
clearTimeout(timeout);
timeout = setTimeout(later, wait);
if (callNow) func.apply(context, args);
};
};
// delay the url state replacement to avoid overload
// RAYOS-271
var efficientlyReplaceState = debounce(function(title, path){
window.history.replaceState({}, title, path);
}, 1250)
function changeURL(pic){
basepath = window.location.pathname.replace(//pic/?([0-9]+)/?$/i,”/”);
if(isNaN(pic)) return;
path = basepath + “pic/”+pic+”/”;
title = “Pic “+pic;
if (typeof(window.history.replaceState) == “function”) {
efficientlyReplaceState(title, path)
} else {
window.location.hash = path;
}
}
function get_slide_by_attachment_id(id){
var slide=$slider.find(“.slides li[data-attachment_id=”+id+”]”).attr(“data-i”);
return parseInt(slide, 10);
}
function gtx_track_slide( slide_obj ){
if(slide_obj){
var slide = slide_obj.animatingTo;
}else{
var slide = 0;
}
$active_slide=$all_slides.eq(slide) ;
if(!avoid_next_pageview){
try{
var loc = location.pathname + “#slide” + (parseInt(slide) + 1);
if (rayos_gtm_gallery_pageviews) {
// Add gallery navigation info to dataLayer
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
‘event’: ‘rayos_virtual_pageview’,
‘location’ : loc
});
}
// Legacy support for GA tracking
ga(“send”, “pageview”, loc);
if (ga.getByName(“gtxcelTracker”)) {
ga(“gtxcelTracker.send”, “pageview”, loc);
}
}catch(err){
}
}
avoid_next_pageview = false;
}
//Add a callback on ad render
googletag.cmd.push(function() {
googletag.pubads().addEventListener(‘slotRenderEnded’, function(event) {
var slotName=event.slot.getSlotElementId();
if(typeof adslots[slotName] !==”undefined” && !event.isEmpty){
$slider.clearQueue();
$slider.removeClass(“gtx-gallery-loading”);
}
});
});
jQuery(“#gtx-gallery-slider-5103141”).flexslider({
animation: “slide”,
pauseOnHover: true,
prevText: “”,
nextText: “”,
slideshow: false,
controlNav: true,
init: gtx_gallery_slide_init,
start: gtx_gallery_slide_start,
before: gtx_gallery_slide_before,
after: gtx_gallery_slide_after
});
if(mobile_mode){
$slider.find(“.flex-direction-nav”).hide();
}
});
PROVIDENCE, R.I. (WLNE) — Rhode Island State Police said a Providence man was arrested after police allegedly discovered multiple narcotics and a gun inside two residences on Sept. 23.
47-year-old Joel Garcia was charged with possession with the intent to deliver over 1 kilogram of fentanyl, possession with the intent to deliver over 1 kilogram of cocaine, possession with the intent to deliver one ounce to one kilogram of methamphetamine, possession with the intent to deliver fentanyl, possession with the intent to deliver cocaine, possession with the intent to deliver methamphetamine, possession of a firearm while committing a controlled substance violation, unlawful possession of a firearm by a prohibited person, and distribution of a controlled substance in a school zone.
According to RISP, police received court-authorized search warrants for two residences in Providence in connection to a narcotics and firearms investigation.
Inside an apartment on Dresser Street, police allegedly seized 1.7 kilograms of fentanyl, 2.3 kilograms of cocaine, and 147 grams of methamphetamine.
Police also searched Garcia’s residence on Portland Street and allegedly seized one fully loaded pistol.
According to police, Garcia had allegedly used the apartment on Dresser Street to “store, package, and distribute large amounts of fentanyl, cocaine and methamphetamine.”
Garcia was arrested and charged.
RISP, Providence police, Cranston police, North Providence police, Johnston police, the Drug Enforcement Administration, and the Rhode Island National Guard Counterdrug Program assisted in the investigation.
Continue Reading
Rhode Island
Taylor Swift and Travis Kelce’s 1st Choice for Wedding Was Rhode Island: Why They Pivoted to NYC
Taylor Swift and Travis Kelce initially had their sights set on a marvelous coastal wedding, multiple sources exclusively tell Us Weekly.
“Taylor and Travis really wanted their wedding in Rhode Island, and June 13 was the date, but security wouldn’t have worked because it could get out of hand with that kind of scale of an event,” an insider says.
Though everything was initially being planned in Rhode Island — where Swift, 36, has a mansion in the lavish Watch Hill neighborhood of Westerly — the insider notes the pop star had booked multiple venues from coast to coast on different dates.
According to the source, “Ocean House [in Westerly] was planned at one point, and then plans changed to New York.”
The insider, meanwhile, tells Us that Swift’s security “had to assess all the venues to see what made sense.”
“Rhode Island wasn’t great because the nature of the access and the perimeters were too difficult to secure,” the source explains. “So the main issue with Rhode Island ended up being security.”
Taylor Swift and Travis Kelce Getty Images
“Everything was being planned in Rhode Island,” added a source. “And so many people wanted to come that plans had to change because it became bigger.”
Swift and Kelce, 36, are now rumored to be tying the knot at Madison Square Garden in New York City over the July 4 holiday weekend. While the exact location and date of the nuptials have not yet been confirmed, NYC Mayor Zohran Mamdani appeared to hint at the wedding taking place in the city during a June 15 press conference earlier this month.
“I am fully confident in the work of the NYPD, as well as our state partners, in delivering that safe experience,” he told reporters. “We are the biggest city in the country. We are used to big events, and we are incredibly excited for the [World Cup]. We know it coincides with the Knicks’ [NBA] Finals run. We know it coincides with July 4, America 250, Taylor Swift’s wedding — all happening at the same time — and we are so excited to welcome the world here.”
Additionally, a permit was filed with NYC in June, the mayor’s spokesperson Dora Pekec confirmed to Us after The New York Times reported on a permit to close the streets surrounding MSG from July 2 to midday July 4 for an event on July 3.
City sources also confirmed to Us that the Street Activity Permit Office (SAPO), which issues the permits, is in touch with the NYPD regarding a possible influx of street and pedestrian traffic.
Though Swift and Kelce’s Rhode Island wedding plans fell through, the “I Knew It, I Knew You” singer’s Watch Hill mansion had an uptick in action last week when security was spotted swarming the area. A group of unidentified women were reportedly seen on the balcony wearing matching robes — three in black and one in white — sparking speculation about a bachelorette party.
A woman who appeared to be Swift’s childhood friend Abigail Anderson Berard was also seen on the property with her 2-year-old son.
Meanwhile, Travis celebrated what was perceived as his bachelor party in Los Angeles and San Diego. The Kansas City Chiefs tight end and his brother, Jason Kelce, as well as Travis’ teammate Patrick Mahomes and others, were spotted at a Chris Lake concert, a Dave Chappelle comedy show, a night out at the members-only Bird Street Club and more.
Swift and Kelce began dating in the summer of 2023 and got engaged in August 2025.
Rhode Island
When will RI see promised Time-Varying Rates on electric bills? | Opinion
Here’s how to submit a letter to the editor to the Providence Journal
Community opinions matter to us and we make sure there’s a space to hear what your neighbors are thinking. Here’s how to submit your own.
Journal Staff
Rhode Island Energy is currently installing advanced smart meters for all electricity customers. Clean energy and environmental advocates have championed advanced metering for decades because the systems enable incentives for conservation, solar integration and energy storage. The primary vehicle for realizing these benefits is Time-Varying Rates (TVR).
Unlike legacy meters, advanced meters track when electricity is used, not just how much is used. TVR encourages customers to shift heavy usage, like running a clothes dryer or charging an electric vehicle, to off-peak overnight hours when wholesale power is cheap and cleaner. This flattens the grid’s peak demand, brings down wholesale energy costs for everyone and reduces our reliance on polluting “peaker” power plants.
The Rhode Island Public Utility Commission (PUC) is charged with balancing the interests of utility customers with value to utility shareholders. It sets the formulas by which the utility is compensated.
The primary means the utility is compensated is based on a Return on Equity invested (ROE) that is predetermined by the PUC and currently set at 9.275%. Rhode Island Energy’s capital investments are funded through roughly 51% equity (shareholder capital) and 49% debt. For every $100 million the utility spends on infrastructure, about $51 million is financed via equity, allowing shareholders to collect an annual pre-tax profit of 9.275% on that portion, or roughly $4.73 million. The more the utility spends, the more their shareholders earn.
At a cost of over $188 million for the new meters, Rhode Island Energy shareholders will collect nearly $9 million a year in profit for 20 years from the equity portion of that investment alone, while also saving money on labor by eliminating the need for truck based drive-by meter readers.
But advanced metering was supposed to benefit ratepayers as well as the utility. Though the meter expenditures were approved by the PUC in 2023 and the meters installations are expected to be completed by the end of this year, it is expected to take until at least 18 months after the meter rollout is completed to implement the billing system infrastructure needed to enable Time-Varying Rates.
The upgrades that deliver more profit to the utility bottom line was fast tracked, while the investment needed to implement the primary benefits to ratepayers is being slow walked. Why weren’t the software upgrades and hardware deployment run in parallel?
Right now, the PUC is weighing a huge general rate case (Docket No. 25-45-GE). Rhode Island Energy has proposed aggressively hiking its profit margin, seeking to raise its ROE from 9.275% to 10.75% and expand its equity share from 51% to 57%.
In their 2022 advanced metering filing, Rhode Island Energy suggested the new infrastructure would yield $729 million in benefits over 20 years. So far, the utility is seeing plenty of that benefit on its bottom line, while ratepayers have mostly seen higher costs. The PUC should reject the utility’s requested rate increases, preserve the current rate structure, and insist that Time-Varying Rates be fully operational before any further rate changes are considered.
Fred Unger is a retired energy project developer and clean energy advocate based in Providence.
Rhode Island
Target 12: State of RI’s fire hoses
With wildfires becoming more frequent in Rhode Island, the state’s stockpile of specialty hoses to battle these blazes is being stretched thin.
Target 12 investigator Tim White got a firsthand look at the condition of the critical firefighting tools in Rhode Island and learned what’s being done to repair or replace them.
Watch the Target 12 exclusive Tuesday at 5 p.m. on WPRI 12.
Download the WPRI 12 and Pinpoint Weather 12 apps to get breaking news and weather alerts.
Watch 12 News Now on WPRI.com or with the free WPRI 12+ TV app.
Follow us on social media:
-
Indianapolis, IN1 minute agoTurning hot and humid through midweek | June 27, 2026
-
Pittsburg, PA6 minutes agoLate homer by Eugenio Suarez gives the Reds a win in Pittsburgh – Redleg Nation
-
Augusta, GA13 minutes agoAugusta YMCA hosts grocery giveaway, serves 150 families in first hour
-
Washington, D.C16 minutes agoPeace walk in Southeast DC brings together those impacted by gun violence
-
Cleveland, OH21 minutes agoTimofey Mozgov Reveals Sadness, Regret Over Viral 2016 Cleveland Cavaliers Reunion
-
Austin, TX28 minutes agoTexas Game Wardens warn of dangers as they respond to emergencies across Texas
-
Alabama31 minutes agoTwo ejected after boat crash on Alabama lake
-
Alaska36 minutes agoAlaska Sen. Dan Sullivan’s primary challenger who has the same name is eligible for ballot, judge rules
