$month = get_the_time('F '); $day = get_the_time('j')+1; $abbr = get_the_time('S,'); $year = get_the_time(' Y'); echo $month.$day.$abbr.$year;