i'm trying to include a wb news page into another page.
I've tried this in three ways;
1. putting <?PHP require (WB_PATH."/pages/news.php");?> in the template (before the load_content function
and doing the same thing without the <?PHP and ?> handles (I do reed tutorials and search the forum

),
2. editing the normal page, pressing the <CODE> button and past it there (both the whole code and the one without start and end declaration)
3. created a code page, and tried both the options as descr. above.
Result: 1. Either no content at all (not even the content of normal page, with the PHP handles, or a exact display of my code instead of a result. 2. Exactly the same. 3. Jups, you've guessed it.
What am I doing wrong?
thanks.