Hi
I was wondering how to make something like this:
{exp:channel:entries channel="news" limit="3" orderby="random" }
{title}
{/exp:channel:entries}work with Categories (instead of entries), given that parameters ‘limit’ and ‘orderby’ do not work with categories. If this (below) worked, it would have solved my problem:
{exp:channel:categories channel="blogs" limit="3" orderby="random"}
{category_image}
{/exp:channel:categories}Thanks!