主页属性
wo.site.htmlhead
:网页头部 HTMLwo.site.intro
:网站介绍wo.site.creation.timestamp
:网站创建时间的时间戳(10 位){wo.site.prevnext}
:翻页组件{wo.site.homelink}
:超链接,回到主页{wo.site.categories}
:类别列表{wo.site.entries}
:文章列表,列表项模板可定义{wo.site.searchform}
:搜索框表单
文章列表属性
{wo.entry.title}
:文章标题{wo.entry.url}
:文章 URL(绝对路径){wo.entry.creation.datestr.ymdhis}
文章发布时间,示例:2023-01-12 08:40:39 -0500
{wo.entry.creation.datestr.ymd}
文章发布日期,示例:2023-01-12
{wo.entry.text:N}
文章中的第 N 个块内容的 HTML,N 从 1 开始,下图表示一个块:
{wo.entry.text.all}
:文章中所有内容的 HTML{wo.entry.fileurl:filename.ext}
:文件filename.ext
的绝对 URL{wo.entry.iconurl}
:文章中第一个文件的缩略图(该属性貌似没用){wo.file.ext}
:文件拓展名(该属性貌似没用){wo.entry.creation.timestamp}
:文章发布时间戳(10 位){wo.file.ext.htmlspan}
:被括号包裹的文件拓展名(该属性貌似没用)
文章属性
{wo.entry.main}
:文章内容{wo.entry.title}
:文章标题{wo.entry.creation.timestamp}
:文章发布时间戳(10 位){wo.entry.creation.datestr}
文章发布时间,示例:2023-01-12 09:08:22 -0500
{wo.entry.prevnext}
:翻页组件{wo.entry.comments}
:评论区组件{wo.site.backtohome}
:超链接,显示 Back to home{wo.category.name}
:所属类别名称{wo.category.url}
:所属类别的相对路径,如 /cat/2535216
管理面板导航
我的磨快速清空默认模板
将主页模板设置为如下内容即可:
<style>
.apee-wodemo-main~* {
display: none !important;
}
</style>
<div class="apee-wodemo-main">
你的网页内容
</div>