I've uncommented the two needed lines in b2var.php, but textile still isn't working! Only parts of it works, bq. for instance doesn't work :(
I've uncommented the two needed lines in b2var.php, but textile still isn't working! Only parts of it works, bq. for instance doesn't work :(
You need to turn off the wpautop filter for the_content
//add_filter('the_content', 'wpautop');
That fixes it.
Mike
Thanks, that worked
This topic has been closed to new replies.