It worked great on the comment form but I can't get it added to my quicktags for posting. The readme says
add the call in wp-admin/quicktags.php. Add this at the end of the file:
\<?php wp_grins(); ?>\
but when I do that, all my quicktags disappear. I'm sure I'm putting it in the wrong place. Could someone please give me more detailed instructions for exactly where to put that line?
jenniek
Member
Posted 8 years ago #
i also get the same thing happening, i'll tack myself on here instead of starting another thread :)
Are you using 1.2 ?
If you are, the line to add is what you have minus the slashes
<?php wp_grins(): ?>
The quicktags.php in 1.2 is only 2 lines long, so that code forms the third line.
There is no quicktags.php in 1.5
jenniek
Member
Posted 8 years ago #
thanks podz, mine just up and decided to work i'll blame me for not refreshing after uploading :o)