Help ADD thêm Script cho Wordpress

ducnhien2411

Pre-verified
Joined
Aug 5, 2014
Messages
191
Reactions
37
MR
0.003
Facebook
Follow me on Facebook
Skype
Chat with me via Skype
Chào tất cả mọi người, Mình là một người không chuyên về code chỉ biết google và làm theo. Mình đang làm một website trên nền wordpress mà đến đây thì bó tay mong mọi người giúp đỡ.
Mình sử dụng theme có sẵn, mình muốn add thêm một Scrip, theo như mình google thì sẽ là add cái Scrip này vào theme biến nó thành một template rồi trên Wordpress admin mình chỉ cần tạo một new page sử dụng template này.
Các bước mình làm:
1. Upload Scrip lên thư mục theme của mình: /wp-content/themes/themename/
2. Đổi tên index.php trong Scrip thành abc.php rồi edit: Coppy-paste đoạn code sau lên đầu
<?php
/*
Template Name: abc
*/
?>
4. Move abc.php này ra /wp-content/themes/themename/
Sau các bước này mình lên wordpress- admin tạo một newpage thì có template 'abc'. Nhưng khi public thì lại lỗi thế này:

Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (T_END_HEREDOC) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) in/home/u766577606/public_html/wordpress/wp-content/themes/twentyfourteen/abc.php on line 826

Cám ơn các bạn đã đọc bài, mong các bạn giúp đỡ :((
 
Last edited:
Câu lỗi báo: thiếu close tag , ví dụ

mở đầu là { nhưng thiếu } khi kết thúc một thủ tục/funtion/vòng lặp...
 
Câu lỗi báo: thiếu close tag , ví dụ

mở đầu là { nhưng thiếu } khi kết thúc một thủ tục/funtion/vòng lặp...
Có phải do bước thêm code, nên lỗi như vậy không ạ.

Code:
<?php
/*
Template Name: abc
*/
?>
 
inbox yahoo mình xem cho
 

Announcements

Today's birthdays

Forum statistics

Threads
418,868
Messages
7,077,494
Members
170,926
Latest member
kokono

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom