• Skip to main content

Julian Thomas Screawn

B.A. ,B.ED. ,M.ED.

  • Home
  • About
  • Websites
  • Resources
  • Coding
  • Contact

Remove dashes from all titles in WordPress Search

2025/05/05

function remove_dashes($text) {
if (is_search() && !is_admin()) {

 $text=str_replace("-"," ",$text);

}
return $text;

}

add_filter('the_title', 'remove_dashes');

Filed Under: Wordpress

Copyright © 2025 · Servicing Moncton, Dieppe, Riverview and beyond! · Moncton Meditation · Moncton English Tutor