muragon(ムラゴンブログ)ヘルプ

ヘルプで回答が見つからない場合は各記事下部にある「ムラゴンからのお知らせ」や「お問い合わせ」をご利用ください。

カスタムテンプレート 使い方

実際にカスタムテンプレートを使用して編集する場所と使用するタグをページやパーツごとにご案内します。


目次


使い方

ブログトップページを表示

ブログ設定画面で設定した内容によりブログトップページで表示される内容
この画面で表示する記事情報はパターンの表示方法があります。


1.「ブログトップページを記事ページにする」を選択した場合

記事ページを表示を参照してください。


2.「ブログトップページに記事をXX件表示する」を選択した場合

<!--{if:isFullTextTopPage}-->
  この中を編集します。
</!--{if:isFullTextTopPage}-->


使用できるタグ一覧

{post.categoryTag.portalUrl}
カテゴリータグのURL
{post.categoryTag.name}
カテゴリータグ名
{post.locationTag.portalUrl}
地域タグURL
{post.locationTag.iconUrl}
地域タグアイコンのURL
{post.locationTag.longName}
地域タグ名(詳細)
{post.content}
記事本文
{blogmuraBannerMessage}
ブログ村バナーメッセージ
{blogmuraBannerLinkUrl}
ブログ村に参加しているカテゴリーへのリンクURL
{blogmuraBannerImageUrl}
ブログ村バナーのイメージ画像URL
{blogmuraBannerAlt}
ブログ村リンク先テキスト
{postFooter}
記事のフッター
{post.commentFormUrl}
コメントを書くボタン(コメント欄へのURL)
{post.commentCount}
コメント数
<!--{if:post.hasTags}-->
  </!--{if:post.hasTags}-->
タグ
<!--{if:post.hasCategoryTags}-->
  </!--{if:post.hasCategoryTags}-->
カテゴリータグ
<!--{loop:post.categoryTags}-->
  </!--{loop:post.categoryTags}-->
カテゴリータグ
<!--{if:post.hasLocationTags}-->
  </!--{if:post.hasLocationTags}-->
地域タグ
<!--{loop:post.locationTags}-->
  </!--{loop:post.locationTags}-->
地域タグ
<!--{if:post.locationTag.hasIcon}-->
  </!--{if:post.locationTag.hasIcon}-->
専用地域タグアイコン
<!--{if:post.locationTag.hasNotIcon}-->
  </!--{lif:post.locationTag.hasNotIcon}-->
デフォルト地域タグアイコン
<!--{if:hasBlogmuraBanner}-->
  </!--{if:hasBlogmuraBanner}-->
ブログ村バナーの表示に使用
<!--{if:hasBlogmuraBannerMessage}-->
  </!--{if:hasBlogmuraBannerMessage}-->
ブログ村バナーメッセージの表示に使用
<!--{include:nice}-->
ナイスブロック
<!--{if:hasCommentBlock}-->
  </!--{if:hasCommentBlock}-->
コメントブロック
<!--{include:commentList}-->
コメント一覧ブロック
<!--{if:hasCommentsBtn}-->
  </!--{if:hasCommentsBtn}-->
コメントを書くボタン
<!--{if:post.hasComments}-->
  </!--{if:post.hasComments}-->
コメント


記述例

※ クリックで画像が別ウィンドウで開きます。


目次へ


3.「ブログトップページに記事リストをXX件表示する」を選択した場合

<!--{if:isListTopPage}-->
  この中を編集します。
</!--{if:isListTopPage}-->


使用できるタグ一覧

{post.postDate}
記事公開日時
{post.url}
個別記事のURL
{post.title}
記事タイトル
{post.excerpt}
記事抜粋
{post.mainImageUrl}
記事メイン画像URL
{post.categoryTag.portalUrl}
カテゴリータグのURL
{post.categoryTag.name}
カテゴリータグ名
{post.locationTag.portalUrl}
地域タグURL
{post.locationTag.iconUrl}
地域タグアイコンのURL
{post.locationTag.longName}
地域タグ名(詳細)
{post.niceNum}
ナイスカウント数
{post.commentFormUrl}
コメントを書くボタン(コメント欄へのURL)
{post.commentCount}
コメント数
<!--{if:post.hasMainImage}-->
  </!--{if:post.hasMainImage}-->
メイン画像
<!--{if:post.hasTags}-->
  </!--{if:post.hasTags}-->
タグ
<!--{if:post.hasCategoryTags}-->
  </!--{if:post.hasCategoryTags}-->
カテゴリータグ
<!--{loop:post.categoryTags}-->
  </!--{loop:post.categoryTags}-->
カテゴリータグ
<!--{if:post.hasLocationTags}-->
  </!--{if:post.hasLocationTags}-->
地域タグ
<!--{loop:post.locationTags}-->
  </!--{loop:post.locationTags}-->
地域タグ
<!--{if:post.locationTag.hasIcon}-->
  </!--{if:post.locationTag.hasIcon}-->
専用地域タグアイコン
<!--{if:post.locationTag.hasNotIcon}-->
  </!--{lif:post.locationTag.hasNotIcon}-->
デフォルト地域タグアイコン
<!--{if:post.isNiced}-->
  </!--{if:post.isNiced}-->
ナイス
<!--{if:hasCommentsBtn}-->
  </!--{if:hasCommentsBtn}-->
コメントを書くボタン
<!--{if:post.hasComments}-->
  </!--{if:post.hasComments}-->
コメント


記述例

※ クリックで画像が別ウィンドウで開きます。


目次へ


記事ページを表示

<!--{if:isPostPage}-->
  この中を編集します。
</!--{if:isPostPage}-->


使用できるタグ一覧

{blogId}
ブログID
{blogTitle}
ブログのタイトル
{blogUrl}
ブログのURL
{post.title}
記事タイトル
{post.url}
個別記事のURL
{post.postDate}
記事公開日時
{post.content}
記事本文
{post.categoryTag.name}
カテゴリータグ名
{post.categoryTag.portalUrl}
カテゴリータグのURL
{post.locationTag.portalUrl}
地域タグURL
{post.locationTag.iconUrl}
地域タグアイコンのURL
{handleName}
ハンドルネーム
{profileImageUrl}
プロフィール画像のURL
{blogmuraBannerLinkUrl}
ブログ村に参加しているカテゴリーへのリンクURL
{blogmuraBannerImageUrl}
ブログ村バナーのイメージ画像URL
{blogmuraBannerMessage}
ブログ村バナーメッセージ
{blogmuraBannerAlt}
ブログ村リンク先テキスト
{postFooter}
記事のフッター
{previousPostTitle}
前の記事のタイトル
{nextPageUrl}
「次へ」のページURL
{nextPostTitle}
次の記事のタイトル
<!--{if:post.isPublic}-->
  </!--{if:post.isPublic}-->
公開されている記事
<!--{if:post.hasTags}-->
  </!--{if:post.hasTags}-->
タグ
<!--{if:post.hasCategoryTags}-->
  </!--{if:post.hasCategoryTags}-->
カテゴリータグ
<!--{if:post.hasLocationTags}-->
  </!--{if:post.hasLocationTags}-->
地域タグ
<!--{if:hasBlogmuraBanner}-->
  </!--{if:hasBlogmuraBanner}-->
ブログ村バナーの表示に使用
<!--{if:hasBlogmuraBannerMessage}-->
  </!--{if:hasBlogmuraBannerMessage}-->
ブログ村バナーメッセージの表示に使用
<!--{if:hasHandleName}-->
  </!--{if:hasHandleName}-->
ハンドルネーム
<!--{include:nice}-->
ナイスブロック
<!--{include:reblog}-->
リブログブロック
<!--{include:postFooterAd}-->
フッター広告ブロック ※必須項目です。
<!--{if:hasCommentBlock}-->
  </!--{if:hasCommentBlock}-->
コメントブロック
<!--{include:commentList}-->
コメント一覧ブロック
<!--{include:commentForm}-->
投稿コメントフォームブロック
<!--{if:hasPreviousPage}-->
  </!--{if:hasPreviousPage}-->
前のページ
<!--{if:hasNextPage}-->
  </!--{if:hasNextPage}-->
次のページ
<!--{if:post.isPrivate}-->
  </!--{if:post.isPrivate}-->
公開されていない記事
<!--{loop:post.categoryTags}-->
  </!--{loop:post.categoryTags}-->
カテゴリータグ
<!--{loop:post.locationTags}-->
  </!--{loop:post.locationTags}-->
地域タグ
<!--{if:post.locationTag.hasIcon}-->
  </!--{if:post.locationTag.hasIcon}-->
専用地域タグアイコン
<!--{if:post.locationTag.hasNotIcon}-->
  </!--{lif:post.locationTag.hasNotIcon}-->
デフォルト地域タグアイコン


記述例

※ クリックで画像が別ウィンドウで開きます。


目次へ


タグページを表示

<!--{if:isTagPage}-->
  この中を編集します。
</!--{if:isTagPage}-->


使用できるタグ一覧

{categoryTagName}
カテゴリータグ名
{post.postDate}
記事公開日時
{post.url}
個別記事のURL
{post.title}
記事タイトル
{post.commentFormUrl}
コメントを書くボタン(コメント欄へのURL)
{post.categoryTag.portalUrl}
カテゴリータグのURL
{post.categoryTag.name}
カテゴリータグ名
{post.locationTag.portalUrl}
地域タグURL
{post.locationTag.iconUrl}
地域タグアイコンのURL
{post.locationTag.longName}
地域タグ名(詳細)
<!--{include:nice}-->
ナイスブロック
<!--{if:hasCommentsBtn}-->
  </!--{if:hasCommentsBtn}-->
コメントを書くボタン
<!--{if:post.hasTags}-->
  </!--{if:post.hasTags}-->
タグ
<!--{if:post.hasCategoryTags}-->
  </!--{if:post.hasCategoryTags}-->
カテゴリータグ
<!--{if:post.hasLocationTags}-->
  </!--{if:post.hasLocationTags}-->
地域タグ
<!--{loop:posts}-->
  </!--{loop:posts}-->
記事
<!--{loop:post.categoryTags}-->
  </!--{loop:post.categoryTags}-->
カテゴリータグ
<!--{loop:post.locationTags}-->
  </!--{loop:post.locationTags}-->
地域タグ
<!--{if:post.locationTag.hasIcon}-->
  </!--{if:post.locationTag.hasIcon}-->
専用地域タグアイコン
<!--{if:post.locationTag.hasNotIcon}-->
  </!--{lif:post.locationTag.hasNotIcon}-->
デフォルト地域タグアイコン


※ページャ部分は省略しています。


詳細はこちらへ
ページャを表示


記述例

※ クリックで画像が別ウィンドウで開きます。


目次へ


地域タグページを表示

<!--{if:isLocationPage}-->
  この中を編集します。
</!--{if:isLocationPage}-->


使用できるタグ一覧

{locationTagName}
地域タグ名
{post.postDate}
記事公開日時
{post.url}
個別記事のURL
{post.title}
記事タイトル
{post.commentFormUrl}
コメントを書くボタン(コメント欄へのURL)
{post.categoryTag.name}
カテゴリータグ名
{post.locationTag.portalUrl}
地域タグURL
{post.locationTag.iconUrl}
地域タグアイコンのURL
{post.locationTag.longName}
地域タグ名(詳細)
<!--{include:nice}-->
ナイスブロック
<!--{if:hasCommentsBtn}-->
  </!--{if:hasCommentsBtn}-->
コメントを書くボタン
<!--{if:post.hasTags}-->
  </!--{if:post.hasTags}-->
タグ
<!--{if:post.hasCategoryTags}-->
  </!--{if:post.hasCategoryTags}-->
カテゴリータグ
<!--{if:post.hasLocationTags}-->
  </!--{if:post.hasLocationTags}-->
地域タグ
<!--{loop:posts}-->
  </!--{loop:posts}-->
記事
<!--{loop:post.categoryTags}-->
  </!--{loop:post.categoryTags}-->
カテゴリータグ
<!--{loop:post.locationTags}-->
  </!--{loop:post.locationTags}-->
地域タグ
<!--{if:post.locationTag.hasIcon}-->
  </!--{if:post.locationTag.hasIcon}-->
専用地域タグアイコン
<!--{if:post.locationTag.hasNotIcon}-->
  </!--{lif:post.locationTag.hasNotIcon}-->
デフォルト地域タグアイコン


※ページャ部分は省略しています。


詳細はこちらへ
ページャを表示


記述例

※ クリックで画像が別ウィンドウで開きます。


目次へ


アーカイブページを表示

<!--{if:isArchivePage}-->
  この中を編集します。
</!--{if:isArchivePage}-->


使用できるタグ一覧

{archiveYear}
アーカイブの年
{archiveMonth}
アーカイブの月
{post.postDate}
記事公開日時
{post.url}
個別記事のURL
{post.title}
記事タイトル
{post.commentFormUrl}
コメントを書くボタン(コメント欄へのURL)
{post.categoryTag.portalUrl}
カテゴリータグのURL
{post.categoryTag.name}
カテゴリータグ名
{post.locationTag.portalUrl}
地域タグURL
{post.locationTag.iconUrl}
地域タグアイコンのURL
{post.locationTag.longName}
地域タグ名(詳細)
{post.postDate}
記事公開日時
{post.url}
個別記事のURL
{post.title}
記事タイトル
{post.commentFormUrl}
コメントを書くボタン(コメント欄へのURL)
{post.categoryTag.portalUrl}
カテゴリータグのURL
{post.categoryTag.name}
カテゴリータグ名
{post.locationTag.portalUrl}
地域タグURL
{post.locationTag.iconUrl}
地域タグアイコンのURL
{post.locationTag.longName}
地域タグ名(詳細)


※ページャ部分は省略しています。


詳細はこちらへ
ページャを表示


記述例

※ クリックで画像が別ウィンドウで開きます。


目次へ


ブログ村バナーを表示

<!--{if:hasBlogmuraBanner}-->
  
この中を編集します。
</!--{if:hasBlogmuraBanner}-->


使用できるタグ一覧

{blogmuraBannerLinkUrl}
ブログ村に参加しているカテゴリーへのリンクURL
{blogmuraBannerImageUrl}
ブログ村バナーのイメージ画像URL
{blogmuraBannerMessage}
ブログ村バナーメッセージ
{blogmuraBannerAlt}
ブログ村リンク先テキスト
<!--{if:hasBlogmuraBanner}-->
  </!--{if:hasBlogmuraBanner}-->
ブログ村バナーの表示に使用
<!--{if:hasBlogmuraBannerMessage}-->
  </!--{if:hasBlogmuraBannerMessage}-->
ブログ村バナーメッセージの表示に使用


記述例

※ クリックで画像が別ウィンドウで開きます。


目次へ


ページャーを表示

タグページ地域タグページアーカイブページで使用します。


<!--{if:hasPager}-->
  この中を編集します。
</!--{if:hasPager}-->


使用できるタグ一覧

{previousPageUrl}
「前へ」のページURL
{firstPageUrl}
1ページ目のページURL
{pageItem.url}
表示されているページURL群
{pageItem.number}
表示されるページ番号群
{lastPageUrl}
最終ページのURL
{lastPageNumber}
最終ページの数字
{nextPageUrl}
「次へ」のページURL
<!--{if:hasPager}-->
  </!--{if:hasPager}-->
ページャ
<!--{if:hasPreviousPage}-->
  </!--{if:hasPreviousPage}-->
前のページ
<!--{if:hasFirstPage}-->
  </!--{if:hasFirstPage}-->
1ページ目
<!--{if:isCurrentPage}-->
  </!--{if:isCurrentPage}-->
現在のページ
<!--{if:isNotCurrentPage}-->
  </!--{if:isNotCurrentPage}-->
それ以外のページ
<!--{if:hasLastPage}-->
  </!--{if:hasLastPage}-->
最後のページ
<!--{if:hasNextPage}-->
  </!--{if:hasNextPage}-->
次のページ


記述例

※ クリックで画像が別ウィンドウで開きます。


目次へ



関連記事