Support Forum Forums WordPress Themes Wise Church Footer Text

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

    Use a 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;
    }
    
    #1121
    AYODEJI
    Participant

    Sorry but i have already gone far with my development using the main theme.

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