Eigenes仪表板徽标

Posted

tags:

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

Code in functions.php einfügen
  1. //hook the administrative header output
  2. add_action('admin_head', 'my_custom_logo');
  3.  
  4. function my_custom_logo() {
  5. echo '
  6. <style type="text/css">
  7. #header-logo { background-image: url('.get_bloginfo('template_directory').'/images/custom-logo.gif) !important; }
  8. </style>
  9. ';
  10. }

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

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

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

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

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

Wordpress仪表板徽标

自定义仪表板徽标(WordPress)