How can i put a custom field inside this php
Assuming that your date format – for whatever reason – really is yymmdd instead of being set to what you defined in the admin settings section: There’s the native PHP function date_parse_from_format() that you can use in conjunction with the core setting. Just add the following plugin and use the custom Template Tag in your … Read more