Parse error: syntax error, unexpected ‘}’ in /home/djingcom/domains/d-jing.com/public_html/wp-content/plugins/wp-php-widget/wp-php-widget.php(52) : eval()’d code on line 18
I have got above error when I’m activated graphene child theme.
It’s possible to have function.php in child theme?
and if it’s possible, in function.php what code it should contain. Like in style.css it have some of header code, how about function.php is should have some of header code or just put the function code that I want?
Yes, you can have a functions file in your child theme. It should be named functions.php.
You don’t need any information in it except for the opening and closing php tags. You can add any custom functions into the file, and they will be added to your themes functions.
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.