Adding code to functions.php
-
Hi folks,
Total newbie who appears to have made a fatal arror.I tried to add theh following to the functions php so I could do submenus:
“How can I enable the use of Hidden Custom Fields?
I am currently working on settings page where you can enable this feature. In the meanwhile you can enable this by adding this piece of code to your theme’s functions.php:
<?php
add_filter(‘cpac_use_hidden_custom_fields’, ‘__return_true’); // enables the use hidden custom fields
?>”Well, now I can’t get into the site at all – just gives me blank screens.
HELP!!!!!!
The topic ‘Adding code to functions.php’ is closed to new replies.