Blogger Theme 9 [better] ❲95% FULL❳

: Despite the modern skin, you are still restricted by Blogger's backend limitations (e.g., no plugins like WordPress).

The image resize tag ( resize=... ) might be broken. In b:widget > b:loop , change: <img expr:src='resizeImage(data:post.thumbnailUrl, 400)'/> to: <img expr:src='data:post.thumbnailUrl.replace("/s72-c/", "/s400/")'/> blogger theme 9

<b:section class='main' id='main'> <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' visible='true'> <b:includable id='main' var='this'> <b:loop values='data:posts' var='post'> <!-- Your Custom HTML Structure Here --> <h2><data:post.title/></h2> <data:post.body/> </b:loop> </b:includable> </b:widget> </b:section> : Despite the modern skin, you are still

Most Theme 9 templates default to showing 20 posts on the homepage. This is too many. Go to Settings > Posts and comments > Show at most and change it to posts. This shortens the page length and improves site speed. : Despite the modern skin