Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi tecdiver7

    Please change your child themes footer.php

    Add </div>

    source of footer.php

    if ( !defined( 'ABSPATH' ) ) {
        exit;
    }
    global $raindrops_current_theme_name, $raindrops_current_data_theme_uri, $template, $raindrops_accessibility_link;
    do_action( 'raindrops_pre_part_' . basename( __FILE__, '.php' ) . '_' . basename( $template ) );
    ?>
    </div>
    <<?php raindrops_doctype_elements( 'div', 'footer' ); ?> id="ft" class="clear" <?php raindrops_doctype_elements( '', 'role="contentinfo"' ); ?>>

    Thank you.

    Thread Starter tecdiver7

    (@tecdiver7)

    Nobita,

    Works great. Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Updated now Copyright under page title’ is closed to new replies.