Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Julie,
    I saw that in your style sheet it said:
    .page .entry-title {display: none;}
    I’ve changed it to:
    .page .entry-title {display: block;}
    It seems to work as I can see: Important Creek update. You would have to put that code into your Custom style sheet. Let me know if it works. Chris

    Thread Starter jjhinton

    (@jjhinton)

    Thanks! Is there a way to only have that apply to posts, and not pages?
    Julie

    Theme Author Silkalns

    (@silkalns)

    Did you resolve your problem? I see that titles for blog posts are displayed properly.

    Let me know if you need any further help.

    Thread Starter jjhinton

    (@jjhinton)

    I posted earlier. It worked, but I am wondering if there is a way to only show the post titles, and not the page titles.
    Thank you.

    Hi jjhinton,

    Try this:

    h2.entry-title {
    display: none;
    }

    If it doesn’t work for each page, then for each page write this rule. For example for the “About” page, write:

    #post-12 .entry-title h2 {
    display: none;
    }

    You may have to apply this rule separately for each page. Unless there is an option in your theme to not display the title of pages.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No Post Title on Blog’ is closed to new replies.