• I recently changed my landing page from a static front page that someone had designed for me, to the option that shows your latest posts under Settings>Reading.

    The only problem is, none of the posts that are displayed on the landing page have titles. If you click on the Blog button in the top menu, the page looks identical, except all the posts have their respective titles.

    How do I make it so the landing page displays titles with the posts that are showing?

    Here’s a link to the current landing page:

    http://www.hamiltonhealthfitness.ca/blog/

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Unless you are comfortable using HTML, PHP or CSS, I think you should go back to whoever designed this page or child theme for you.

    The titles are being hidden by this CSS:

    .home .entry-header, .home #comments, .home #supplementary {
        display: none;
    }

    Change to “block” from none.

    But is there a reason you have the entire parent stylesheet in your child theme?? That’s not the ideal way to use a child theme.

    That’s what I meant about going back to the original developer. This was not a good job whichever way you look at it.

    Thread Starter jhamilton201

    (@jhamilton201)

    Thanks WPyogi! That seems to have to fixed the issue :).

    As for your follow-up question – I can’t say. Somebody else designed it for me and now I’m trying to make a few changes on my own, but I’m not fully-versed with WP or any coding.

    Hey Folks, I am having this exact same issue, using the Intrepidity theme. I have tried to locate the code mentioned above by WPyogi and have not had any luck yet.

    Any suggestions?

    http://immunocal.md

    Thanks,
    Dave

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Front Page Displaying Latest Posts All Have No Titles’ is closed to new replies.