标题:请问怎么删除下面页脚的一行模板自带广告?这是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



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-487297-1-1.html




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

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