How to add modified files to child theme

Posted in: Newspaper
Post count: 14

I made a minor change in /includes/wp_booster/wp-admin/content-metaboxes/td_template_settings.php – specifically to make source and via fields visible to all writers (by changing appropriate publish_posts requirement to edit_posts). But just adding the modified file to my child theme doesn’t make a difference. I assume I have to somehow link to it in child theme functions.php.

How can I link this modified file to be pulled from the child folders? (I don’t know php, so copy-paste instructions would be highly appreciated).

Post count: 35449

Hi,

Please make sure that your child theme is set like in our documentation -> https://forum.tagdiv.com/the-child-theme-support-tutorial/
Also there are files that can not be set in child theme, only the files specific in our documentation can be set in child.

Thank you for your understanding!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.