{"id":54811,"date":"2018-06-18T18:22:21","date_gmt":"2018-06-18T16:22:21","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=54811"},"modified":"2019-05-29T14:08:20","modified_gmt":"2019-05-29T12:08:20","slug":"add-custom-logo-in-wp-admin","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/add-custom-logo-in-wp-admin\/","title":{"rendered":"Add custom logo in \/wp-admin"},"content":{"rendered":"<p><!--more--><\/p>\n<p>Paste the following in <em>functions.php<\/em>:<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"php\">function my_login_logo() { ?&gt;\r\n    &lt;style type=\"text\/css\"&gt;\r\n        #login h1 a, .login h1 a {\r\n        \tbackground-image: url(http:\/\/linktolog.com);\r\n    height:65px;\r\n    width:320px;\r\n    background-size: 250px 67px;\r\n    background-repeat: no-repeat;\r\n        \tpadding-bottom: 0px;\r\n        }\r\n    &lt;\/style&gt;\r\n&lt;?php }\r\nadd_action( 'login_enqueue_scripts', 'my_login_logo' );<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>Change parameters as needed.<\/p>\n<p>Source: <a target=\"_blank\" href=\"https:\/\/codex.wordpress.org\/Customizing_the_Login_Form#Styling_Your_Login\">https:\/\/codex.wordpress.org\/Customizing_the_Login_Form#Styling_Your_Login<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Paste the following in functions.php: function my_login_logo() { ?&gt; &lt;style type=\"text\/css\"&gt; #login h1 a, .login h1 a { background-image: url(http:\/\/linktolog.com); [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9],"tags":[73,169,329],"class_list":["post-54811","post","type-post","status-publish","format-standard","hentry","category-wordpress","tag-custom","tag-logo","tag-wp-admin"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54811","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=54811"}],"version-history":[{"count":7,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54811\/revisions"}],"predecessor-version":[{"id":54957,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54811\/revisions\/54957"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=54811"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=54811"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=54811"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}