全民淘
优惠一起淘

响应式网站导航、微信分类导航,ZBLOG内核程序

响应式网站导航、微信分类导航,ZBLOG内核程序

安装说明也在里面,这个比较简单,zblog相信大家都知道 直接解压到根目录 访问安装就行,主题模版文件有个zba直接上传提交就可以 。

网上是用来卖的30块到80块不等, 确实也觉得做的很好看,搭建了一下 并且修改了一部分内容

高度调整了下,颜色什么的也调整了下。介绍文字 原本是微信号 ,改成了推荐理由 ,这个看需要改

样式文件都在这个目录:

/zb_users/theme/hnysweb/style/index.css

.container .main .fe .logo {
    height: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #3273dc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem
}

感觉不改成100px的高度很多网站的介绍写不完height: 40px;改成了100px
这些都是小改动 另外 就是底部的本站推荐

原来是没有加链接的 我加了一下。
/zb_users/theme/hnysweb/template/index_default.php

在这个文件

<div id="wechatSubscriptionItem">
<div class="item">
  <p class="title">{$post.Title}</p>
  <div class="logo"> 
   
   
  <img data-original="/zb_users/theme/{$theme}/style/images/allimg.jpg" class="loaded" src="{if $post->Metas->pic}
            {$post->Metas->pic}{else}{$host}zb_users/theme/{$theme}/style/images/noimg.jpg{/if}">
 
            </div>
  <div class="desc">
    <p>{if $post->Metas->Setwxh}推荐理由:{$post->Metas->Setwxh}{else}未填写{/if}</p>
  </div>
</div>
</div>
<div id="wechatSubscriptionItem">
<div class="item">
  <p class="title">{$post.Title}</p>
  <div class="logo"> 
   
  <a {if $article->Metas->Setwailian} target="_blank" href="{$article->Metas->Setwailian}"{/if}>
  <img data-original="/zb_users/theme/{$theme}/style/images/allimg.jpg" class="loaded" src="{if $post->Metas->pic}
            {$post->Metas->pic}{else}{$host}zb_users/theme/{$theme}/style/images/noimg.jpg{/if}">
</a>
            </div>
  <div class="desc">
    <p>{if $post->Metas->Setwxh}推荐理由:{$post->Metas->Setwxh}{else}未填写{/if}</p>
  </div>
</div>
</div>

还有就是 我建议大家可以额外加个 rel=nofflow
"rel=nofollow"  加在a标签,以前学seo的时候了解的,据说网站外链多了对网站不好,反正自己觉得有用就加吧。

 

 付费资源
  • 售价 : 10.00(元)
  • 会员价格 :
    终身会员 7.50
    年费会员 8.50
    季费会员 9.00
    月份会员 9.50
  • 资源信息 :

    1. 响应式网站导航、微信分类导航,zblog内核  *** 隐藏内容购买后可见 ***

    2. 响应式网站导航、微信分类导航,zblog内核  *** 隐藏内容购买后可见 ***

  • 此处内容需要购买后可见!立即购买


    自带图床调试中,如上传不显示可用下面插入图片 ![](图片地址)
     收藏 (0) 打赏

    您可以选择一种方式赞助本站

    支付宝扫一扫赞助

    微信钱包扫描赞助

    未经允许不得转载:全民淘 » 响应式网站导航、微信分类导航,ZBLOG内核程序
    分享到: 更多 (0)