I have this EE code working which shows the latest 3 entries from a channel. Can you help in suggesting how I might get this to show each new entry by a separate author rather than any author? Thought this might have been done before as on the surface it sounds not too complicated but I can’t find any examples anywhere.
Do I need to re-write the whole code as an SQL Query? or would something else work? Could I repeat the EE code 3 times and use some kind of offset or if statement of author id? Would I need to do something like DISTINCT in an SQL query? I’ve tried a few SQL queries but it just doesn’t seem to be working as I’m not an expert with them (as yet) Any help greatly appreciated.
<h3>Latest Entries<h3>
{exp:channel:entries channel="portfolios" orderby="date" ASC limit="3" group_id="5" dynamic="no"}
{entry_date format="%j %M %Y"}
<a href="http://{path=portfolios/gallery/{username}}">{exp:ce_img:single src="{thumbnail}" height="112" width="150" crop="yes"} </a>
{/exp:channel:entries}Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.