[insert_php]
require “/home/orarija1/public_html/odj-ku/includes.php”;
$current_user = wp_get_current_user();
print “Halo ” . $current_user->user_firstname . ” ” . oslash($current_user->user_login) . “,
” .
“Selamat datang di ODJ-ku. Sila gunakan bilah menu untuk mengakses seluruh kemudahan yang ditawarkan ODJ-ku…”;
[/insert_php]