I posted this in the actual Wordpress support forums, but no one seems to answer. So here's my second try: 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 to. 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.
Try "?><?php AdServe('zone'); ?><?php" Probably you are pasting your code right inside another opened PHP Tag!