Skip to content

Instantly share code, notes, and snippets.

@tylerwillingham
Last active December 28, 2015 03:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerwillingham/7437730 to your computer and use it in GitHub Desktop.
Save tylerwillingham/7437730 to your computer and use it in GitHub Desktop.
{exp:channel:entries
channel="procedures"
disable="{global:disabled_params_strict}"
dynamic="no"
orderby="title"
sort="asc"}
{if count == '1' OR count == '4' OR count == '7'}
<ul class="navGlobal_desktop-list">
{/if}
<li class="navGlobal_desktop-list-item">
<a href="{site_url}procedures/{url_title}">{title}</a>
</li>
{if count == '3' OR count == '6' OR count == '10'}
</ul>
{/if}
{/exp:channel:entries}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment