Hi @madhivanan,
For that, you’ll need to copy the content.php file over to your child theme and manually call the related posts function where you want it to appear (as well as disable it being added automatically after the_content(), in functions.php).
The content.php file is used by both posts and pages, so you’ll need to wrap it in a is_single() conditional.
— Anders
hi,
I managed it by inserting the code in single.php file in the child theme. This seems to be used only by the posts. Thanks for the reply.
Madhivanan.
-
This reply was modified 6 years ago by
madhivanan.