Number of comments

How can i add the number of comments or a ‘read comments line’ at the summary on the home page

www.hallo-zoetje.nl

Thanks

Hi,
your .entry-footer is not displaying.

Try searching for .entry-footer within your Stylesheet (style.css) and see if

display: none;

was somehow added. By default, it shouldn’t be there.

.entry-footer {
  margin-top: 20px;
  text-align: center;
}
.entry-footer > *,
.entry-footer a {
  color: #696969;
  margin: 0 6px;
}

If yes, try erasing the display: none; part and hit update. If that doesn’t help, try the same in

`.blog.home article.post .read-more, .blog.home article.post .entry-footer{
    display: none;
}`

Save (copy-paste) the original code somewhere, so you can put it back, if this doesn’t help.

Btw I’m no expert. This is just what I would try first.

Hi,
your .entry-footer is not displaying on your homepage.

Try searching for .entry-footer in your Stylesheet (style.css) and see if

display: none;

was added somehow. By default, it shouldn’t be there; the css should look something like this

.entry-footer {
  margin-top: 20px;
  text-align: center;
}
.entry-footer > *,
.entry-footer a {
  color: #696969;
  margin: 0 6px;
}

If yes, try erasing the display: none; part, and hit update.

Btw, I’m no expert. This is just something that I would try first.

Hi @hallozoetje,

I hope you are well today and thank you for your question.

The theme by default displays it as shown in the attached screenshot .

Are you not getting it or do you mean anything else?

Kind Regards,
Movin

Thanks! But the css stylesheet is like it should be and still not showing the number of comments.

Can’t find what i did wrong, maybe the person who helps me has deleted it bij accident.

If you haven’t changed the code or css too much, try reinstalling the theme. The structure of your website will stay the same, with all the plugins and photos, but you will get the default look.

Appearance/Themes/ activate some other theme, than click on Theme Details for Activello and delete it (should be in the right corner). After that, just install Activello again, and it should work.

Remember, you might have to change some colors (css) again.

I hope it helps.

Hi @aleksandarn,

I hope you are well today and thanks for helping out here in this forum.

Your help here is really appreciated.

Thanks,
Movin