Well, I'm building a website where I choose menu item 'concerts' and Phoca displays all the subcategories, which are photogalleries of different bands. I want every thumbnail in this page to have the name of the band, date, location.
So like this:
Code: Select all
-----------
- Thumb -
- -
- Band -
- Date -
- Loc. -
-----------I did solve this by putting HTML-break tags in the category-name field in the database, but can I do something like that directly?

