I’d like to display 5 posts that are written prior to the blog post that is currently being viewed. Can I use stop_before to achieve this? I tried to following code, but it didn’t work:
{exp:channel:entries channel="blog" dynamic="off" stop_before="{entry_date format="%Y-%m-%d %H:%i"}" orderby="date" sort="desc" limit="5"}
{title}
{/exp:channel:entries}