I have a template that multiple users post to that should have the entry dates show on the bottom. Only on some pages it does show others it is blank. I have tried the following:
<center><font size="1" face="arial">
Last Update: {exp:last_updated format="%F %d, %Y"}
Edit Date: {edit_date format="%Y %m %d"}
Entry Date: {entry_date format="%Y %m %d"} This is inside the exp:channel:entries tag. If the admin post an entry the date shows up, if any one else post it does not show up.
Is there something wrong with the code or does the level of access have something to do with it showing up or not showing up?
Thanks,