2021年2月26日金曜日

[Blogger]ブログホームで投稿タイトルのみ表示する

Blogger
<b:include data='post' name='post'/>
のコードを以下に置き換え

<!--Post Titles Only Trick-->
<b:if cond='data:blog.pageType != "item"'>
<h3 class='title-only'><a expr:href='data:post.url'><data:post.title/></a></h3>
<b:else/>
<b:include data='post' name='post'/>
</b:if>
<!--www.musicrootz.com-->

Show Only Post Title on Blogger Homepage | Musicrootz
https://musicrootz.blogspot.com/2012/11/show-only-post-title-on-blogger-homepage.html

非レスポンシブのテーマ
Simple, Picture Window, Awesome Inc., Watermark, Ethereal, Travel
で確認

問題点

個別ページ(投稿とは別)でタイトルのみの表示になってしまうので注意

追記

これでいけると思います

<b:if cond='data:blog.pageType in {&quot;item&quot;,&quot;static_page&quot;}'>
<b:include data='post' name='post'/>
<b:else/>
<h3 class='title-only'><a expr:href='data:post.url'><data:post.title/></a></h3>
</b:if>

*h3のクラス (class='title-only') は削除してok

関連エントリ

F(uriouz)

欲しいものリスト / 優先度の高いほしいものリスト / ☕を奢る
Donate 寄付 カンパ サポート Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.
詳細プロフィールを表示

0 comments:

スパム対策の為コメントをオフにしています。
Disqusは利用出来ます。

注: コメントを投稿できるのは、このブログのメンバーだけです。

...

Recent Posts

 
"The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License."