I have blocks on my profile index pages which I want to hide if the jrcore_list function returns 0 results.
ie
<div class="head_2" style="margin-top:5px;">WE'RE HIRING</div>
<div class="block mb20" style="border:1px solid #DEDEDE;">
<div class="block_content">
<div class="item2">
{jrCore_list module="gmJobs" profile_id=$_profile_id order_by="_created numerical_desc" limit="3"}
</div>
</div>
</div>
What's the easiest way to achieve this? I feel I am overlooking something very obvious lol
updated by @garymoncrieff: 04/03/15 08:43:57PM