Tagged: date article format
This topic contains 2 replies, has 2 voices, and was last updated by PhilMGT 1 year, 9 months ago.
Hi,
how can I change the format of the article date from janvier 3. 2017 to 3 janvier 2017 please?
Hi,
For a homepage shortcodes you need open Visual composer plugin:
js_composer\include\classes\shortcodes->home_blog_posts.php file
and find this code:
get_the_time(‘F j, Y’);
Change value F j, Y on j F, Y.
Perfect, it works fine, thank you!
You must be logged in to reply to this topic.