目前我的作者框是这样的hrad代码→
<p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry\'s standard dummy text ever since the 1500s.Lorem Ipsum is simply dummy text. <a href="#"> Read More </a> </p>
如果我希望动态获取作者信息,那么我会进行以下更改→<p> <?php get_the_author_meta(\'description\'); ?> <a href="#"> Read More </a> </p>
<?php get_the_author_meta(\'description\'); ?>
无法获取作者的描述。