I have a host of images I want to use dynamically that I have uploaded into a folder managed by File Manager - I don’t want to create channel entries for all these (would take way to long and seem counter initiative)
So I would like to show the images and I have also synchronised a square image of them all
{exp:file:entries limit="10" paginate="both" directory_id="10"}
<div class="smile">
<ul>
<li>{file_url:square}</li>
</ul>
</div>
{/exp:file:entries}This does not seem to be working for me ?
Any help appreciated.