BuddyBoss Home – Web Support Forums Themes BuddyBoss theme How to change text in footer (child)

Tagged: ,

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

    #32902
    @denis

    Hi, I changed text in footer in this footer.php file:

    <p class="footer-credits <?php if ( !has_nav_menu( 'secondary-menu' ) ) : ?>footer-credits-single<?php endif; ?>">
                        <?php _e( "Copyright &copy;", 'buddyboss' ); ?> <?php echo date('Y'); ?> <?php bloginfo('name'); ?> <?php _e( '&nbsp;&middot;&nbsp; Designed by <a href="https://www.buddyboss.com/" target="_blank" title="responsive BuddyPress theme">BuddyBoss</a>', 'buddyboss' ); ?>
                    </p>

    But when the theme got updated it deletes it obviously, there is no file like this in Child theme, how do I make footer forever?

    Answers

    #32904
    @style960

    @denis Download a copy of footer.php, edit as needed, and upload into your child theme. You may need to create the correct folder structure in your child theme for other files, but footer.php can be uploaded directly into there. Your changes will remain after theme updates.

    #32907
    @denis

    Thanks, worked great:)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘How to change text in footer (child)’ is closed to new replies.