Website not working
-
Hi,
I downloaded some code and inserted into my wordpress.com theme .php. Now I can’t access my site. The code was supposed to allow me to write pages with summary only and (…more)
However when I inserted the code I must have misplaced it in the php and voila I can’t access my site. Here is the message I receive when attempting to log in:Parse error: syntax error, unexpected T_FUNCTION in /home/content/94/8738594/html/wp-content/themes/associate/functions.php on line 82Here is the code I inserted into theme:add_action( ‘init’, ‘my_add_excerpts_to_pages’ );
function my_add_excerpts_to_pages() {
add_post_type_support( ‘page’, ‘excerpt’ );
}Thanks if anyone can tell me how to access my wp-admin and delete this code.
AB. My website is: https://www.thewritingbutler.com
- The topic ‘Website not working’ is closed to new replies.