hello people im using an free wordpress plugin called WP Greetbox.
and in the area that I write my own greeting message I tried to execute some php
[PHP]<?php
$test = ‘test’;
echo $test;
?>[/PHP]
but it dosent work???
when I check the source of the page after I see
[PHP][/PHP]
Can someone help please