Hi,
I am new in word press.
I have created widget from admin side and i want to execute following php
code from widget
<?php
echo"hello";
?>Hi,
I am new in word press.
I have created widget from admin side and i want to execute following php
code from widget
<?php
echo"hello";
?>Hi,
I have downloaded php code plugin
when i create new widget and use code
<?
echo"hello";
?>
it is giving following message
echo "hello";
?>Consider downloading and installing Otto's PHP Code Widget.
It has to start with <?php, not <?. Short forms are not supported.
You must log in to post.