$topic->start('Hello guys');
$content = <<<END
I am going to make a wp-theme for PHP programmers, and I would like get more ideas for that, so this is a call for the PHP programmers to talk about their needs, that I hope to achieve them in A NICE LOOK !
Have a great day !
END;
$topic->content($content);
$topic->close("~ByE~");
$topic->add;