Skip to main content

How can I remove "There's nothing here" on the blog that use Contempo theme?

1. Create a post with no title and nothing in the body then publish it.
2. Goto Layout->Edit the Blog Post Gadget 
     - Change Post page link text: to a full stop (.)
     - Take out all check mark in the box
     - Click Save and Save arrangement
3. View your blog

Popular posts from this blog

How to show full post on the home page using Contempo theme?

1. Log in to  Blogger.com 2. Click Layout then click at pencil icon of the Featured Post gadget. 3. Untick Show Featured Post then click Save 4. Click at pencil icon of the Popular Posts gadget. 5. Untick Show Popular Posts then click  Save 6. Click  Theme->Edit HTML 7. Scroll down to line  3578  then remove the code below. < b:if cond = 'data:view.isSingleItem' >      < b:include data = 'post' name = 'postBody' /> < b:else />      < b:include data = 'post' name = 'postBodySnippet' />      < b:include data = 'post' name = 'postJumpLink' /> </ b:if > After that, please paste the code below. < b:if cond = 'data:view.isSingleItem' >      < b:include data = 'post' name = 'postBody' /> < b:else />      < b:include data = 'post' name = 'postBody' /> </ b:if > 8. Click