Tagged Questions
0
votes
1answer
342 views
My custom fields aren't getting translated [closed]
I've been using a class to build custom fields in my WP themes, it basically allows me to create custom text, radio, dropdown fields, etc and it's working fine. However I created a text custom field ...
0
votes
1answer
291 views
Localized Date Format for Custom Field
I'm using a custom field, formatted with "dd-mm-yyyy". I would like to use it with the Date Format defined in the Dashboard settings.
It seems alright in English with
get_option('date_format');
Or ...