I have a blog entry view page setup where I would like to also show a random entry. Any entry other than the one being displayed dynamically.
How can I achieve this? Was thinking this would do it but no:
{exp:channel:entries channel="blog" entry_id="not entry_id" limit="1" orderby="random" dynamic="no"}