自定义管理仪表板标题徽标

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了自定义管理仪表板标题徽标相关的知识,希望对你有一定的参考价值。

Change the small logo at the top of the dashboard: Just add to the bottom of your theme's functions.php file
  1. // CUSTOM ADMIN DASHBOARD HEADER LOGO
  2.  
  3. function custom_admin_logo() {
  4. echo '<style type="text/css">#header-logo { background-image: url('.get_bloginfo('template_directory').'/images/logo_admin_dashboard.png) !important; }</style>';
  5. }
  6. add_action('admin_head', 'custom_admin_logo');

以上是关于自定义管理仪表板标题徽标的主要内容,如果未能解决你的问题,请参考以下文章

自定义管理仪表板标题徽标

php 用自定义徽标替换仪表板WordPress徽标

自定义仪表板徽标(WordPress)

替换 django-admin 的引导主题的默认徽标

如何在 flexdashboard 中添加徽标?

自定义管理员登录标题徽标