trey braid
OK, Peter after a night sleeping on how to get this set up correctly. Please let me know if this is the direction that I need to go in. I created another [Category] titled Players and put Goalies, Defenders and Forwards there. I then created another Article titled "Roster".
Roster Article has this in the Editor ...of course it would need to pull in the article title for each tab.
<h2>BILLINGS BLIZZARDS TEAM ROSTER</h2>
{articles category="Players"}
{tab title="[title]" class="solid blue"}
[introtext]
{if last}{/tabs}{/if} {/articles}
This is what I have in the other 3 Articles
{articles category="Roster"}
<div class="container-fluid">
<div class="row">
<h5 class="col-lg-1" style="text-align: center;">[image-fulltext layout="true"]</h5>
<h5 class="col-lg-1" style="text-align: left; padding-top: 25px;">[no]</h5>
<h5 class="col-lg-2" style="text-align: left; padding-top: 25px;">[link][title][/link]</h5>
<h5 class="col-lg-1" style="text-align: left; padding-top: 25px;">[position]</h5>
<h5 class="col-lg-1" style="text-align: left; padding-top: 25px;">[height]</h5>
<h5 class="col-lg-1" style="text-align: left; padding-top: 25px;">[weight]</h5>
<h5 class="col-lg-3" style="text-align: left; padding-top: 25px;">[school]</h5>
<h5 class="col-lg-2" style="text-align: left; padding-top: 25px;">[experience]</h5>
</div>
</div>
{/articles}
Can you help me or show me how to fix the
position field; so, it pulls in the
position list items > Left Wing, Center, Right Wing, Defenders and Goalies...