Slide show

How To Add Post Thumbnails To Blogger Homepage

With a little tweak in your Blogger blog’s html, you can easily display automatic thumbnails in post summaries on your blog’s homepage when viewed on PC (desktop view). No need for any javascript nor complex css customization.

The tweak will enable the display of thumbnails automatically generated from images used in your posts on your homepage, while the full-sized images display on post pages.

Post Thumbnails will make your blog look fine if you are using the Blogger Jump break feature to add “read more..” option to your blog posts. Below is a screenshot of a post excerpt on my blog with a post thumbnail aligned to the right and also with a “read more” icon.

How To Add Post Thumbnails To Blogger Homepage

==> Log in to www.blogger.com
==> Back up your blog template
==> Go to “Template” > “Customize” > “Advanced” > “Add CSS“
==> Copy and paste the code below in the css window:


Code:
.postthumb {
padding: 5px;
float:left;
border: 1px solid #eeeeee;
-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
box-shadow: 1px 1px 5px rgba(0, 0, 0, .1);
}

==> Click “Apply to Blog“
==> Click “Back to Blogger“
==> Go to “Template” > “Edit HTML“
==> Click inside the HTML editor

==> Use CTRL F to find the second <data:post.body/> in your blog’s HTML

==> Copy the code below, directly above the second <data:post.body/>


Code:
<b:if cond=’data:blog.pageType == index”‘>
<b:if cond=’data:post.thumbnailUrl’>
<img class=”postthumb” expr:src =”data:post.thumbnailUrl” expr:alt=”data:post.title”/>
</b:if>
</b:if>

==> Save your template
See also : Awesome Sidebar Feedburner Email Subscription Form For Blogger and Wordpress Blogs

==> View the homepage of your blog and you should see the post thumbnails appearing on each post excerpt.

NOTE: There must be an image in your post and you must have added the read more option to your post.

I hope it works for you.

Reblog: https://www.ogbongeblog.com

The technologies and requirements have also changed and user habits such as the use of  smartphone  and  social networks choose (facebook, twitter, etc.) should not ignore these changes, instead use them  for the benefit of enterprise your

More information  here
istogrami      

NEW !!! You can actively participate in the wordpress911 team to ask and answer questions to upload articles and videos register » Here

Links: You can download the best WordPress Woocommerce templates HERE


No comments:

Post a Comment