I’m using
echo get_the_term_list( $post->ID, 'trpropcity', '', ' ', '' );
to show a taxonomy link, I’d like to make this instance of it only have the first letter capitalized, Cleveland not CLEVELAND, I realize I could just change the taxonomy, but I actually want it all caps everywhere else on the site, so I figured it would be best to just change it once. I’ve been playing with ucwords and strtolower but haven’t had any success yet.
Build the links yourself:
As an alternative way – you can just use CSS styling for taxonomy links, might work too.
More of a php question but i use ucfirst