I want to display only the filename (not the full URL) from a Toolset file field using a shortcode and also show a message if there are no files.
Solution:
Create a custom shortcode using PHP to extract the filename with basename($url), then use Toolset’s [wpv-conditional] shortcode to check if the field has content and show either the filenames or a fallback message.