Thanks Alex! great little gem.
What would it take to have this automate for every post?
Thanks Alex! great little gem.
What would it take to have this automate for every post?
Answer, edit the wp-unformated function wp_sandpaper to
function wp_sandpaper($text) {
global $post;
return $text;
}
This works but im not sure the cons
Almost every post of mine is has section of code so its unnecessary to save people have to find replace all the angle quote with regular quotes.
This topic has been closed to new replies.