Viewing 4 replies - 1 through 4 (of 4 total)
  • hii you write a code in your child style.css in at line no 14
    .entry-header {
    display: none;
    }
    remove it or change to display:block
    and your title is here 🙂

    Thread Starter marian.bel

    (@marianbel)

    Thank you virendra930,
    now the title is there, therefore I used that code because I didn’t want the page title to be shown at the top of the page.
    Is there a way to get rid of the page title but to keep the post title? Actually would be enough to get rid of the page title only in the “Home”, for the other pages it doesn’t matter.
    Thank you!

    hii marian.bel,
    can you please told me which theme you are using.??

    you can also put this css code in your style.css may be it`ll work for you

    .entry-header {
    display: none;
    }
    .blog .entry-header{display:block!important;}
    .single .entry-header{display:block!important;}

    and please make backup of your css file

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘No title appears in articles’ is closed to new replies.