มันแก้อะไรใน functions.php ไม่ได้เลยครับ
แก้แล้วมัน
Parse error: syntax error, unexpected ')' in /home/xxxxxxx/xxxxxxxx/xxxxxxxx.in.th/public_html/wp-content/themes/radial/functions.php on line 334 
ลองก๊อปปี้ช่วงบรรทัด 334 มาให้ดูหน่อยคับ เผื่อจะช่วยๆ กันดูได้ครับ

function addlightboxrel_replace ($content)
{ global $post;
$pattern = "/<a(.*?)href=('|\")(.*?).(bmp|gif|jpeg|jpg|png)('|\")(.*?)>/i"; <--- line 334
$replacement = '<a$1href=$2$3.$4$5 rel="lightbox[%LIGHTID%]"$6>';
$content = preg_replace($pattern, $replacement, $content);
$content = str_replace("%LIGHTID%", $post->ID, $content);
return $content;
ดูแล้วมันไม่น่าเกี่ยวกับส่วนที่ผมแก้เลยครับ
