• Resolved mrblues

    (@mrblues-1)


    Hi, thank you for great theme and new update!

    Is it still possible to remove credit on footer function tinyframework_display_credits() by editing functions.php with tinyframework_remove_parent_theme_credits(). I tried it and whole site went down.

    cheers!

    mrblues

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can use a Child Theme, make a copy of the footer.php file and place it inside your child theme folder.

    You can now edit this child theme footer.php file and remove the part which displays the footer credits (line 66):

    <?php do_action( 'tinyframework_credits' ); // Tip87 - custom action hook, see functions.php ?>

    Hope this helps.

    Thread Starter mrblues

    (@mrblues-1)

    thank you, it works!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘credits on footer’ is closed to new replies.