首页板块美化,后台设置显示。让用户更明确了解信息权限。

代码教程
找到网站/wp-content/themes/b2/Modules/Settings/post.php搜索代码第37行左右
public function post_settings(){
修改为
public function post_settings(){
//修改的
$post_meta = new_cmb2_box(array(
'id' => 'dingzhi_qinghess',
'title' => __( '青禾博客定制', 'b2' ),
'object_types' =>array('post','document','page'),
'context' => 'normal',
'priority' => 'high',
'show_names' => true,
));
$post_meta->add_field(array(
'name' => __( '文章二级标题显示内容【选其中一个】', 'b2' ),
'desc' => __( '文章列表标题二级,突出显示下载信息。本功能由青禾博客独有!!', 'b2' ),
'id'=>'rtyu22',
'type' => 'select',
'options' => array(
0 => __( '无选择', 'b2' ),
1 => __( '积分下载', 'b2' ),
2 => __( '登录可见', 'b2' ),
3 => __( '限时免费', 'b2' ),
4 => __( '付费下载', 'b2' ),
5 => __( '评论下载', 'b2' )
),
'default' => 0,
));
$post_meta->add_field(array(
'name' => __( '积分下载所需积分数【请启用下载权限TIPS选项】', 'b2' ),
'desc' => __( '在此处请填写你的积分数额【推荐整数值】', 'b2' ),
'id'=>'wen_jifens',
'type' => 'text',
'default' => '10'
));
$post_meta->add_field(array(
'name' => __( '付费下载所需金额【请启用下载权限TIPS选项】', 'b2' ),
'desc' => __( '在此处请填写你的付费下载金额【不建议类似1.35555****这种格式】,若此处填写且不为空,则积分下载则失效,即启用付费下载', 'b2' ),
'id'=>'wen_jineus',
'type' => 'text',
'default' => ''
));
//修改的
第二步网站/wp-content/themes/b2/Modules/Templates/Modules/post.php第152行下面


支付见详细代码
第三步添加主题style.css
.fengba {
position: absolute;
border-radius: 15px 0 0 15px;
bottom: 0;
right: 0;
z-index: 25;
font-size: 12px;
color: #ffffff;
line-height: 20px;
padding: 2px 1px 2px 1px;
width: 35px;
background: #3384fe;
box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
text-shadow: none;
width: 6em;
text-align: left;
}
svg.xi-icos {
width: 14px;
height: 14px;
fill: #ffffff;
margin: 0 5px -2px 10px;
}
第四步在B2主题herder.php最后添加
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_3620021_34883olljcj.css" rel="external nofollow" type="text/css" media="all">
<script src="//at.alicdn.com/t/c/font_3620021_34883olljcj.js"></script>
文章标题:7b2主题美化首页板块提示用户下载信息。
文章链接:https://www.xtuku.com/12587.html
更新时间:2022年10月28日
声明:本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:590173@qq.com我们将第一时间处理! 资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持。 所有资源仅限于参考和学习,版权归原作者所有,更多请阅读新图酷网网络免责服务协议。