第一种就是是修改模板,不调用侧栏的标签<#template:sidebar#> ,但如果不调用的话,后台就管理不了侧栏了,这种方法不建议使用。
第二种就是我下面讲的方法了。
方法如下:
主题中默认每个页面调用的是 <#template:sidebar#>, 所以我们只需要在模板文件里default.html,catalog.html,page.html ,single.html 这四个文件里调用的侧栏标签(<#template:sidebar#> )弄成不一样的就行了。
比如说 首页default.html调用 <#template:sidebar#>, 分类页catalog.html调用 <#template:sidebar2#>,文章页 single.html 调用 <#template:sidebar3#>, 独立页调用 <#template:sidebar4#>就可以实现每个页面不一样的侧栏了。
<div id="sidebar"> <div class="sidebar"> <!--<#TEMPLATE_INCLUDE_SIDEBAR_DEFAULT#>--> <#template:sidebar#> </div> </div>
- 本文固定链接: http://ttfde.top/index.php/post/222.html
- 转载请注明: admin 于 TTF的家园 发表
《本文》有 0 条评论