B2 Pro主题页脚添加一个赞助商logo显示

为了能免费使用又拍云的对象储存必须在网站页脚挂上他家的一个链接,但是B2 Pro需要修改源文件才行

B2 Pro主题页脚添加一个赞助商logo显示
后台效果
B2 Pro主题页脚添加一个赞助商logo显示
前台效果

添加方法:

1、找到父主题文件(模板设置文件)wp-content/themes/b2/Modules/Settings/Template.php搜索【公安备案号】在其后添加


        $footer->add_field(array(
            'name'    => __( '其他', 'b2' ),
            'id'=>'footer_upother',
            'type'             => 'file',
            'options' => array(
                'url' => true, 
            ),
            'default'          => self::$default_settings['footer_upother'],
        ));

        $footer->add_field(array(
            'name'    => __( '链接地址', 'b2' ),
            'id'=>'upother_url',
            'type'             => 'text',
            'default'          => b2_get_option('template_footer','upother_url'),
        ));

2、找到子主题文件(页脚文件)wp-content\themes\b2child\footer.php搜索【$beian = b2_get_option(‘template_footer’,’footer_beian’);】在其后添加


$upother = b2_get_option('template_footer','footer_upother');

3、找到子主题文件(页脚文件)wp-content\themes\b2child\footer.php搜索【<?php if($gongan)】在其后添加


<?php if($upother){
	echo '<span class="b2-dot">・</span><a class="b2-upother" rel="nofollow" target="__blank" href="'.b2_get_option('template_footer','upother_url').'"><img src="'.b2_get_option('template_footer','footer_upother').'"></a>';
}?>

© 版权声明

给TA赞助
共{{data.count}}人
人已赞助
WP主题

MG-B2-Child深度集成b2-delaccount插件

2021-10-7 6:18:29

WP主题

B2 Pro子主题MG-B2功能更新

2021-11-13 3:23:43

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索
文章目录

『权戈网络』欢迎您!😊