All
A collection page of GMWD Fitness
category
Products
62
Active ads
0
Depth
—
Published
2024/04/30
About
// Get the URL parameters const params = new URLSearchParams(window.location.search); const title = params.get('title'); if (title) { const h1 = document.querySelector('h1'); if (h1) { h1.textContent = `Shop By ${title}`; } }