ADVERTISEMENT

Trump seeks to activate his base at Moms for Liberty gathering but risks alienating moderate voters

Published Aug 30, 2024 09:56 pm

WASHINGTON (AP) — Republican presidential nominee Donald Trump is scheduled to appear Friday at the annual gathering of Moms for Liberty, a national nonprofit that has spearheaded efforts to get mentions of LGBTQ+ identity and structural racism out of K-12 classrooms.

IMG_6007.jpeg

Republican presidential nominee former President Donald Trump speaks during a campaign event at Alro Steel, Thursday, Aug. 29, 2024, in Potterville, Mich. (AP Photo/Paul Sancya)

In a “fireside chat” conversation in the nation’s capital, the former president will seek to shore up support and enthusiasm among a major part of his base. The bulk of the group’s 130,000-plus members are conservatives who agree with him that parents should have more say in public education and that racial equity programs and transgender accommodations don’t belong in schools.

Yet Trump also will run the risk of alienating some moderate voters, many of whom see Moms for Liberty’s activism as too extreme to be legitimized by a presidential nominee.

A year ago, Moms for Liberty was viewed by many as a rising power player in conservative politics that could be pivotal in supporting the Republican ticket. The group’s membership skyrocketed after its launch in 2021, fueled by parents protesting mandatory masking for students and remote learning during the COVID-19 pandemic.

But in the last several months, a series of embarrassing scandals and underwhelming performances during local elections have called Moms for Liberty’s influence into question.

The group also has voiced support for Project 2025, a detailed and controversial playbook for the next conservative presidency from which Trump has repeatedly tried to distanced himself.

Moms for Liberty serves on the advisory board for Project 2025, and the author of the document’s education chapter taught a “strategy session” at the group’s Friday gathering.

The negative perceptions about Moms for Liberty around the country could increase the potential liability for Trump as he sits down with co-founder Tiffany Justice on Friday evening, said University of Central Florida political science professor Aubrey Jewett.

“It certainly helps him rally his base,” Jewett said. “But will that be enough to outdo the backlash?”

Justice said she looks forward to asking Trump about “what was important in his kids' lives and his kids' education.”

“I think the fascinating thing about Donald Trump is that he's a father and a grandfather, but he's involved his children in business and in politics with him,” she said. “They have a very strong family. And so I think we'll enjoy hearing more about that from him tonight.”

Justice disputed the idea that her group's influence is waning, pointing to the 60% of Moms for Liberty-backed candidates who won their recent races in the Florida primaries.

That’s “a really big deal,” she said, especially considering that many of the school board hopefuls the group endorses are first-time candidates running against incumbents. She also noted three Moms for Liberty members who won Florida House primaries, showing the group's reach into other political offices.

The group, which as a nonprofit is officially nonpartisan, said it also invited both Democratic presidential nominee Kamala Harris and independent presidential candidate Robert F. Kennedy, who recently suspended his campaign and endorsed Trump, to speak at the gathering. Neither is scheduled to make an appearance.

Trump hasn’t shared details of what he’ll discuss at the gathering, but his campaign pointed to his education proposals, which include promoting school choice, giving parents more say in education and awarding funding preference to states and school districts that abolish teacher tenure, financially reward good teachers and allow parents to directly elect school principals.

He also has called for terminating the Department of Education, barring transgender athletes from playing in girls’ sports, and cutting funding from any schools pushing “inappropriate racial, sexual or political content.”

“President Trump believes students should be taught reading, writing and math in the classroom — not gender, sex and race like the Biden Administration is pushing on our public school system,” said Karoline Leavitt, the Trump campaign’s national press secretary.

Vice President Kamala Harris has criticized her Republican opponent for his threats to dismantle the Department of Education. She also has spoken out against efforts to restrict classroom content related to race.

Democrats have lauded her running mate, Minnesota Gov. Tim Walz for an executive order he signed protecting the rights of LGBTQ people to receive gender affirming health care in his state. Republicans, including Trump, have lambasted him for it.

Before he heads to Washington on Friday, the Republican nominee will hold a rally in Johnstown, a western Pennsylvania town once dominated by riverfront steel mills. Its economy has suffered in the decades since they were shuttered. Trump held a rally near the Johnstown airport weeks before the 2020 election, boasting, “We brought back steel and we put tariffs on steel.”

His campaign says Trump will use the rally to promise lower energy costs and criticize Harris, noting that, as a Democratic presidential primary candidate in 2019, she supported a ban on hydraulic fracturing. Harris’ campaign now says she doesn’t support a fracking ban.

Both sides have campaigned heavily in Pennsylvania. Harris will be in Pittsburgh on Monday for Labor Day, making her first joint campaign appearance with President Joe Biden since he abandoned his reelection bid and endorsed her. Harris hasn’t said much about her policy plans on tariffs and trade, but Biden has taken a page from the Trump playbook and proposed a tripling of tariffs on Chinese steel.

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.