1、调用作者带url
<?php the_author_posts_link(); ?>
2、默认使用经典编辑器
在主题function.php加入
add_filter('use_block_editor_for_post', '__return_false');