DPS – Remove commas from category output

/**
 * Remove commas from category output 
 *
 */
function be_dps_remove_commas_from_category_output( $output ) {
  return str_replace( ',', '', $output );
}
add_filter( 'display_posts_shortcode_category_display', 'be_dps_remove_commas_from_category_output' );

See: https://wordpress.org/support/topic/remove-comma-from-post-category/

Bill Erickson

Bill Erickson is a freelance WordPress developer and a contributing developer to the Genesis framework. For the past 14 years he has worked with attorneys, publishers, corporations, and non-profits, building custom websites tailored to their needs and goals.

Ready to upgrade your website?

I build custom WordPress websites that look great and are easy to manage.

Let's Talk