followed steps to add code in module 10 file but no subtitles shown in block

Posted in: Newspaper
Post count: 6

hi i followed the solution in the forum of adding this code directly to my module 10 file
<?php $td_subtitle_module = get_post_meta($this->post->ID, ‘td_post_theme_settings’, true); ?> <p class=”td-sub-title”><?php if(!empty($td_subtitle_module[‘td_subtitle’])){echo $td_subtitle_module[‘td_subtitle’];} ?></p>

but it is still unable to work as i cannot see the subtitle like this:
https://www.screencast.com/t/7zXYRUfgIkE
pls advise me …is this method still working? and i edited the code in with notepad++.

Post count: 35449

Hi,

This depends on what blocks you want to have the subtitle.
Theme modules and blocks -> https://forum.tagdiv.com/theme-blocks-modules/
Please make sure that you save the changes that you made in theme files and you clear all cache, if there is still a problem please provide some screenshots with the implementation that you made.

Thank you!

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