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?