{"id":68,"date":"2026-01-12T18:03:59","date_gmt":"2026-01-12T17:03:59","guid":{"rendered":"https:\/\/tacdigital.online\/?post_type=codigos&#038;p=68"},"modified":"2026-01-12T18:57:38","modified_gmt":"2026-01-12T17:57:38","slug":"personalizar-logo-del-login-de-wordpress","status":"publish","type":"codigos","link":"https:\/\/tacdigital.online\/en\/codigos\/personalizar-logo-del-login-de-wordpress\/","title":{"rendered":"Personalizar Logo del Login de WordPress"},"template":"","meta":{"_acf_changed":false},"categoria-codigos":[12],"tags-codigos":[13],"class_list":["post-68","codigos","type-codigos","status-publish","hentry","categoria-codigos-php","tags-codigos-login"],"acf":{"contenido_codigos":[{"acf_fc_layout":"bloque_texto","contenido-texto":"Este snippet reemplaza el logo de WordPress en la pantalla de wp-login.php por el logo personalizado de tu marca. Ideal para entregar sitios a clientes."},{"acf_fc_layout":"bloque_codigo","contenido-codigo":"<?php\r\nfunction mi_logo_login_personalizado() {\r\n    ?>\r\n    <style type=\"text\/css\">\r\n        #login h1 a, .login h1 a {\r\n            background-image: url(<?php echo get_stylesheet_directory_uri(); ?>\/img\/mi-logo.png);\r\n            height: 65px;\r\n            width: 320px;\r\n            background-size: contain;\r\n            background-repeat: no-repeat;\r\n            padding-bottom: 30px;\r\n        }\r\n    <\/style>\r\n    <?php\r\n}\r\nadd_action( 'login_enqueue_scripts', 'mi_logo_login_personalizado' );","lenguaje-codigo":"php"}],"contenido_codigos_source":{"label":"C\u00f3digos","type":"flexible_content","formatted_value":[{"acf_fc_layout":"bloque_texto","contenido-texto":"<p>Este snippet reemplaza el logo de WordPress en la pantalla de wp-login.php por el logo personalizado de tu marca. Ideal para entregar sitios a clientes.<\/p>\n"},{"acf_fc_layout":"bloque_codigo","contenido-codigo":"<?php\r\nfunction mi_logo_login_personalizado() {\r\n    ?>\r\n    <style type=\"text\/css\">\r\n        #login h1 a, .login h1 a {\r\n            background-image: url(<?php echo get_stylesheet_directory_uri(); ?>\/img\/mi-logo.png);\r\n            height: 65px;\r\n            width: 320px;\r\n            background-size: contain;\r\n            background-repeat: no-repeat;\r\n            padding-bottom: 30px;\r\n        }\r\n    <\/style>\r\n    <?php\r\n}\r\nadd_action( 'login_enqueue_scripts', 'mi_logo_login_personalizado' );","lenguaje-codigo":"php"}]},"autores_codigos":[67],"autores_codigos_source":{"label":"Seleccionar los Autores","type":"relationship","formatted_value":[{"ID":67,"post_author":"3","post_date":"2026-01-12 18:02:53","post_date_gmt":"2026-01-12 17:02:53","post_content":"","post_title":"Cristian Am\u00e9zquita","post_excerpt":"","post_status":"publish","comment_status":"closed","ping_status":"closed","post_password":"","post_name":"cristian-amezquita","to_ping":"","pinged":"","post_modified":"2026-01-12 18:02:53","post_modified_gmt":"2026-01-12 17:02:53","post_content_filtered":"","post_parent":0,"guid":"https:\/\/tacdigital.online\/?post_type=autores&#038;p=67","menu_order":0,"post_type":"autores","post_mime_type":"","comment_count":"0","filter":"raw"}]},"autores_colaboradores":null,"autores_colaboradores_source":{"label":"Colaborador","type":"relationship","formatted_value":null}},"_links":{"self":[{"href":"https:\/\/tacdigital.online\/en\/wp-json\/wp\/v2\/codigos\/68","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tacdigital.online\/en\/wp-json\/wp\/v2\/codigos"}],"about":[{"href":"https:\/\/tacdigital.online\/en\/wp-json\/wp\/v2\/types\/codigos"}],"acf:post":[{"embeddable":true,"href":"https:\/\/tacdigital.online\/en\/wp-json\/wp\/v2\/autores\/67"}],"wp:attachment":[{"href":"https:\/\/tacdigital.online\/en\/wp-json\/wp\/v2\/media?parent=68"}],"wp:term":[{"taxonomy":"categoria-codigos","embeddable":true,"href":"https:\/\/tacdigital.online\/en\/wp-json\/wp\/v2\/categoria-codigos?post=68"},{"taxonomy":"tags-codigos","embeddable":true,"href":"https:\/\/tacdigital.online\/en\/wp-json\/wp\/v2\/tags-codigos?post=68"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}