Adding Default Text after get_title

Posted in: Newspaper
Post count: 2

How can I add a default text end of “get_title”?

<header class="td-post-title">
<?php echo $td_mod_single->get_title();?> Biography

<?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 } ?>

Post count: 20688

Hi,

So you want to display a text after the post title. With a cloud post template that will be possible easily, like this
https://www.screencast.com/t/SfaN6oLtTT0
So there would be no need for doing this in the code. Here you can preview and even edit the cloud post templates
https://affiliate.tagdiv.com/#/load/Single

More about the cloud library plugin here – https://forum.tagdiv.com/tagdiv-cloud-library-plugin/

Thanks

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