WP admin bar only on some pages

First of all i would like to thank you for trying to help me!!

i found out what was causing it: it was an error on the functions.php:

it was missing:

require get_template_directory() . '/inc/template-tags.php';

i have added it back to the functions.php and now everything seems to be working fine.

Thank you!

=)

Leave a Comment