Hey.
I need some help with minion theme. I want to disable related content area:
I want to disable it in each post. How can I do it? 🙂
Please help
Thx
1 Answers
To resolve this problem, you can log in to Dashboard > Appearance > Editor > open the style.css file. Add the following code.
.related-posts, .post-navigation {
display: none;
}
Regards,
Dominic
Please login or Register to submit your answer