Sure, this is the page here:
http://dev.baxterharries.co.uk/our-team
At the moment it’s using Derek’s method which you will see isnt working as expected.
For example, the first block should only include Deborah Baxter but you will see that all are featured and then each row thereafter just repeats as the former.
Should be something so simple to achieve but often find this issue with our builds (usually WP migrations).
Hope you can help.
Thanks Scott
Give this a try. I think this should work
{exp:channel:categories category_group='4' style='linear' show_empty='no'}
<h3 class="staff-category-header">{category_name}</h3>
{embed='template_group/team_entries' team_category='{category_id}'}
{/exp:channel:categories}
//Team Entries
{exp:channel:entries channel="team" sort="desc|asc" category="{embed:team_category}" status="open" dynamic="no"}
<div class="col span-3-of-12">
<a href="http://{title_permalink=%27our-team/profile%27}%22class=%22staff-profile" title="Go to {title}" class="staff-profile matchheight">_{exp:ce_img:single_src="{staff_image}"_width="600"_height="600"_allow_scale_larger="yes"_add_dims="no"_crop="yes"_attributes="alt='{title}'class='img-responsive no-check'"_}_<!-- Image Caption -->_<div class="text-box">_<div class="caption">_<h4>Read Bio</h4>_</div>_</div>_</a>
</div>
{/if}
<h2 class="staff-name">{title}</h2>
{job_title}{if job_title_description}
({job_title_description}){/if}
{if areas_of_expertise}
Areas of Expertise
<ul class="skills-list">
<li>{areas_of_expertise:list_item}</li>
</ul>
{/if}
{if email_address OR linkedin}
<ul class="staff-contact-small-list">
{if email_address}<li><a href="mailto:{email_address}" class="email-small">{email_address}</a></li>{/if}
{if linkedin}<li><a href="http://{linkedin}" class="linkedin-small" target="_blank" rel="noopener">{linkedin}</a></li>{/if}
</ul>
{/if}
</article>
<a href="http://{title_permalink=%27our-team/profile%27}" title="Read Bio" class="staff-profile-bttn">Read Bio</a>
</div>
{/exp:channel:entries}
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.