Disabling Related Articles
Related articles are calculated automatically and inserted at the bottom of your articles. We're always trying to improve the suggestions, but if they aren't what you'd hoped for, you can disable them completely.
Updated
by Taylor Sloane
Related articles are calculated automatically and inserted at the bottom of your articles. We're always trying to improve the suggestions but if they aren't what you'd hoped for, you can disable them completely.
We don't offer a native way to disable the related articles section but you can do it with a small amount of CSS.
You'll need to paste all your CSS into the Custom CSS box in Settings > Code > CSS.
V4
/* Disable related articles */
#relatedArticles {
display: none;
}
V3
Here's the CSS you'll need to disable all authorship:
/* Disable related articles */
#related {
display: none !important;
}
What did you think of this doc?
Using Different List Styles
Using a Background Image in the Header