Home › Forums › Back End › Define Variable Values in WordPress Post › Re: Define Variable Values in WordPress Post
July 12, 2011 at 10:15 pm
#83301
Member
I think i know what you are saying. You should try
if (isset($var)){
echo $var;
}
you could put an else statement in there, but theres not really a point.