Disable Date/Author/comments when showing blog posts on homepage

carlos January 23, 2020 at 2:12 pm

I’m not allowing comments on the posts so it doesn’t make sense to show a clickable “0 comments”. Apart from this, the Author and date are also not relevant to me and affect negatively the look of my website.

postkristal

Thank you

Replies (5)

  1. carlos January 23, 2020 at 2:12 pm

    I’m not allowing comments on the posts so it doesn’t make sense to show a clickable “0 comments”. Apart from this, the Author and date are also not relevant to me and affect negatively the look of my website.

    postkristal

    Thank you

  2. Spiracle Themes January 24, 2020 at 3:32 am

    Hi Carlos,

    Try this CSS. This will hide all the meta details from the post

    .meta-wrapper{
    display: none;
    }

    Copy and paste it in Appearance -> Customize -> Additonal CSS

    Let us know if you have any questions

    Best Regards

  3. Heikki April 18, 2023 at 1:04 pm

    Hi,

    Is it possible to hide comments but leave date and / or author?

    Thanks
    Heikki

  4. Spiracle Themes April 19, 2023 at 5:35 am

    Hi Heikki

    Try this CSS

    .meta-wrapper .meta .meta-item:last-child {
    display: none;
    }

    .meta-wrapper .meta .meta-item:nth-child(2) {
    border: none
    }

    Copy & Paste into Appearance -> Customize -> Additional CSS

    Best Regards

  5. Vasdasd November 20, 2024 at 7:31 pm

    XRP’s recent surge can be attributed to a combination of factors, including the upcoming Spark token airdrop by Flare Network, which is generating excitement among investors https://paybis.com/blog/ripple-price-prediction/ . The temporary halt in Ripple’s token offloading also created a favorable environment for price growth, though concerns remain over Jed McCaleb’s daily sales. Additionally, the ongoing uncertainty around the SEC’s regulatory stance on XRP and its potential impact on Ripple’s operations is keeping investors on edge. For those looking to take advantage of these developments, Paybis is an excellent platform to buy and manage XRP securely.

Post a Reply

Reply To: Disable Date/Author/comments when showing blog posts on homepage
Your information: