| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 2447 人关注过本帖
标题:请问怎么删除下面页脚的一行模板自带广告?这是footer.php
只看楼主 加入收藏
mcj321
Rank: 1
等 级:新手上路
帖 子:5
专家分:0
注 册:2018-5-21
收藏
 问题点数:0 回复次数:0 
请问怎么删除下面页脚的一行模板自带广告?这是footer.php
程序代码:
<?php
/**

 * The template for displaying the footer

 *

 * Contains the closing of the #content div and all content after.

 *

 * @link https://developer.*

 * @package cenote

 */

?>
        </div><!-- .tg-container -->
    </div><!-- #content -->

    <?php
    // Show related post if enabled.
    if ( true === get_theme_mod( 'cenote_single_enable_related_post', true ) && is_single() ) {
        get_template_part( 'template-parts/related/related', 'post' );
    }
    ?>
    <footer id="colophon" class="site-footer tg-site-footer <?php cenote_footer_class(); ?>">
        <div class="tg-footer-top">
            <div class="tg-container">
                <?php get_sidebar( 'footer' ); ?>
            </div>
        </div><!-- .tg-footer-top -->

        <div class="tg-footer-bottom">
            <div class="tg-container">
                <div class="tg-footer-bootom-container">
                    <div class="tg-footer-bottom-left">
                        <?php get_template_part( 'template-parts/footer/footer', 'info' ); ?>
                    </div><!-- .tg-footer-bottom-left -->
                    <div class="tg-footer-bottom-right">
                    </div><!-- .tg-footer-bottom-right-->
                </div><!-- .tg-footer-bootom-container-->
            </div>
        </div><!-- .tg-footer-bottom -->
    </footer><!-- #colophon -->

</div><!-- #page -->
<?php
do_action( 'cenote_after_footer' );
wp_footer();
?>

</body>
</html>

图片附件: 游客没有浏览图片的权限,请 登录注册
搜索更多相关主题的帖子: php The div -- class 
2018-05-26 12:32
快速回复:请问怎么删除下面页脚的一行模板自带广告?这是footer.php
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.015237 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved