7b2首页文章标题美化

首先找到b2主题或者子主题下面的/themes/b2child/Modules/Templates/Modules/posts.php搜索代码modules-title-box然后对应下面的代码添加
// $desc = in_array('desc',$post_meta);
$randomNumber = rand(1, 7);
//$desc = in_array('desc',$post_meta);
$html .= '<div class="modules-title-box" id="biaotibg'.$randomNumber.'">';

其次/b2child/Modules/Templates/Modules/Products.php搜索代码modules-title-box然后对应下面的代码添加
$randomNumber = rand(1, 7); $html .= '<div class="shop-box-title"><div class="modules-title-box" id="biaotibg'.$randomNumber.'">';

第三步找到b2主题或者子主题下面的/Modules/Templates/Header.php的 <style>与.header-banner{之间添加下面代码
#biaotibg1 {
height: 39px;
background: url(https://www.ysu2.com/img/goods-title.png) no-repeat;
background-position: 0 0;
position: relative;
margin-left: -10px;
margin-right: 20px;
}
#biaotibg2 {
height: 39px;
background: url(https://www.ysu2.com/img/goods-title.png) no-repeat;
background-position: 0 -55px;
position: relative;
margin-left: -10px;
margin-right: 20px;
}
#biaotibg3 {
height: 39px;
background: url(https://www.ysu2.com/img/goods-title.png) no-repeat;
background-position: 0 -385px;
position: relative;
margin-left: -10px;
margin-right: 20px;
}
#biaotibg4 {
height: 39px;
background: url(https://www.ysu2.com/img/goods-title.png) no-repeat;
background-position: 0 -165px;
position: relative;
margin-left: -10px;
margin-right: 20px;
}
#biaotibg5 {
height: 39px;
background: url(https://www.ysu2.com/img/goods-title.png) no-repeat;
background-position: 0 -220px;
position: relative;
margin-left: -10px;
margin-right: 20px;
}
#biaotibg6 {
height: 39px;
background: url(https://www.ysu2.com/img/goods-title.png) no-repeat;
background-position: 0 -275px;
position: relative;
margin-left: -10px;
margin-right: 20px;
}
#biaotibg7 {
height: 39px;
background: url(https://www.ysu2.com/img/goods-title.png) no-repeat;
background-position: 0 -330px;
position: relative;
margin-left: -10px;
margin-right: 20px;
}
.modules-title-box .module-title {
padding-left: 45px;
padding-top: 8px;
}
最后一步
在子主题下functions.php加载刚刚修改的这些文件,如果子主题没有这三个文件,对应 从b2里面复制到子主题下面
require_once get_theme_file_path('/Modules/Templates/Header.php');
require_once get_stylesheet_directory() . '/Modules/Templates/Modules/Posts.php';
require_once get_stylesheet_directory() . '/Modules/Templates/Modules/Products.php';





十年前,你爱我,我逃避不见,十年后,我爱你,你不在身边.