Edit the post content on archive page.
Hello,
I would like to make some changes in post items on the archive page.
So, I found the specific part of the code to do this, I have made a few changes on /includes/content-post.php.
But when i copy to the child theme on the same folder stop working, seems that "/includes/content-post.php" don't overwrite.
Have you any suggestion?
Best Regards!
Comments
You have to attach the changed files in the functions.php file.
Please follow this documentation, it will explain to you how the Child Themes works:
https://codex.wordpress.org/Child_Themes
Thanks