Dash converting problem
-
Ellow,
Problem with dash converting. I have search through Forum, find some solution but all for old version off WP.
I add in editor this:
http://s21.postimg.org/i3moz0l8z/image.jpgFrontpage i get:
http://s2.postimg.org/sx0oqnj3p/image.jpgI have add code: (in template functions.php)
add_filter( 'the_content' , 'mh_double_dash' , 99 ); function mh_double_dash( $text ) { return str_replace( '–', '--', $text ); }My site is for guitar tablatures. Most of plugins are (sadly) outdated.
Help would be nice,
Best regards, Stanly
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Dash converting problem’ is closed to new replies.