Parse error?
-
Hey everyone,
I’m trying to get this WordPress plugin called WP-Adserve to work. I call it by using the “<?php AdServe(‘zone’); ?>” code, but as soon as I apply that I get the following error:
Parse error: parse error, unexpected T_STRING, expecting ‘,’ or ‘;’ in /homepages/12/d205617820/htdocs/wp-content/themes/silhouette-3column/home.php on line 14
Line 14 is where the “<?php AdServe(‘zone’); ?>” is being applied.
I think the parse is happening because I already have something similar in my header.php called “<?php wpads(‘index’); ?>”. I don’t know if that’s messing up the other, just a guess.
Any help is appreciated.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Parse error?’ is closed to new replies.