在免费主题定制器中,可以在文件中使用此代码的编辑链接后添加内容functions.php
儿童主题的
add_action("__after_regular_heading_title", function () {
$post = $GLOBALS["post"];
?>
<span>
an addition after the link to edit
"<?php echo htmlspecialchars($post->post_title);?>"
</span>
<?php
});