Hi,
I want to disable related posts. I copied single.php to child and commented out
// get_template_part( ‘includes/related-posts’);
I understand that I could probably achieve same thing with css, but would like to know what is the problem in case I need to add/remove something in future.
Is advance layout builder calling some other .php file?