How can i remove footer which "Powered by WordPress and HeatMap AdAptive Theme"

  • Unknown's avatar

    Hello,
    how can i remove footer which shows “Powered by WordPress and HeatMap AdAptive Theme”

    Actually, I am new in wordpress and i even don’t know how to change it with codes.

    This is the HeatMap AdAptive: Footer (footer.php)

    <?php
    /*
    This file is part of HeatMap Theme AdAptive
    See license.txt (distributed with this file) for details of
    license, contributors, copyright notices, credits and trademarks.
    */

    // MAIN BOTTOM HOOK
    //add_action(‘heatmapthemead_main_bottom_hook’, ‘nothing hooked yet!’);

    // FOOTER HOOK
    add_action(‘heatmapthemead_footer_hook’, ‘heatmapthemead_footer_menu’);
    add_action(‘heatmapthemead_footer_hook’, ‘heatmapthemead_credits’);

    // END BODY HOOK
    add_action(‘heatmapthemead_end_body_hook’, ‘heatmapthemead_end_body_setup’);
    ?>

    Can you please tell me how can i replace it with
    “Copyright © 2015 my website name”

  • Unknown's avatar

    (email visible only to moderators and staff)

  • The topic ‘How can i remove footer which "Powered by WordPress and HeatMap AdAptive Theme"’ is closed to new replies.