Tagged: ,

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #137605
    erikcave
    Participant

    How do I get the title of each blog post to be shown in the blog post?

    Right now the blog post shows the featured image and then goes right into the post content. So, I Have to manually put the title in the post content. This would be fine except that the title then gets repeated in the Blog list and in the the Featured Category Slider.

    My website: pacnwc.org

    Thanks!

    #137634
    Skandha
    Participant

    @erikcave: This is because of the additional CSS Code you have added.
    Go to => Appearance => Customize => Additional CSS and remove the following CSS Code.

    .entry-container h1.entry-title {
    	display:none !important;
    }

    Let me know if this solves your issue.
    Regards,
    Skandha

    #137643
    erikcave
    Participant

    Thanks for the reply. I had put that code in to prevent the word “home” from appearing on my front page per your instructions. Is there a way to prevent the word “home” from appearing on my front page and allow Blog post titles to be seein the blog posts?

    #137678
    Skandha
    Participant

    @erikcave: Sorry for the inconvenience. Remove the previous code I provided and
    Go to => Appearance => Customize => Additional CSS and the following CSS Code.

    body.home h1.entry-title {
        display:none;
    }

    This should remove the “home” in homepage.
    Let me know if this works out.
    Regards,
    Skandha

    #137701
    erikcave
    Participant

    Thanks, that is perfect.

    #137710
    erikcave
    Participant

    I spoke too soon. Now the title is showing up on every page. Ideally I would like post titles to show up on each post and page titles to not show up. Thanks.

    #139830
    Skandha
    Participant

    @erikcave: You seem to have used textwidget on your pages.
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .textwidget h1 {
       display:none;
    }

    Let me know if this works out.
    Regards,
    Skandha

    #139868
    erikcave
    Participant

    Thanks, that worked, though I don’t know what textwidget is. I can’t find it my plugins either.

    #142546
    erikcave
    Participant

    I thought this worked, but the titles are still appearing on all the pages except the home page.

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