Ardee Crime Alert: Gardaí Investigating Daylight Burglaries Across Mid-Louth

Ardee Crime Alert: Gardaí Investigating Daylight Burglaries Across Mid-Louth
.kofi-container { display: flex; justify-content: center; margin: 2rem 0; font-family: -apple-system, BlinkMacSystemFont, “Segoe UI”, Roboto, Helvetica, Arial, sans-serif; }.kofi-button { display: inline-flex; align-items: center; gap: 12px; background-color: #FF5E5B; /* Classic Ko-fi Red/Coral */ color: #FFFFFF !important; text-decoration: none !important; padding: 12px 24px; border-radius: 100px; font-weight: 600; font-size: 1.05rem; box-shadow: 0 4px 15px rgba(255, 94, 91, 0.3); transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease; }.kofi-button:hover { background-color: #e54e4b; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255, 94, 91, 0.4); }.kofi-button:active { transform: translateY(0); }.kofi-icon { width: 24px; height: 24px; fill: currentColor; }/* Responsive adjustment for smaller mobile screens */ @media (max-width: 480px) { .kofi-button { padding: 10px 18px; font-size: 0.95rem; gap: 8px; } .kofi-icon { width: 20px; height: 20px; } }
LOADING…
/** * CONFIGURATION: Edit your IDs and settings here */ const tickerConfig = { label: “LATEST NEWS UPDATES”, sections: [ { id: 1, count: 8 }, // Section 2 (e.g., Sports) // You can add a third section here if you ever need to! ], domain: “https://thisisardee.com”, speed: “45s” // Higher = Slower };async function fetchTickerContent() { const tickerContainer = document.getElementById(‘automated-ticker’); const tickerLabel = document.getElementById(‘ticker-label’); // Build the list of API requests based on the sections above const requests = tickerConfig.sections.map(section => fetch(`${tickerConfig.domain}/wp-json/wp/v2/posts?categories=${section.id}&per_page=${section.count}`) );try { const responses = await Promise.all(requests); const dataArrays = await Promise.all(responses.map(res => res.json())); // Flatten all arrays into one single list of posts const allPosts = dataArrays.flat();if (allPosts.length > 0) { tickerLabel.innerText = tickerConfig.label; tickerContainer.innerHTML = “”; allPosts.forEach(post => { const tickerItem = document.createElement(‘div’); tickerItem.className = ‘ticker__item’; // Using .rendered to ensure special characters (like quotes) display correctly tickerItem.innerHTML = `${post.title.rendered}`; tickerContainer.appendChild(tickerItem); }); } } catch (error) { console.error(“Ticker Error:”, error); tickerLabel.innerText = “NEWS”; tickerContainer.innerHTML = “
Visit ArdeePost.com for updates
“; } }fetchTickerContent();/* Change the look of the bar here */ .ticker-wrap { width: 100%; overflow: hidden; background: #1a1a1a; border-top: 2px solid #0056b3; border-bottom: 2px solid #0056b3; display: flex; align-items: center; box-sizing: border-box; }.ticker-title { background: #d32f2f; color: white; padding: 12px 25px; font-weight: bold; white-space: nowrap; z-index: 10; font-family: sans-serif; }.ticker { display: flex; white-space: nowrap; padding-left: 100%; /* The speed is controlled by the config variable above */ animation: scroll-ticker 45s linear infinite; }.ticker:hover { animation-play-state: paused; }.ticker__item { padding: 12px 60px; font-family: ‘Arial’, sans-serif; }.ticker__item a { color: #ffffff; text-decoration: none; font-size: 15px; font-weight: 600; }.ticker__item a:hover { color: #ffeb3b; }@keyframes scroll-ticker { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }Daylight Robberies: Guards Out Hunting Crew After Brazen Daylight Break-Ins Hit Homes in Pepperstown, Dunleer, and Rathory Near Ardee *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } :root { –red: #c0001e; –dark: #1a1a1a; –mid: #444; –light: #f5f4f0; –border: #ddd; –accent: #0b3c5d; } body { background: var(–light); color: var(–dark); font-family: ‘Source Serif 4’, Georgia, serif; font-size: 18px; line-height: 1.8; } .breaking-bar { background: var(–dark); color: #fff; text-align: center; padding: 9px 16px; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; } .site-header { background: #fff; border-bottom: 3px solid var(–dark); padding: 18px 24px 14px; text-align: center; } .site-header .site-name { font-family: ‘Playfair Display’, serif; font-size: 38px; font-weight: 900; } .site-header .site-name span { color: var(–red); } .article-wrap { max-width: 780px; margin: 40px auto; padding: 0 20px 60px; } .meta-row { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; } .meta-category { background: var(–dark); color: #fff; padding: 3px 9px; font-weight: 700; } h1 { font-family: ‘Playfair Display’, serif; font-size: clamp(28px, 5vw, 44px); line-height: 1.18; font-weight: 900; margin-bottom: 20px; } h2 { font-family: ‘Playfair Display’, serif; font-size: 24px; font-weight: 900; margin: 35px 0 15px; color: var(–dark); border-bottom: 2px solid var(–border); padding-bottom: 6px; } .lead { font-size: 20px; font-weight: 600; line-height: 1.6; color: var(–mid); border-left: 4px solid var(–dark); padding-left: 18px; margin-bottom: 28px; } .info-card { background: #fff; border: 1px solid var(–border); padding: 25px; margin: 25px 0; border-top: 4px solid var(–dark); } .info-card h3 { font-family: ‘Playfair Display’, serif; color: var(–dark); margin-bottom: 12px; } .tariff-panel { background: #fffdf3; border: 1px solid #ffe082; padding: 20px; margin: 25px 0; border-left: 5px solid #ffb300; } .adsense-container { display: block; width: 100%; margin: 30px auto; text-align: center; overflow: hidden; } .adsense-label { display: block; font-size: 10px; color: #aaa; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; font-family: sans-serif; } .article-footer { margin-top: 50px; padding-top: 20px; border-top: 2px solid var(–dark); font-size: 13px; color: #888; }
🚨 Town Alert — Robbers Targeting Houses in Broad Daylight Across the Parish
Local Crime Mid-Louth Estates 17 June 2026

Daylight Raids: Guards Out Hunting Crew After Brazen Daytime Break-Ins Hit Working Family Homes in Pepperstown, Dunleer, and Rathory Near Ardee

Everyone around the area needs to lock up their doors and keep a sharp eye out after some absolute cowboys targeted three local houses over the weekend while people were out.

Advertisement (adsbygoogle = window.adsbygoogle || []).push({});

A proper worrying spike in daytime robberies. The local guards are stepping up their estate patrols today.

Guards are currently probing a string of three residential burglaries that happened across Mid-Louth within a very short window on Sunday, June 14th. According to the station logs, the thieves didn’t even wait for the cover of dark—brazenly forcing their way into three different properties during broad daylight while the homeowners were out and about.

The Exact Break-In Timelines Around Ardee

The crew moved fast, hitting three distinct areas on Sunday morning and afternoon.

The first break-in was reported out in Pepperstown. The residents came back to find their home had been breached somewhere between 9:00 AM in the morning and 1:30 PM in the afternoon. The guards are currently tracking down door-to-door inquiries in the area to see if anyone spotted something off.

The second daylight hit happened just down the road in the Dunleer area.

The robbers hit another family home over there in a tight two-hour afternoon window, sneaking onto the property between 11:35 AM and 1:35 PM. Active inquiries are still going on today as investigators try to patch together what kind of getaway car the crew was using.

📋 The Rathory Break-In Right on Our Doorstep

The third hit struck right on our own town boundaries, bringing the danger right home to the local parish:

  • 📍 The Spot: A private family home was hit over in Rathory, Ardee.
  • ⏱️ The Time: Intruders broke into the place between 9:00 AM and 1:00 PM on Sunday morning.
  • 🔬 Guards’ Action: Forensics are checking out the scene today, looking for tool marks or any messy tracks left behind at the back doors.
Advertisement (adsbygoogle = window.adsbygoogle || []).push({});

Check Your Dash-Cams and Give the Station a Shout

Urging anyone driving past or living nearby to verify their camera logs.

The guards are putting out an urgent call to anyone who was around those areas on Sunday morning. If you saw any strange cars idling down the lanes, a bunch of lads acting dodgy, or any unusual activity, you need to report it. Passing drivers who have a dash-cam running are also asked to check their storage cards to see if they caught any suspicious vehicles flying between Dunleer and the town bypass.

📞 Direct Phone Lines to the Ardee Station

Don’t stay quiet if you think you saw something weird—let’s help get these families their peace of mind back. You can call the front desk straight at Ardee Garda Station on Jervis Street at 041 687 1130, ring the anonymous Garda Confidential Line at 1800 666 111, or mention it to any guard you see out on the beat.

(adsbygoogle = window.adsbygoogle || []).push({});

Error: Contact form not found.

. . .

[the_ad id=”10746″]

Comments

  • No comments yet.
  • Add a comment