One page - two ditto calls. Call at the top of the page needs to be just a list of the entries with a link to the fuller entry further down the page.
The code I’m using at the top of the page calls the tv ’eventName’ and sorts by date:
[!Ditto? &filter=`eventName,,2` &sortBy=`eventStartDate` &sortDir=`ASC`!]
the result is:
"Title of Entry (eventName)
by Default admin account on 20-Jul-10 17:41"
How do I
1) get rid of "by Default..."
2) get rid of "on 20-..."
3) link to the entry further down the page?
I haven’t had much luck trying to figure out the coding so that’s why I’m here! I tried using &tag and also playing around with phx calls a bit. But no success...