Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.
Please keep in mind:
<option value><?php _se('Select category'); ?></option>
with <option value="YOURCATID"><?php _se('Select category'); ?></option>
Yes, you can read the ID either from the MySQL table or from the source code of the page where the category is displayed.Category ID is the ID of category in the SQL table, not the ID configured in the control panel of Chevereto.
} //categories?
would be replaced with the following content ....