• I can’t seem to edit the bottom “copyright” footer to make it my own. It’s so frustrating. an anybody help me with that, am I missing something or am I just a Noob lol, is the code hidden somewhere?

Viewing 8 replies - 16 through 23 (of 23 total)
  • I have that code as well… although when I modify that section as to remove the credit tag, I see no change take place. Is there a php function somewhere else that is overriding the code in that line (line 179+)? Or am I just not understanding php correctly?

    Any help would be much appreciated! Thanks!

    In hooks.php
    Change

    function omega_default_footer_insert( $settings ) {

    /* 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” . ‘<p class=”credit”>’ . __( ‘Theme by [author-uri].’, ‘omega’ ) . ‘</p>’;

    to

    function omega_default_footer_insert( $settings ) {

    /* 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>’;

    With child themes you place the amended files in the child theme directory so that they don’t get overwritten with updates.

    Where can you place a copy of the amended hooks.php so that it still works but doesn’t get overwritten by an update

    any ideas?

    Thats the solution thank you sbweb77!!!

    thanks sweb77 that’s work ??

    My webhost engineers have advised that the issue appears to be my .htaccess file – it has additional rewrite rules in it, possibly from another WP plugin, that are incorrect

    They have commented them out so only the default WP rules are in the file.

    The logs currently show the following:

    PHP Parse error: syntax error, unexpected $end in /mnt/website/standard/l/i/lisasweddingworld.com/web/wp-content/themes/omega/lib/hooks.php on line 405

    Can someone please help? I cannot log in to my site at all?

    aarif123

    (@aarif123)

    Hi all,

    I need to edit my content of footer. My content of footer is available at widget_text file. If i do any changes in widget_text file my whole footer gets disappears, what is the solution for that. i am new to this website environment. So, please help me to sort out.

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Edit copyright Footer’ is closed to new replies.