Change H3 titles in child theme

Posted in: Newspaper
Post count: 3

Hello, guys.

I want to change article lists H3 title to another. I found includes/wp_booster/td_module.php file and place where it need to change. But, I use a child theme and when I copied that file to my theme folder – it did not work. Seems it because file td_module.php connect in file includes/wp_booster/td_wp_booster_functions.php through require_once(‘td_module.php’).

Is there a way to make changes in child theme td_module.php whithout changes parental theme file?

Post count: 22421

Hello,

Unfortunately most of the files from WP booster will not work from the child theme. Here is a list of files that will work from the child theme:
https://forum.tagdiv.com/the-child-theme-support-tutorial/
Unfortunately td_module is not among them. You will have to make the modification in the main theme.

Thank you!

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