PHP新手,並且在WordPress網站上更改了一些代碼,比第1行進一步更少。 使用Dreamweaver CC上傳。入門:解析錯誤:語法錯誤,意外的T_IF在...第1行
Parse error: syntax error, unexpected T_IF in /home/jodyrein/public_html/www.writersblogfinder.com/wp-content/themes/rockthebook/functions.php on line 1
at www.writersblogfinder.com
這裏是代碼的前幾行:
<?php
/**
* rockthebook functions and definitions
*
* @package rockthebook
*/
/**
* Set the content width based on the theme's design and stylesheet.
*/
if (! isset($content_width))
$content_width = 640; /* pixels */
嘗試在php標籤後點擊Enter。 – Mihai
謝謝,但沒有奏效。 – netalexpg
刪除所有評論。 – Mihai