Home Forums WoodMart support forum How to permanantly change theme functions.php

How to permanantly change theme functions.php

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #77367

    addy
    Participant

    Hello,

    I found in some community that I could disable the top admin bar over website pages by adding the following code -add_filter(‘show_admin_bar’, ‘__return_false’);

    How can I make that change remain as it is when I update my theme?

    #77368

    addy
    Participant

    The above code is added to themes/woodmart/inc/functions.php

    #77381

    Hello,

    You need to add the code to the functions.php of the child theme.

    Best Regards

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to permanantly change theme functions.php’ is closed to new replies.