Problem
-
How to get rid off widget box title from php script where is title!?
i will write fast example to understand main idea not my sintaksis errors
Widget box title = BOX (requred – without this people will not understand what is this)
Now the php code what i put inside the php widget box:
<?php
$title = “bla bla blaa”;
print $title;
?>and now result:
BOX bla bla blaa
how to make that the box title dont mess up with my php code inside the box!?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Problem’ is closed to new replies.