Child theme and modules

Posted in: Newspaper
Post count: 21

Hi!
I’ve child-theme and make modifications in td_module_10.php. Now I have updated my theme to 9.7 and I did’n find td_module_10.php anymore in theme?
This is my modification:
<div class=”td-module-meta-info”>
<?php do_action(‘epfl_pw_premium_indicator’, $this->post);?>
<?php if (td_util::get_option(‘tds_category_module_10’) == ‘yes’) { echo $this->get_category(); }?>
<?php echo $this->get_author();?>
<?php echo $this->get_date($modified_date);?>
<?php echo $this->get_comments();?>
</div>
So where I put now this: <?php do_action(‘epfl_pw_premium_indicator’, $this->post);?>

Post count: 35449

Hi,

If you want to set some code in td_block_10.php you’ll need to go in wp-content/plugins/td-composer/legacy/Newspaper/includes/modules/td_module_10.php -> https://www.screencast.com/t/6XvDFXEQKy3

Thank you!

Post count: 21

Thank you!!

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