Tips tagged “Logged In”
- Show Entries from Logged-in User
-
Posted on May 28, 2009 by Ryan Irelan
If you ever need to show the entries from the currently logged-in user, it’s easiest to use the CURRENT_USER global variable than any other method.
{exp:weblog:entries weblog="foo" username="CURRENT_USER" limit="10"}
...
{/exp:weblog:entries}Alternately, if you don’t want to show entries from
