点击下方获取同款导航主题
1.修改使用免费的VIP看视频网址,修改地方如图所示
引用网址为
array(
'id' => 'group-a',
'name' => __('常用','i_theme'),
'default' => 'type-baidu',
'list' => array(
array(
'name' => __('百度','i_theme'),
'placeholder' => __('百度一下','i_theme'),
'id' => 'type-baidu',
'url' => 'https://www.baidu.com/s?wd=',
),
array(
'name' => '视频搜索',
'placeholder' => __('请输入视频名称','i_theme'),
'id' => 'type-google',
'url' => 'https://www.aixun.online/so.php?wd=',
),
array(
'name' => __('视频解析','i_theme'),
'placeholder' => __('请复制粘贴视频链接','i_theme'),
'id' => 'type-taobao',
'url' => 'https://www.aixun.online/?url=',
),
array(
'name' => '优惠搜索',
'placeholder' => __('请复制粘贴商品名称','i_theme'),
'id' => 'type-bing',
'url' => 'https://buy.aixunni.com/search/super.html?k=',
),
)
),

2.去掉新版的站内搜索,把如图所示的代码注释掉即可

3.修改导航首页底部标识,如图所示

4.添加导航首页聊天室,在底部自定义js代码处添加
<script src="//topurl.cn/chat.js" async="async" fold></script>
5.点击下方网址,手动获取网址的ico图标

6.在网站网址上方添加精品推荐,添加代码为
<iframe name="content_frame" marginwidth=10 marginheight=0 width=100% height=200 src="https://www.aixunni.com/9.8/" frameborder=0></iframe>
7.修改每日推荐和最近使用,网址块的宽度,不再是mini块
在网站后台找到wp-content/themes/onenav/css/style.min.css并在里面搜索col-xxl-10a,并找到
然后修改为
蓝色标记部分,点击保存即可