The Gorden Web Design blog.

25 posts from the Gorden Web Design studio — AI site builds, affiliate systems, WordPress engineering, and the one-person-studio operation behind them.

25 posts. Filter by topic.

Every article links to the live post on 509localhub.com. Use the filter bar to narrow the view.

(function() { var toggle = document.querySelector(‘.nav-toggle’); var nav = document.getElementById(‘primary-nav’); if (toggle && nav) { toggle.addEventListener(‘click’, function() { var open = nav.classList.toggle(‘is-open’); toggle.setAttribute(‘aria-expanded’, open ? ‘true’ : ‘false’); }); } var buttons = document.querySelectorAll(‘.filter-btn’); var cards = document.querySelectorAll(‘.blog-card’); buttons.forEach(function(btn) { btn.addEventListener(‘click’, function() { buttons.forEach(function(b) { b.classList.remove(‘is-active’); b.setAttribute(‘aria-pressed’, ‘false’); }); btn.classList.add(‘is-active’); btn.setAttribute(‘aria-pressed’, ‘true’); var filter = btn.getAttribute(‘data-filter’); cards.forEach(function(card) { var show = filter === ‘All’ || card.getAttribute(‘data-category’) === filter; card.style.display = show ? ” : ‘none’; }); }); }); var iso = new Date().toISOString().replace(‘T’, ‘ ‘).slice(0, 19) + ‘Z’; var footerTs = document.getElementById(‘footer-ts’); if (footerTs) footerTs.textContent = ‘// build: ‘ + iso; })();