Your business and your qualities as an entrepreneur are unique. That's why the approach at Hummingbirds is always personal. We adopt a no-nonsense approach where the best result always comes first.
tag document.addEventListener('DOMContentLoaded', () => { const createJobLabel = () => { const labelDiv = document.querySelector('.label'); const postCount = document.createElement('div'); postCount.className = 'post-count'; postCount.textContent = jobPostsCount; labelDiv.appendChild(postCount); }; if (typeof jobPostsCount !== 'undefined' && jobPostsCount > 0) { createJobLabel(); } });