[Help Need] For WP-Forum Plugin
-
Im sure theres a way to use the built in formatting plugins of WordPress, i need to parse my forum posts content thru the same things the comments use? I assume its some form of hook/action? but i have no idea what!
Im currently just being a mess and using
$post = $thread->post ;
$post = wp_specialchars($post);
$post = clean_pre($post);
$post = wpautop($post);
$post = wptexturize($post);
$post = convert_smilies($post);But this is not what i wish to use! plus the wp_specialchars blocks all HTML
Can anyone point me in the right direction?!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
The topic ‘[Help Need] For WP-Forum Plugin’ is closed to new replies.