opdev1004 / op-blogger-themes

Blogger Theme for theme development and blogging
https://opbloggertheme.blogspot.com/
MIT License
4 stars 5 forks source link

Thank you for this theme #23

Open DealsBeam opened 1 week ago

DealsBeam commented 1 week ago

I am using your theme on my blogspot, but posts are not showing up

opdev1004 commented 5 days ago

Can you tell me more details? Like where it does not show posts?

If you are talking about 'Homepage', right now blogger has pagination bug.

And this bug cannot be fixed as I am only able to fix what blogger theme allows me to use.

So I added a html widget that we can write a homepage content for none-devlopers instead of showing list of post or single post.

If you want other behaviour, remove html widget and just write/fix a homepage content within Blog1 widget in blogger theme's html edit.

<b:if cond='data:view.isHomepage'>
some homepage content
</b:if>

or find not data:view.isHomepage and fix them to show content.

=========

+ Make sure follow installation instruction.

  1. Apply a Contempo theme first.
  2. Copy and paste theme code into the html theme editor. Or you can try use restore button too.

Because if base theme is different, theme does not work.