• Resolved kimkhd

    (@kimkhd)


    I am using the child theme Family. I found the copyright footer in Hooks in the parent theme Omega. I tried to delete the space between 2014 and the . and then saved. Now my site has crashed/disappeared. What happened and how can I fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Where is the copyright footer?

    Hi kimkhd to fix it you will need to access the hooks file via an ftp client, connect to your site locate the hooks file which is in /wp-content/themes/omega/lib/hooks.php download it and edit it offline using the text editor of your choice and review the code this is what I used:

    /* If there is a child theme active, use [child-link] shortcode to the $footer_insert. */
    return ‘<p class=”copyright”>’ . __( ‘Copyright © [the-year] [site-link].’, ‘omega’ ) . ‘</p>’ . “\n\n”;
    }
    /**

    I unclude the comments to make it easier to find it. Once you modify it, upload again to your site I would recommend you to back up your current hooks file. Once uploaded refresh your browser and you should be good to go

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footer – Copyright in Family child theme’ is closed to new replies.