Hi,
this is what I am trying to do, when the user add a channel entry,
have them logged in, and have them be able to edit their own entry that they created, but no one else
here is the code I have
{exp:channel:entries channel="channel" entry_id="{entry_id}" author_only="yes" author_id="CURRENT_USER" username="CURRENT_USER"}
<h3>{title} </h3>
<p><a href="http://{path=template/edit-listing/{entry_id}">edit</a><br />
{/exp:channel:entries}The entry_id is returning nothing
any help to this would be great