Trying to Replace Space in the_title()
-
I have several pages with 2 name titles that I’d like to replace the space with a +, for example a page that echoes Joss Stone for <?php the_title(); ?> i’d like to echo Joss+Stone. I’ve tried <?php echo str_replace(” “, “+”, the_title())?> but this doesn’t work, any ideas?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Trying to Replace Space in the_title()’ is closed to new replies.