Поиск custom-header.php в управлении файлами на тему WordPress Penscratch

Мой сайт www.rosstheexplorer.com.

Я использую WordPress. Я использую тему Penscratch. Я никогда не сознательно настраивал / менял файловый менеджер.

Я внес изменения в custom-header.php, и это изменение привело к тому, что я не смог загрузить мой сайт.

Мой веб-хост (Bluehost) сказал, что они могут восстановить файл в файловом менеджере, если я могу указать им каталог для файла.

Я не знаю, что такое каталог. Я всегда обращался к файлам PHP через Customize -> Appearance -> Editor.

Теперь я больше не могу обращаться к редактору или панели мониторинга, моя ошибка привела к тому, что меня заблокировали с моего сайта.

Может ли кто-нибудь, кто знает эту тему, сказать мне, где хранится файл custom-header.php?

Ранее советник по обслуживанию клиентов Bluehost сказал:

«Я вижу wp-blog-header.php, но не custom-header.php. '

Вчера вечером я внес изменения в файл custom-header.php

Код был

<?php /** * * @package Penscratch */ /** * Setup the WordPress core custom header feature. * * @uses penscratch_header_style() * @uses penscratch_admin_header_style() * @uses penscratch_admin_header_image() */ function penscratch_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( 'penscratch_custom_header_args', array( 'default-image' => '', 'default-text-color' => '666666', 'width' => 937, 'height' => 300, 'flex-height' => true, 'wp-head-callback' => 'penscratch_header_style', 'admin-head-callback' => 'penscratch_admin_header_style', 'admin-preview-callback' => 'penscratch_admin_header_image', ) ) ); } add_action( 'after_setup_theme', 'penscratch_custom_header_setup' ); if ( ! function_exists( 'penscratch_header_style' ) ) : /** * Styles the header image and text displayed on the blog * * @see penscratch_custom_header_setup(). */ function penscratch_header_style() { $header_text_color = get_header_textcolor(); // If no custom options for text are set, let's bail // get_header_textcolor() options: HEADER_TEXTCOLOR is default, hide text (returns 'blank') or any hex value if ( HEADER_TEXTCOLOR == $header_text_color ) { return; } // If we get this far, we have custom styles. Let's do this. ?> <style type="text/css"> <?php // Has the text been hidden? if ( 'blank' == $header_text_color ) : ?> .site-title, .site-description { position: absolute; clip: rect(1px, 1px, 1px, 1px); } <?php // If the user has set a custom color for the text use that else : ?> .site-title a { color: #<?php echo $header_text_color; ?>; } <?php endif; ?> </style> <?php } endif; // penscratch_header_style if ( ! function_exists( 'penscratch_admin_header_style' ) ) : /** * Styles the header image displayed on the Appearance > Header admin panel. * * @see penscratch_custom_header_setup(). */ function penscratch_admin_header_style() { ?> <style type="text/css"> .appearance_page_custom-header #headimg { background: white; border: none; font-family: "Roboto Slab", Georgia, Times, serif; font-size: 15px; max-width: 1092px; } #headimg .site-branding-wrapper { border-bottom: 3px solid #eeeeee; margin: 0 0 27px; padding: 0 0 24px; } #headimg .site-branding-wrapper:before, #headimg .site-branding-wrapper:after { content: ""; display: table; } #headimg .site-branding-wrapper:after { clear: both; } #headimg .site-branding { clear: both; margin-top: 54px; margin-bottom: 14px; text-align: center; } #headimg h1 { clear: none; display: inline-block; font-size: 1.75em; font-weight: normal; letter-spacing: 1px; line-height: 1; margin: 0; } #headimg a { text-decoration: none; } #desc { color: #999 !important; font-size: 16px; font-weight: 300; margin: 13px auto; } #headimg .site-logo { max-height: 150px; width: auto; display: block; margin: 0 auto 27px; } #headimg .custom-header { border-radius: 5px; display: block; margin: 0 auto; margin-bottom: 27px; max-width: 100%; height: auto; min-height:100px; } </style> <?php } endif; // penscratch_admin_header_style if ( ! function_exists( 'penscratch_admin_header_image' ) ) : /** * Custom header image markup displayed on the Appearance > Header admin panel. * * @see penscratch_custom_header_setup(). */ function penscratch_admin_header_image() { $style = sprintf( ' style="color:#%s;"', get_header_textcolor() ); ?> <div id="headimg"> <div class="site-branding-wrapper"> <div class="site-branding"> <?php if ( function_exists( 'jetpack_the_site_logo' ) ) jetpack_the_site_logo(); ?> <h1 class="displaying-header-text"><a id="name"<?php echo $style; ?> onclick="return false;" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' ); ?></a></h1> <div class="displaying-header-text" id="desc"<?php echo $style; ?>><?php bloginfo( 'description' ); ?></div> </div> </div> <?php if ( get_header_image() ) : ?> <img src="<?php header_image(); ?>" alt="" class="custom-header"> <?php endif; ?> </div> <?php } endif; // penscratch_admin_header_image 

Я изменился

  'width' => 937, 

в

  'width' = 100%, 

Я считаю, что это вызывает серьезную проблему.

Поскольку вы внесли изменения, и вы больше не можете вводить свой веб-сайт, у меня есть 2 решения, которые могут работать для вас очень хорошо, поскольку это сработало для меня.

У меня была такая же проблема, как и у вас, я пытался изменить заголовки, даже functions.php, которые заставляют меня потерять доступ к моему сайту.

ПРИМЕЧАНИЕ. Каждый раз, когда вы вносите изменения в исходные файлы, убедитесь, что у вас есть резервная копия.

СПОСОБ № 1

  • Войдите в свой хост
  • Получите FTP-доступ от вашего хостинг-провайдера
  • Используйте FileZilla в качестве диспетчера FTP для входа в хост-провайдер
  • Ваш сайт может находиться в папке «www»
  • Перейдите к своей теме> wp-content> theme> theme_name Откройте исходные файлы, которые вы внесли, и добавьте туда резервный код.

Если вы изменили код исходных файлов, которые вы редактировали ранее (в данном случае custom-header.php), конечно, если вы уверены, что custom-header.php является проблемой, тогда вы сможете регистрировать в спину к вашей учетной записи wordpress.

СПОСОБ № 2

  • Используя FTP-файл FileZilla, о котором я упоминал ранее, загрузите wp-контент (все изображения) и переустановите wordpress.
  • После повторной установки добавьте wp-контент обратно в исходный каталог и заново создайте веб-сайт.

Благодарим вас за предложения людей. Проблема теперь исправлена.

Мой поставщик веб-сайтов – BlueHost.

Я вошел в BlueHost и нашел CPanel.

Здесь вы можете вносить изменения в свои PHP-файлы вашего сайта.