ADVERTISEMENT

'Angry' Trump jumpstarts faltering 2024 campaign

Published Jan 29, 2023 07:54 am

COLUMBIA, United States - Donald Trump vowed to take on the "corrupt political establishment" Saturday as he bid to revive a faltering third run for the White House in two US states that launched his winning 2016 presidential campaign.

Former US President Donald Trump speaks at a 2024 election campaign event in Columbia, South Carolina, on January 28, 2023. Trump hits the campaign trail Saturday for the first time in a third bid for the US presidency overshadowed by intensifying criminal investigations and a firestorm of political controversy. The twice-impeached Republican, whose party lost the White House and both chambers of Congress during his term, makes his case for another four years with appearances in New Hampshire and South Carolina. Logan Cyrus / AFP

Buffeted by political and legal headwinds, the 76-year-old Republican delivered a keynote address to grassroots activists and lawmakers in New Hampshire, ahead of a headlining appearance at a rally in South Carolina.

"We need a leader who is prepared to take on the forces laying waste to our country," he told a crowd of several hundred in the New Hampshire commercial hub of Salem.

"We need a president who's ready to hit the ground running on Day One."

The events were being seen as a chance to revitalize a stuttering campaign amid criticism over Trump's failure to make any public appearances since he announced his latest run in November.

But there was no discernible shift in his messaging as he launched immediately into his oft-debunked claims of a stolen 2020 election and reprised his litany of disparaging nicknames for his political rivals.

His most divisive recriminations were reserved, though, for the conservative critics he refers to as "RINOs" -- Republicans in name only -- whom he said were "even more dangerous than Democrats."

He touted his record on law and order, immigration and "rebuilding" the US military as he vowed to save the country from "being destroyed by a selfish, radical, corrupt political establishment."

"I'm more angry now and more committed now than I ever was," Trump said.

The former property magnate is the only major declared candidate so far, but several high-profile Republicans have fueled speculation about potential rival bids amid reports of waning grassroots support for the former president.

Trump was due to fly to South Carolina's capital Columbia after the Salem address in the late afternoon. There he will unveil a leadership team and fresh set of endorsements.

- 'Horrible, horrible people' -
Both states hold outsize influence as two of the first in every presidential election year to hold nominating contests -- known as "primaries" or "caucuses," depending on local custom.

They cemented Trump's frontrunner status in 2016 after a lukewarm start in Iowa.

But he has reportedly struggled to hold together a support base in South Carolina amid simmering discontent over his endorsements of candidates that lost swing state races in November's midterms.

The nomination could wind up a two-horse race between Trump and Florida Governor Ron DeSantis, who came out on top in a straw poll at the National Pro-Life Summit in Washington just last weekend.

Polling at this early stage in the cycle has not been particularly elucidating, however, with some hypothetical match-ups showing Trump trouncing DeSantis and others suggesting the opposite would happen in a head-to-head.

The biggest roadblock on Trump's path to the nomination may end up being his mounting legal woes, with a quasi-independent "special counsel" appointed to look into numerous allegations of misconduct.

"These are radical left-wing prosecutors who are absolutely horrible, horrible people," Trump said, vowing to investigate the Justice Department if he is re-elected.

He is under the spotlight over his handling of classified documents found in an FBI raid of his beachfront mansion in Florida, his role in the 2021 insurrection and, in Georgia, his attempts to overturn his 2020 election defeat.

"One year from now we will win the New Hampshire primary," Trump told the crowd.

"And then, with the help of the good people of the state -- I love the people -- we are going to take back our country and we'll take back the White House and we're going to straighten out the United States."
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.