スニペット
新着情報自動取得
Dittoスニペット
[[Ditto?startID='新着情報ファルダのID' &orderBy='pub_date DESC' &display='20' &tpl=`index_news_item` ]]
//Dittoスニペット 複数のファルダから取得(カテゴリ別けと同じ)
[[Ditto?startID='28,29,30,31,32' &orderBy='pub_date DESC' &display='20' &tpl=`index_news_item` ]]
表示テンプレート用のチャンク例
<div class="news_item">
<div class="news_cate">
<span class="news_cate_icon [[the_page_alias &id=[+parent+]]]_bg">[[the_page_title &id=[+parent+]]]</span>
</div>
<div class="news_date">
<time>[+pub_date:ifempty=`[+publishedon+]`:date=`%Y年%-m月%-d日`+]</time>
</div>
<div class="news_title">
<a href="[+url+]">[+title+]</a>
[[the_post_new? &date=[+pub_date:ifempty=`[+publishedon+]`:date=`%Y-%m-%d`+]]]
</div>
</div>
よく使う[リソース変数]
head内タイトル
[pagetitle]
[(site_name)]
エディター内コンテンツ
[content]