Forum Replies Created

Viewing 1 replies (of 1 total)
  • 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>’;

Viewing 1 replies (of 1 total)