Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
cannamaps.reviews
tagDiv Member

Basically I need to add 2 custom field subtitles to the header template just below the title but above the meta data.

cannamaps.reviews
tagDiv Member

I need to add my own custom fields to the header of post template. I use to have my website set up this way with child but it broke with latest cloud updates. How can I fix this?

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

<—-Enter custom fields here—->

<div class=”td-module-meta-info”>
<?php echo $td_mod_single->get_author();?>
<?php echo $td_mod_single->get_date(false);?>
<?php echo $td_mod_single->get_views();?>
<?php echo $td_mod_single->get_comments();?>
</div>

</header>

cannamaps.reviews
tagDiv Member

I use to have a customized template page but it got deleted when you moved to Cloud Templates. How can I use cloud template but customize it to add some custom field data?

Viewing 3 posts - 1 through 3 (of 3 total)