Moved a Wordpress site from mediatemple to bluehost. Now one of the options panel link doesn't work.
Live site... fine... http://outcomesinc.com/ click on the Contact Us at bottom of left menu.
New site (will be put online once this is fixed)... http://www.boise-spectrum.com/outcomesinc/
This is prt screen of options panel...
This is php code of erroneous panel line...
array( "name" => "Contact Us ",
"desc" => "Enter Your Contact Us link",
"id" => $shortname."_calllink",
"type" => "text",
"std" => ""),
Need it to call up contact us page. Tried ALL variables in link, so can I change PHP code to get it to link to the one page?

