zoukankan      html  css  js  c++  java
  • 移除Strorefront站点footer上的Storefront Design By WooThemes字样

    进入wp-content hemesstorefrontincstructurefooter.php, 注释掉代码:

    if ( ! function_exists( 'storefront_credit' ) ) {
        /**
         * Display the theme credit
         * @since  1.0.0
         * @return void
         */
        function storefront_credit() {
            ?>
            <div class="site-info">
                <?php echo esc_html( apply_filters( 'storefront_copyright_text', $content = '&copy; ' . get_bloginfo( 'name' ) . ' ' . date( 'Y' ) ) ); ?>
                <?php if ( apply_filters( 'storefront_credit_link', true ) ) { ?>
                <!-- <br /> <?php printf( __( '%1$s designed by %2$s.', 'storefront' ), 'Storefront', '<a href="http://www.woothemes.com" alt="Premium WordPress Themes & Plugins by WooThemes" title="Premium WordPress Themes & Plugins by WooThemes" rel="designer">WooThemes</a>' ); ?>
                <?php } ?> 
                -->
            </div><!-- .site-info -->
            <?php
        }
    }
  • 相关阅读:
    drf认证组件
    播放音频
    推荐
    makefile编写
    qt文件操作mv
    qt文件http网络下载
    为qt在window上用源代码编译库 (部分转载)
    qt线程池(转)
    crc校验
    树莓派网络配置查询
  • 原文地址:https://www.cnblogs.com/haibinyuan/p/4586127.html
Copyright © 2011-2022 走看看