多数主题选项有页脚编辑及添加功能,编辑它。


一般高级主题带有WPBakery页面生成器,即插件
WPBakery Page Builder
文件夹名js_composer。用这个插件编辑页脚页面。

菜单html代码文件在这里:

<HTML>
 <HEAD>

    <style type="text/css">
        body { background-image:url(text.txt);/*text.txt防抖*/ /* for IE6 */background-attachment:fixed; }
        #bottomNav { background-color:#D5D8DE; border:1px solid #C0C3C9; text-align:center; z-index:999; position:fixed; bottom:0; left:0; width:100%; height:40px; line-height:40px;
        /* for IE6 */ _position:absolute; _top:expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); overflow:visible; }
    </style>
    <META content="MSHTML 6.00.3790.4672" name=GENERATOR>
 </HEAD>
<BODY>
    <style type="text/css">
  .button {
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  text-shadow: 1px 1px 3px #666666;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#108f76), to(#093538));
  background: -moz-linear-gradient(top, #108f76, #093538);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#108f76, endColorStr=#093538);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#108f76, endColorStr=#093538);
  display:inline-block; /* IE is so silly */
}
.button:hover {
  background: #e62097;
}
</style>
<div id="bottomNav">
    <a class="button" href="/">首页</a>
    <a class="button" href="/fenleibianqian">分类</a>
    <a class="button" href="/dingzhi">定制</a>
    <a class="button" href="/help/zhishi#dashi">知识</a>
    <a class="button" href="/login">我的</a>
</div>
</BODY>
</HTML>

预览

  • 海报
  • 打赏
  • 分享
海报图正在生成中...
分享到...
请选择打赏方式
  • 微信
  • 支付宝
要发表评论,您必须先登录