Hello MiguelPat,
If you want to add a subtitle for a post, notice that you can do that from the panel, like this -> https://www.screencast.com/t/1NncCHhavl8 and then here -> https://www.screencast.com/t/5cyjWLsGwR is the option for the subtitle.
If is not what you mean, please provide more details so I will be able to provide a more accurate response.
Thanks for the message!
Hello MiguelPat,
Unfortunately, our theme does not have any such an automatically way to add subtitle for each post, sorry! If you want to do this, you should do it yourself because we cannot provide customization services at the moment, sorry! If you want to display more levels in our theme and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!
Thanks for the message!
Hello,
Thank you.
I did that replacing this:
<?php if (!empty($td_mod_single->td_post_theme_settings['td_subtitle'])) { ?>
<p class="td-post-sub-title"><?php echo $td_mod_single->td_post_theme_settings['td_subtitle']; ?></p>
<?php } ?>
With this…
<p class="td-post-sub-title"><?php echo the_excerpt(); ?></p>
But the text isn’t formated like the original subtitle… can anyone help me with this PHP code?