How to remove Related posts from homepage?

To remove the related posts from homepage, add the following code in custom css (dashboard > appearance > customize > custom css): 

.blog-post .related-posts-wrapper {
	display: none;
}

Be sure to save when you're done. 

Still need help? Contact Us Contact Us