Open Source Scripts > Help with WordPress

php acting weird in wordpress plugin

(1/1)

bondigor69:
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 Code: ---<?php 
$test = 'test';
echo $test;
?>
--- End code ---


but it dosent work???
when I check the source of the page after I see

--- PHP Code: ---<!--?php 
$test = 'test';
echo $test;
?-->
--- End code ---


Can someone help please

sajan:
Might be they do not allow customization.

Navigation

[0] Message Index

Go to full version