Removing comma from ‘entry-date’ in Twenty-Sixteen theme
get_the_date and get_the_modified_date use the date_format option set on the Settings -> General screen. Changing your date format there should change the date formatting returned by these functions without having to change TwentySixteen. You can also use the filters of the same names to conditionally filter the dates depending on conditions. For example, show a … Read more