Good day all,
I want to use short code[auto_id start=1] but with attached actual year, ie entry 6/2025, any idea how to add the actual year ?
Thank you very much
Regards
Yann
Looking at the "smart default value + auto increment" example on the How to Autoincrement page, you can append whatever you want. If you want the year, you can make your own one-line custom shortcode that returns the value of date("Y") in php.
Please login or Register to submit your answer