Trying to figure out a good way to to hide <ul> tag in channel entries list if there are no results.
If I move the entries tag above <ul> then that would loop when results do appear.
Thanks in advance for any suggestions.
<ul>
{exp:channel:entries channel="{embed:channel}" dynamic="off" orderby="date" sort="asc" category="{embed:category}"}
<li><a href="http://{url_title_path={segment_1}}">{title}</a></li>
{/exp:channel:entries}
</ul>