在 WordPress 中,如何添加指向左上角仪表板菜单框的链接?
我找到了一种添加“仪表板小部件”的方法,但这不是我想要的。我想要的只是左上角第一个菜单中显示“仪表板”的链接。
I found a way to add a "Dashboard Widget", but that is not what I want. All I want is a link in the first menu on the top left that says "Dashboard".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想通了。
将此代码放入
wp-content/themes/your-theme-name/functions.php
I figured it out.
Put this code in the
wp-content/themes/your-theme-name/functions.php