How can we adjust the date format from 15 July, 2015 to July 15, 2015 on the blog section for the The Fox Theme? I tried the Wordpress's setting for the dates, and it has no effect.
Honestly, that\'s what I was planning to do, HOWEVER, I rather not modify the theme, because you guys will have many more updates, and I do not want any future new update to overwrite the changes for the blog date.
Is there a way that you guys would introduce a new drop down in the theme option that would alternate different date format based on the localization, so that way we would be independent from touching the theme\'s core functions?
We also have other customers asking about the date, so our team is going to make change about the date so the user will be able to set the date settings from wordpress dashboard.
How can we adjust the date format from 15 July, 2015 to July 15, 2015 on the blog section for the The Fox Theme? I tried the Wordpress's setting for the dates, and it has no effect.
Hello,
You need to modify the rd_blog.php file, then search for
the_time(\'j F, Y\')
and replace to
the_time(\'F j, Y\')
If you are not using the blog module to create the blog page then edit the index.php
Do not hesitate to contact us if you have other questions.
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme
Hello there!
Honestly, that\'s what I was planning to do, HOWEVER, I rather not modify the theme, because you guys will have many more updates, and I do not want any future new update to overwrite the changes for the blog date.
Is there a way that you guys would introduce a new drop down in the theme option that would alternate different date format based on the localization, so that way we would be independent from touching the theme\'s core functions?
What do you think?
Best regards,
The Wyfenbok Team
Hello,
We also have other customers asking about the date, so our team is going to make change about the date so the user will be able to set the date settings from wordpress dashboard.
Thanks for your feedback!
Regards
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme