As Ahrefs continues to experience strong growth, particularly in German speaking markets, we are seeking a dynamic and hands-on DACH marketing manager to lead our marketing efforts in this strategic region. Reporting directly to the Head of International Marketing, this is a brand new role that will be a key part of our passionate and…
To apply for this job please visit jobicy.com.
// Never show in admin
if ( is_admin() ) return false;
// ❌ Hide on single job pages
if ( is_singular('job_listing') ) return false;
// ✅ Show only on single blog posts
if ( is_singular('post') ) return true;
// Hide everywhere else
return false;
	
