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

C Started by carlos · January 23, 2020 at 2:12 pm · 5 replies 0 voices Last reply 1 year, 2 months ago
C
carlos Original poster Member
#1

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

ST
Spiracle Themes Original poster
#2

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

ST
Spiracle Themes Original poster
#4

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

V
Vasdasd Original poster
#5

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

Join the conversation. Be kind — this is a public forum.

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

By posting, your reply becomes public (unless marked private).