Disabling Related Articles

Taylor Sloane 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 SettingsCode > 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 HelpDocs with RTL Languages

Using a Background Image in the Header

Get in touch

This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.