Tagged Questions
0
votes
2answers
159 views
add_theme_support( 'admin-bar' ) causes fatal error
I am trying to learn more on Theme Development so I've created my own and everything worked fine except when I added functions.php and tried to update it with something simple as:
<?php
...