jackirenee 0 Report post Posted April 18, 2012 I attempted to make a change to function.php on the wordpress dashboard and now I get this message - "Parse error: syntax error, unexpected '<' in /home/jackirenee/dare2dream-dare2do.com/wp-content/themes/platformpro/functions.php on line 14" The function.php file reads - <?php /* THEME INITIALIZATION This file loads the core framework for Platform which handles everything. This theme copyright © 2008-2010 PageLines */ require_once(TEMPLATEPATH . "/includes/core.init.php"); what is missing/wrong? Share this post Link to post Share on other sites
Rob 547 Report post Posted April 18, 2012 Is that the whole file? First, you should be changing the functions.php located at /home/jackirenee/dare2dream-dare2do.com/wp-content/themes/platformbase/functions.php and should have PlatformBase activated, not PlatformPro. Core files (including functions.php) are included in the /platformpro/ folder. Child theme files, also including functions.php (editable), are included in the /platformbase/ folder. If you've corrupted the original functions.php in /platformpro/ just upload a clean copy. If you don't have one on your local computer, you may download PlatformPro (and PlatformBase) from your Launchpad account at http://www.pagelines.com. Simply login there and go to your Account. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites