• I’m looking to hide my post titles under every page, which is mostly just the front blog page. I need them to help me organize pages, however. What might I do? Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello otaconnor,

    Hope you’re well! 🙂

    I suggest you use a child theme http://codex.ww.wp.xz.cn/Child_Themes or use css custom plugin like this: https://ww.wp.xz.cn/plugins/simple-custom-css/ if you will customize your theme.

    Add the code in your child theme’s style.css or using the plugin mentioned above.

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

    It will remove all the titles in HOMEPAGE only. So if that is not what you want then let me know.

    Looking forward for your reply! 🙂

    Best Regards,
    Calvin

    Thread Starter otaconnor

    (@otaconnor)

    Thanks for the quick reply!

    However, my front page is set to my latest posts, and it does not work there.

    Hey there otaconnor,

    You’re welcome! 🙂

    It will work fine even though you have your latest posts as front page. If still not working try this one:

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

    Let me know if it helps! 🙂

    Best Regards,
    Calvin

    Thread Starter otaconnor

    (@otaconnor)

    Titles are still showing!

    Hey there otaconnor,

    Working with Calving here 🙂

    Could you please post link to your site so I can take a look? Additionally could you please provide screenshot of what you’re looking to remove so we can avoid confusion 🙂

    Looking forward for your response.

    Best regards,
    Bojan

    CompassAndTwine

    (@compassandtwine)

    hello- hope someone can help- i’ve tried the above suggestions and they haven’t seemed to work. I’d like to hide the page titles on ONLY A FEW of my pages and can’t seem to figure out how to do it. i have twenty fifteen

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

The topic ‘Remove post titles?’ is closed to new replies.