Mid Business Development Assistant with German Full-time Bucharest, Gdańsk, Poznań, Romania, Sofia 100% Remote tbd About SUNZINETSUNZINET is a thriving digital transforming agency that has over 170 unique people on board in various positions: developers, project managers, UX/UI designers and motion designers. Thinking out of the box, we create state-of-the-art web applications while offering tailor-made…
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;
	
