How to Use a Double Dash / Hyphen in WordPress
by admin on Feb.02, 2010, under Web Development, Wordpress
WordPress is converting two dashes, called double dash, (“–”) into a en dash (“–”) automatically. It’s possible to hack the formatting.php to prevent this, but this is much more easy:
Simply use the html code -- …this is the HTML escape sequence (twice) for a dash or hyphen or minus sign and creates two dashes (double dash) like intended.
Incoming search terms:
1 Comment for this entry
1 Trackback or Pingback for this entry
-
How to use double hyphen in wordpress « my net house
August 27th, 2011 on 4:26 pm[...] hyphen.you will get your double slash in blog post. for more information click on the link below http://stuff24.de/blog/how-to-use-double-dash-wordpress/ Share this:TwitterFacebookLike this:LikeBe the first to like this [...]
May 1st, 2011 on 9:19 pm
Thanks a bunch! This really helped me out!