Viewing 2 replies - 1 through 2 (of 2 total)
  • In line 2045 of your style.css you have:

    entry-header {
    display:none;
    }

    delete display:none and it will show up.
    You’ll likely also want to add:
    background:transparent;
    to the entry-header line just so it shows your background image.

    Good luck.

    Thread Starter timlcooley

    (@timlcooley)

    Thank you that worked GREAT!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘WordPress is not showing my titles when I post’ is closed to new replies.