Some bloggers (and I am one of them) are not too happy with the snippitization of their posts by the most recent crop of themes from Blogger.
Older themes (like this one) render the entire post on the home page or end at your jump break.
But the new responsive themes suck up the first few sentences, strip them of all formatting, hyperlinks, and paragraph breaks, and add a "read more" link that goes to the post's post page, automatically.
A snippet from the Notable theme |
This unbroken block of type is not inviting and may discourage casual viewers from reading further. And look at where Blogger ended the snippet!
I can't solve this problem, but I have learned a few tricks to tame it a little bit.
You can still jump
First of all, it lets you end your snippet early, at the place of your choosing.
Second, if you have many images in your post, using the jump break someplace after the first one will improve the performance of your blog.
Finally, if you set you blog feed to "jump break," the break will also truncate your feed. Your readers may appreciate this if they subscribe to your blog in a feed reader.
Truncating your feed also has the effect of luring subscribers and followers to your blog to finish the post. If you have designed things thoughtfully, those readers may be tempted to linger and explore further.
You can break up the flow
Paragraphs! |
That suggests to your readers that you are at least familiar with the idea of paragraphs.
I like to use the pilcrow ( ¶ ) for this, but you can swap in any symbol ( ❦ ) that is included in your typeface.
You must edit your post in HTML for this trick. In return, you get to make the pilcrow invisible to your blog, but not to your snippet.
Just copy this code and paste it at the ends of each of the first few paragraphs in HTML:
<span style="display: none;"> ¶ </span>
"display:none" is a formatting command that hides the symbol from your blog.
But since the snippet strips away all your formatting, the symbol is no longer hidden there.
Paste the code at the exact end of your text. If the paragraph ends with a period, paste it right after that.
You can switch your blog theme
Further reading
- Those responsive Blogger themes (the newest ones)
- A history of themes
- Picking a theme
- Jump!
Thanks for this. It was my next point if investigation because of feed problems.
ReplyDeleteLine breaks in the post can also be reflected in the snippet, I believe. Think I tried this once. See here: https://bloggerbasics101.blogspot.com/2018/11/blogger-snippet-operator.html
ReplyDeleteJust to be clear: I think Sam (and the link he provides) is saying that you can edit your theme so that the snippet will reproduce line returns. There's another option to reproduce links.
DeleteIf you are willing to do that, you can even replace the snippet with what you see on this blog: the full or partial blog post itself. At least for some blog themes that otherwise show snippets.