Hi,
I am trying to find the correct tag or way to show a certain message in a listing page when content is not available.
I am building a page for job vacancies. The following is what I have done so far but it is not working.
I am trying to find the correct tag or way to show a certain message in a listing page when content is not available.
I am building a page for job vacancies. The following is what I have done so far but it is not working.
- Code: Select all
<cms:if k_count gt '0' >
.... show the jobs listing page....
<cms:else />
<h1 class="w3-xlarge w3-margin" style="font-weight:bold;">Vacancies will be available soon!</h1>
</cms:if>