Here is what you are searching for. Just follow some very simple steps to disable your readmore tag from viewing in Blogger Static Pages. The main reason which stimulated me to write an article on it was when I changed my blogger template to a new custom blogger template I noticed that the the pages I made for my blog does not show full content to the user but instead there remains a short paragraph and a read more button.
I just clicked on the read more link but it does not show the whole content , but it simply reloads and shows the same. At the same time the the read more button below the posts are working without showing any error.
Finally to get this problem solved I sought on the web and opened and read many articles but whole of them was unsuitable to my template code, but one of an article I found on the web paved me the way to hide/remove the link text/ button from showing below static pages on blogger.
Today I am very happy to expose the code that I have inserted into my blog HTML. Because I want to solve your's problems also regarding this one, for my blog was escaped from the error.
Follow the steps below to remove an automatic read more option from blogger static page:
7. Add this code below the above code.
8. Now press again Ctrl+ F and search for
9. Add this code Above the above code ( If you find this in more that one occurrence paste it at the above first one, If it showing error or does not work properly check it by changing the position )
10. Now You are Done.! Just click on Save Template (Remember to backup before Saving your changes)
I just clicked on the read more link but it does not show the whole content , but it simply reloads and shows the same. At the same time the the read more button below the posts are working without showing any error.
Finally to get this problem solved I sought on the web and opened and read many articles but whole of them was unsuitable to my template code, but one of an article I found on the web paved me the way to hide/remove the link text/ button from showing below static pages on blogger.
Today I am very happy to expose the code that I have inserted into my blog HTML. Because I want to solve your's problems also regarding this one, for my blog was escaped from the error.
Follow the steps below to remove an automatic read more option from blogger static page:
- Sign in to your blogger Dash board
- Select Template
- Back up your template [read how]
- Open HTML code of your Tempate from the Template menu
- Check the box saying 'Expand Widgets'
- Press Ctrl + F on your keyboard and find the following code in your code
<div class='post-body entry-content'>
7. Add this code below the above code.
<b:if cond='data:blog.pageType == "static_page"'><br/>
<data:post.body/>
<b:else/>
8. Now press again Ctrl
<div style='clear: both;'/> <!-- clear for photos floats -->
9. Add this code Above the above code ( If you find this in more that one occurrence paste it at the above first one, If it showing error or does not work properly check it by changing the position )
</b:if>
10. Now You are Done.! Just click on Save Template (Remember to backup before Saving your changes)
...
0 comments:
Post a Comment