Please help 
This is the code of autopost thumbnail that automatically generate thumbnail from <img scr=""> tag.
since I'm going to use bbcode for my wordpress site(using bbpress bbcode), how can I automatically make a thumbnail from
tag?
TIA [wjlove]
This is the code of autopost thumbnail that automatically generate thumbnail from <img scr=""> tag.
Code:
// Get all images from post's body
preg_match_all('/<\s*img [^\>]*src\s*=\s*[\""\']?([^\""\'>]*)/i', $post[0]->post_content, $matches);
since I'm going to use bbcode for my wordpress site(using bbpress bbcode), how can I automatically make a thumbnail from
TIA [wjlove]