Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

wrong language, date in the site in english (but the site its in italian)

$
0
0

Replies: 0

i put that code in function.php,

function displayTodaysDate( $atts )
 
{
 
return date (get_option('date_format'));

}
 
add_shortcode( 'datetoday', 'displayTodaysDate');

i have in the setup of wordpress the good language but the result its in english, but i need in italian language…what’s the error?


Viewing all articles
Browse latest Browse all 59525

Trending Articles