EE 2.4
So when I have no entries on this page the no_results conditional is not working at all. I’ve simplified the template here but as far as I can tell it should work. Thoughts?
{exp:channel:entries channel="events" limit="3" disable="category_fields" paginate="bottom" {if segment_2 =="archives"}show_future_entries="yes"{/if} }
{if no_results}
<section class="blog-post">
<h3>something here</h3>
<p> message<br />
</section><br />
{/if}<br />
more code here<br />
{/exp:channel:entries}