Hi guys,
Got the fix for this. although no one has answered, we found a way to do it.
You can use in_the_loop() to check wether the shortcode was called in the post.
I just thought that somebody might need it someday.
Hi im using this code to call tinymce
wp_tiny_mce( true ,
array(
“editor_selector” => “textarea”,
“height” => 300,
“width” => 300
//add other filters here
)
);
it calls the editor but im having problem with the anchor tag prior to wp 3.1
you can give it a try to see if it works for you.
have a nice day