[Feature request] Would it be possible to add the date in a recurring post?
Hello,
First of all, thanks for the tool, it works great! I would like to discuss with you the possibility to add something like "02-10-2023" to the title of recurring posts. That would be helpful for the daily posts in [email protected]
It would, though I'm not sure how to do it correctly. Would adding something like this to the title work for you? #[InjectDate('d-m-Y')]
The d-m-Y is a standard format, you'd have to read the documentation on, though you only need to do it once. d-m-Y would be the use case you're looking for - it's day-month-year with leading zeroes.
It's been added, you can add #[InjectDate('d-m-Y')]# to the title and it will be replaced with the date. You can use the date format documentation to see other possibilities.
You should also see a preview of the title once you insert any dynamic expression. Let me know if that works for you. You may use [email protected] if you want to test it out a bit.