I have 3 featured entries on my home page, which are displayed by assigning them to a category ‘featured’
If there is 2 or less entries assigned to the featured category, I want other entries from the same channel to be randomly displayed, so some sort of variable like:
if category ‘featured’ has 2 assigned, display 1 non-featured random entry
if category ‘featured’ has 1 assigned, display 2 non-featured random entry
if category ‘featured’ has 0 assigned, display 3 non-featured random entry
Any help appreciated : )
Thanks