如何传递以下代码。
<div> <?php $category = get_the_category(); ?>
<a href="<?php echo get_category_link($category[0]->cat_ID); ?> ">
<?php echo $category[0]->cat_name; ?> </a>
</div>
在函数中。php文件的以下代码。
$related_blog .="//want to pass the above code here.";
有关详细说明,请访问此处:
click here