您需要{TagsAsClasses}在主题中使用.
例如,您需要为您的主题编写类似的内容:
<div id="{PostID}" class="post {PostType} {TagsAsClasses}">
<!-- ... -->
</div>
Run Code Online (Sandbox Code Playgroud)
如果您的帖子是照片帖并且标签为Croissant and Chocolate,那么您的HTML将成为:
<div id="post-26107509778" class="post photo Croissant Chocolate">
<!-- ... -->
</div>
Run Code Online (Sandbox Code Playgroud)
然后你可以设置.Croissant或.Chocolate类的样式:
.Croissant {
/* add your styles here */
}
.Chocolate {
/* add your styles here */
}
Run Code Online (Sandbox Code Playgroud)
更多信息请访问http://www.tumblr.com/docs/en/custom_themes
| 归档时间: |
|
| 查看次数: |
2863 次 |
| 最近记录: |