スキップしてメイン コンテンツに移動

些細な日常

Bloggerブログの記事ページに新しい投稿や前の投稿のページネーションを付ける

コメント

  1. Hello, I have pagination in my blog but I want the should be under the same label. Is it possible. Please help if you can.

    返信削除
    返信
    1. I found the codes.

      Contempo and Essential / Add in Blog1 b:widget

      <b:includable id='post' var='post'>
      <div class='post'>
      (...)
      <b:include data='post' name='postFooter'/>
      </div>
      <b:include cond='data:view.isPost' name='postPagination'/>
      </b:includable>

      Snho / Add in Blog1 b:widget

      <b:includable id='post' var='post'>
      <b:if cond='data:view.isSingleItem'>
      <div class='post-sidebar'>
      (...)
      <b:include data='post' name='postFooter'/>
      </div>
      <b:include cond='data:view.isPost' name='postPagination'/>
      </b:includable>

      Emporio / Add in Blog1 b:widget and edit the code of postPagenation

      <b:includable id='post' var='post'>
      <b:with value='"post-thumb-" + data:post.id' var='thumbClassName'>
      <div expr:class='"post-wrapper not-hero post-" + data:post.id'>
      (...)
      <div class='slide'>
      <b:include data='post' name='super.post'/>
      </div>
      <b:include cond='data:view.isPost' data='this' name='postPagination'/>
      </div>
      </b:with>
      </b:includable>

      Notable / Add in Common b:defaultmarkup

      <b:includable id='normalPost'>
      <b:if cond='(not data:view.isSingleItem or data:widget.type == "PopularPosts")'>
      <b:if cond='data:post.featuredImage and (data:widget.type != "PopularPosts" or data:this.postDisplay.showFeaturedImage)'>
      (...)
      </b:if>
      <b:include data='post' name='postFooter'/>
      </div>
      <b:include cond='data:view.isPost' name='postPagination'/>
      </b:includable>

      Good luck.

      削除

注目の投稿

日付: 

YouTubeの収益化を目指す絶望的に気が遠くなる未来

イメージ

些細な日常の人気記事

ナサニエル・ホーソーンの若いグッドマン・ブラウンの原文と注解

イメージ

アメリカの英語の小説、 ナサニエル・ホーソーンの 若いグッドマン・ブラウン を日本語に翻訳 しながら分からない単語や熟語を調べたので、英語の学習用に原文に沿って段落毎に掲載する。 取り上げる言葉の語彙力としてはおよそ日本の高校を卒業した水準以上、すなわち英検二級かTOEIC7...

ナサニエル・ホーソーンの若いグッドマン・ブラウンの日本語訳

イメージ

十九世紀のアメリカの作家、小説家の ナサニエル・ホーソーン の小説の 若いグッドマン・ブラウン (1835)の日本語訳を行った。一つの文学作品として人間の洞察力に富んだ優れた内容を持つだけではなく、表現も意義深いから外国語の英語の聞き取りと読み取りの教材としても最適だと感じる。 ...

苫米地英人のマインドフルネスに役立つ機能音源

イメージ

認知科学者の 苫米地英人のコーチング を自己流で始めてさらに良いかも知れないと新しく始めたのが機能音源なんだ。聴くと周波数などの仕組みで脳に影響を与えて様々な効果を発揮するために作られているといわれる。調べるとCDの数十枚のセットで何万円もするので、驚かされるけれども教材として売...

ヘンリー・ローソンの家畜追いの妻の日本語訳

イメージ

十九から二十世紀のオーストラリアの作家、詩人で小説家の ヘンリー・ローソン の小説の 家畜追いの妻 (1892)の日本語訳を行った。一つの文学作品として人間の洞察力に富んだ優れた内容を持つだけではなく、表現も意義深いから外国語の英語の聞き取りと読み取りの教材としても最適だと感じる...