Custom date
-
Hi,
we love your plugin, but are trying to only show the full year “2015” on the timeline. After having looked through your notes, we found this code but need some guidance as to where to place this code, which php file?
——————————-
function custom_te_date_format( $date_format ) {
$date_format = “M d , Y”; // will print the date as Nov 19 , 2014
return $date_format;
}
add_filter( ‘timeline_express_custom_date_format’ , ‘custom_te_date_format’ , 10 );
——————————-Any help would be much appreciated, since we are not php developers, but designers.
Thanks,
Stephanie
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Custom date’ is closed to new replies.