my website aryarom.com
I want the following codes to be displayed in the Amp plugin
<?php $download_tag = get_the_term_list($post->ID,'download_tag','',' ','');
if (!empty($download_tag)) {?>
<hr>
<div class="pixel-tags">
<span><i class="fal fa-tags fa-lg uk-text-middle ml-small"></i>????? ??: </span>
<span><?php echo $download_tag; ?></span>
</div>
<?php } ?>