Support Forum Forums WordPress Themes Wise Church Footer credit

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1139
    You must have valid license to access this content.
    #1140
    Probewise
    Keymaster

    Upload and install the child theme provided in the theme package (See Child Themes on WordPress codex). Then, add this code on functions.php:

    function wise_panel_fields_footer() {
    	return;
    }
    

    From: Frequently Asked Questions

    Note: Using a child theme is the safest way to modify WordPress theme’s CSS and functions without losing your modifications when you update the theme.

    #1141
    nlewis1969
    Participant

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Back to top