I have got photos in 2 categories. I have successfully used
to get both categories displayed in my article. That worked well. Each category was represented by a single image and the category name. But I now want to get a single category displayed (because my article is about a single category). So I inserted the following code:
Code: Select all
{phocagallery view=[category name]}
but this resulted in nothing being displayed. So I tried:
Code: Select all
{phocagallery view=[category name]|categoryid=1}
with the same lack of result. (I checked that the category id was correct.)
I've looked through the forums and documentation but still can't work this out. Do please point me to an existing answer if the question has already been asked.