.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;
}
}
/** * 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%); }
}
Green Fingers: Mid-Louth Nature Initiative Launches Free ‘Wiggle Worms’ Website to Turn Kids’ Screen Time Into ‘Grow Time’
*, *::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(–red); color: #fff; text-align: center; padding: 9px 16px; font-size: 14px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; animation: pulse 2s infinite; }
@keyframes pulse { 0% { opacity: 1; } 50% { opacity: 0.8; } 100% { opacity: 1; } }
.site-header { background: #fff; border-bottom: 5px solid var(–red); padding: 15px 24px 10px; text-align: center; }
.site-header .site-name { font-family: ‘Playfair Display’, serif; font-size: 46px; font-weight: 900; letter-spacing: -0.03em; text-transform: uppercase; }
.site-header .site-name span { color: var(–red); }
.article-wrap { max-width: 740px; margin: 30px auto; padding: 0 15px 60px; }
.meta-row { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.05em; }
.meta-category { background: var(–red); color: #fff; padding: 4px 10px; font-weight: 900; }
h1 { font-family: ‘Playfair Display’, serif; font-size: clamp(32px, 6vw, 52px); line-height: 1.05; font-weight: 900; letter-spacing: -0.02em; margin-bottom: 25px; color: var(–dark); text-transform: uppercase; }
h2 { font-family: ‘Playfair Display’, serif; font-size: 26px; font-weight: 900; margin: 35px 0 15px; color: var(–red); text-transform: uppercase; border-bottom: 3px solid var(–red); padding-bottom: 4px; }
.lead { font-size: 22px; font-weight: 800; line-height: 1.4; color: var(–dark); background: #fff5f5; border-left: 6px solid var(–red); padding: 15px; margin-bottom: 30px; }
.info-card { background: #fff; border: 2px solid var(–dark); padding: 20px; margin: 30px 0; box-shadow: 5px 5px 0px var(–red); }
.info-card h3 { font-family: ‘Playfair Display’, serif; font-size: 22px; font-weight: 900; text-transform: uppercase; color: var(–dark); margin-bottom: 12px; }
.adsense-container { display: block; width: 100%; margin: 35px auto; text-align: center; border-top: 1px solid #eee; border-bottom: 1px solid #eee; padding: 15px 0; }
.adsense-label { display: block; font-size: 9px; color: #999; text-transform: uppercase; letter-spacing: 0.2em; margin-bottom: 8px; font-family: sans-serif; font-weight: bold; }
.article-footer { margin-top: 60px; padding-top: 25px; border-top: 4px solid var(–dark); font-size: 12px; font-weight: bold; color: #555; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 15px; }
🚨 OUTDOOR REVOLUTION: GRASSROOTS NATURE PORTAL OFFICIALLY DEPLOYED ACROSS MID-LOUTH! 🚨
COMMUNITY LAUNCH
MID-LOUTH NETWORK
20 June 2026
MUDDY HANDS: HOMEGROWN NATURE INITIATIVE UNVEILS FREE DIGITAL HUB TO GET CO. LOUTH KIDS OUT OF THE HOUSE AND INTO THE GARDEN THIS SUMMER!
Parents and educators across the parish are celebrating a magnificent grassroots development this morning, as an exciting new outdoor platform goes live to transform local backyards into thriving nature classrooms.
HOT ADVERTISEMENT
(adsbygoogle = window.adsbygoogle || []).push({});
📲 DUST OFF YOUR WELLIES, ARDEE: Getting kids away from digital screens and connected with real Irish soil is a massive win for our families. Share this free, country-lane initiative with your local parenting and school groups!
A fresh, deeply tracking green campaign has officially established its base parameters right here in Mid-Louth. Designed to activate just in time for the upcoming summer holidays, the project offers an exhaustive array of free, nature-focused toolkits engineered to empower children, parents, and teachers to uncover the rich ecosystems flourishing right on our town boundaries.
The newly deployed resource platform, operating under the name **Wiggle Worms**, has officially declared its digital channels active. The initiative addresses a massive, modern parenting challenge by introducing a structured, highly engaging program engineered to systematically swap tedious screen time for rewarding “Grow Time” across the county line.
The Launch of the Free ‘Garden Detective’ Tracker in Louth
Free printable outdoor missions built to engage young explorers of all ages and capabilities.
The centralized control center for this nature blitz is the brand-new web portal, **wiggleworms.eu**, which serves as the primary home for the highly anticipated “Garden Detective” program. Visitors tracking into the site can instantly download and deploy a diverse roster of weekly printable exploration checklists, including highly interactive assignments such as *The Leaf Spy* and *The Worm Watch*.
The design team behind the Mid-Louth project has made certain that these green blueprints are completely inclusive. Every single mission template has been carefully customized to cater directly to Junior Detectives of all age groups and physical or learning abilities, ensuring no child across our estates is left stranded inside the house.
📋 THE WIGGLE WORMS HUB PARAMETERS
The free nature infrastructure launched via the new **wiggleworms.eu** web setup details the following primary resource channels:
- 🕵️♂️ Garden Detective Files: Weekly printable mission grids including *The Leaf Spy* and *The Worm Watch*.
- 🪱 Wormery & Habitat Blueprints: Step-by-step guidance on setting up active wormeries and building secure wildlife structures.
- 🏫 School Plot Frameworks: Comprehensive administrative support to help local teachers kickstart thriving school vegetable patches.
- 💶 Barrier-Free Access: The entire database is completely free of charge to protect family budgets.
HOT ADVERTISEMENT
(adsbygoogle = window.adsbygoogle || []).push({});
Bypassing Barriers for Local Classrooms and Back Gardens
“We wanted to make nature discovery easy, fun, and a little bit messy.”
“Whether you’re a teacher looking for a structured classroom activity or a parent trying to keep the kids entertained during the school holidays, we have the tools to help you uncover the secrets hidden in your own back garden,” stated the passionate project panel during their public launch briefing. Beyond the quick-print detective missions, the platform provides extensive technical walkthroughs on creating balanced soil profiles, managing backyard wildlife sanctuaries, and designing long-term school green spaces.
The founders place an immense structural emphasis on keeping the entire framework un-throttled and entirely free. By removing corporate paywalls and premium subscription boxes, the group aims to ensure every single household, nursery, and primary school across Mid-Louth can easily cultivate an authentic, lifelong passion for gardening, sustainable food cultivation, and indigenous Irish wildlife preservation. With the summer holidays rapidly arriving, local families are urged to grab their magnifying glasses, lace up their muddy boots, and check out the interactive tools live right now at **wiggleworms.eu**.
.ww-launch-card {
background: #ffffff;
border: 3px solid #689F38;
border-radius: 20px;
padding: 30px;
max-width: 500px;
margin: 40px auto;
text-align: center;
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
font-family: ‘Helvetica Neue’, Arial, sans-serif;
}
.ww-launch-headline {
color: #FFC107;
background: #33691E;
padding: 10px;
border-radius: 10px;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}
.ww-launch-card h2 { color: #33691E; margin-top: 0; }
.ww-launch-card h3 { color: #5D4037; font-size: 1.2rem; }
.ww-launch-card p { color: #2C3E50; line-height: 1.6; }
.ww-launch-btn {
display: inline-block;
background-color: #689F38;
color: #ffffff;
padding: 15px 30px;
border-radius: 30px;
text-decoration: none;
font-weight: bold;
margin-top: 20px;
transition: background 0.3s ease;
}
.ww-launch-btn:hover { background-color: #FFC107; color: #33691E; }
Website Now Live!

Welcome to Wiggle Worms!
Kids Gardening in Ireland
WiggleWorms Ireland helps schools and families start gardens, wormeries, and wildlife projects.
Turn Screen Time into Grow Time!
Let’s make little hands into creative hands. Muddy hands, big smiles, and green fingers—the ultimate guide to gardening with kids.
Start Growing Today
(adsbygoogle = window.adsbygoogle || []).push({});
Error: Contact form not found.
. . .
[the_ad id=”10746″]