Remove Posts Title on Home Page & Show Real Content on Pages

Hi Aigars,

Please assist me :

  1. How to remove all post titles on home page of my web : abeglass.domosq.com ?
  2. I tried to write content on About Us, but nothing happen when I click on this page, I only see the posts title which I think they are not necessary to be there. I haven’t continued to write any content on other pages.

Look forward to getting your soonest reply. Thank you so much for helping me.

Sincerely,
Merry

  1. To remove all titles from front page blog but leave them in place for single post view you can add this code to Theme Options - Other - Custom CSS
.home .entry-title {
    display: none;
}
  1. I see no problems with your “About us” page. I can see content, meta slider and one separate image at the bottom. Maybe your cache plugin didn’t clean your cache automatically, so there were no content but from my side everything works just fine.

Hi Aigars,

Noted with best thanks for your assistance.

  1. Yes it works
  2. Actually before you replied my question, I took time to learn everything on admin area and to seek for the related topic on this forum. I solved it this way.