修改文件内容,将ICP备案号写死,文件名:wordpress安装目录/wp-content/themes/anima/includes/core.php

function anima_master_footer() {
        $the_theme = wp_get_theme();
        do_action( 'cryout_footer_hook' );
        echo '<div id="footer-separator"></div>';
        echo '<div id="site-copyright">' . do_shortcode( wp_kses_post( cryout_get_option( 'anima_copyright' ) ) ) . '</div>';
        echo '<div style="display:block;float:right;clear: right;">ICP备案号:'.
                '<a target="_blank" href="https://beian.miit.gov.cn/" title="">';
        echo '豫ICP备16013025号-1' .'</a></div>';
}