Hi @sarahk,
I hope you are well today and thank you for your question.
I could confirm the issue on my test site which only occurs when we disable related post option in the theme settings, therefore, notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile, you can resolve it by enabling the related post option in the theme settings as shown in the attached screenshot and then hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.single-post .post-related-title,
.single-post .post-related,
.single-post .post-related-arrows {
display: none !important;
}
Best regards,
Shufflehound team
Attachments:
You must be
logged in to view attached files.