While adding the last modified date to my Blogger blog posts footer, this date isn't displayed nicely in the Home / list view.
add the block
I have looked for a way to hide the footer from this index view only.
This is the solution I have found.
I have found the solution here: https://www.mayura4ever.com/2011/06/hide-post-footer-from-homepage-in.html
In your HTML Template,
just below }]]></b:skin
>
<style type='text/css'>
<b:if cond='data:blog.pageType == "index"'>
.post-footer {display:none !important;}
</b:if>
</style>
No comments:
Post a Comment