Tagged: child theme, single.php
Hi,
seems I cant override single.php in child.
Hi!
Can you expand on what have you changed in single.php
?
Best regards,
Josue
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?