Wordpress,替换仪表板中的默认Wordpress-W-logo
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress,替换仪表板中的默认Wordpress-W-logo相关的知识,希望对你有一定的参考价值。
Replace the default WordPress “W†logo in the administrative header with a custom one. Add this code inside the theme’s “functions.php†file.
//hook the administrative header output add_action('admin_head', 'my_custom_logo'); function my_custom_logo() { echo ' <style type="text/css"> #header-logo { background-image: url('.get_bloginfo('template_directory').'/images/custom-logo.gif) !important; } </style> '; }
以上是关于Wordpress,替换仪表板中的默认Wordpress-W-logo的主要内容,如果未能解决你的问题,请参考以下文章
php 用自定义WordPress仪表板替换默认的WordPress仪表板
php 这个WordPress插件演示了如何使用WordPress提供的可拖动元文件构建自己的插件页面,需要WordPr