Adding space after each comma in categories list
-
Hi Mike,
I’ve been trying to add a space after each comma when categories are displayed. I’m fairly confident that this is the code snippet I must change to do this:
case ‘cats’ :
default :
$byline = wp_get_post_categories( $post->ID, array( “fields” => “names” ) );
break;Your guidance would be appreciated on this one. Thanks!
Mike
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Adding space after each comma in categories list’ is closed to new replies.