Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [AMP] Tags store pages
    Thread Starter yasuo

    (@sanazlux)

    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 } ?>
Viewing 1 replies (of 1 total)