Hi there!
Trying to solve the “Photo Gallery categories AND subcategories as list (<li>)” issue, I tried the following code from the EE user guide:
So I tried to replace those <tr> tags with <li> tags and so on, but I found out, that the row_start (line14) and row_end (line 20) tags inside the subcategory_row tags takes no effect… for EE it doesn’t matter what is inside there, it will just always use the row_start and row_end inside the category_tag.
Do you have any idea, how I can change this behaviour? Because I want a different row_start/row_end inside the subcategory tag than inside the category_tag.
Again, thanks a lot folks 😊