If you face small issues while using Lantro UI v2.0, most can be fixed quickly with simple changes. Below are common problems and their solutions.
Fix Comments Showing “Second Ago” Stuck
If comment timestamps stay stuck on “second ago” and do not update properly, check your comment timestamp format.
- Go to Blogger Settings.
- Open Comment timestamp format.
- Select this format:
4/27/2026 07:03:51 pm
- Click Save.
- Refresh your blog and comment time should display correctly.
Success! This fixes TimeAgo script detection for comment dates.
Fix Wrong Number of Posts Showing on Homepage
If homepage layout shows wrong post count or broken post cards, missing post excerpts may be the reason.
- Edit each blog post in Blogger.
- Add a jump break using:
<!--more-->
- Place it after a few opening sentences in every post.
- Update and republish the posts.
- This helps homepage post layouts render correctly.
Tip! Add the jump break consistently in all posts for proper homepage post count and excerpts.
FAQ
Why are comments stuck on second ago?
Usually the comment timestamp format does not match what the TimeAgo script requires.
Why is homepage showing wrong number of posts?
Missing jump breaks can affect excerpt handling and post layout, causing homepage display issues.
Do I need to add more tag in all posts?
Yes, adding it to all posts is recommended for consistent homepage display.