Date Format
To change the displayed date format, please activate the boombox-child theme and add the following code to the functions.php file within the boombox-child theme: function boombox_child_edit_date_format() { return ‘native’; } add_filter( ‘boombox/post_date_render_format’, ‘boombox_child_edit_date_format’ ); Afterward, you’ll need to go to Admin => Settings => General and choose your preferred Date and Time format.