• Hello,

    I need to remove theme credits from the footer and in the footer.php file, the code is as follows:

    			<?php }
                
                do_action( 'the_minimal_footer' ); //footer credits
                
                ?>

    Where can I find and how to edit ‘the_minimal_footer’? Can anyone help, please.

    • This topic was modified 8 years, 2 months ago by arunnathmeh.
    • This topic was modified 8 years, 2 months ago by arunnathmeh.
Viewing 1 replies (of 1 total)
  • Hi,

    It is in folder – partials – footer-credit.php

    If you delete everything from line 21 down, then you are ok and still can set up your own text from customizer.
    Recommend to use a child theme, that you don’t lose changes after next update.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove theme footer credits (the code is not in footer.php file)?’ is closed to new replies.