Какой код нужно удалить чтобы шапка удалилась?

<?php /** * The Header for our theme. * * Displays all of the section and everything up till
* * @package Catch Themes * @subpackage Catch Box * @since Catch Box 1.0 */ ?> > <?php /* Always have wp_head() just before the closing * tag of your theme, or you will break many plugins, which * generally use this hook to add elements to such * as styles, scripts, and meta tags. */ wp_head(); ?> > <?php /** * catchbox_before hook */ do_action( 'catchbox_before' ); ?>
<?php
/**
 * catchbox_before_header hook
 *
 * @hooked catchbox_skiptocontain - 10
 */
do_action( 'catchbox_before_header' );
?>

<header id="branding" role="banner">

	<?php
	/**
	 * catchbox_before_headercontent hook
     *
     * @hooked catchbox_main_header_image(if position above) - 10
	 */
	do_action( 'catchbox_before_headercontent' ); ?>

	<div id="header-content" class="clearfix">

		<?php
        /**
         * catchbox_headercontent hook

         * @hooked catchbox_headerdetails - 10
         * @hooked catchbox_header_search - 20
         */
		do_action( 'catchbox_headercontent' ); ?>

	</div><!-- #header-content -->

	<?php
	/**
	 * catchbox_after_headercontent hook
     *
     * @hooked catchbox_main_header_image (if position below) - 10
     * @hooked catchbox_header_menu - 20
     * @hooked catchbox_mobile_header_menu - 30
	 */
	do_action( 'catchbox_after_headercontent' ); ?>

</header><!-- #branding -->

<?php
/**
 * catchbox_after_header hook
 */
do_action( 'catchbox_after_header' );
?>

<?php
/**
 * catchbox_before_main hook
 */
do_action( 'catchbox_before_main' );
?>

<div id="main" class="clearfix">

	<?php
    /**
	 * catchbox_before_primary hook
	 *
	 */
    do_action( 'catchbox_before_primary' ); ?>

	<div id="primary" class="content-area">

		<?php
        /**
         * catchbox_before_content hook
         *
         */
        do_action( 'catchbox_before_content' ); ?>

		<div id="content" role="main">
			<?php
            /**
             * catchbox_content hook
             *
             * @hooked catchbox_slider_display - 10
             * @hooked catchbox_breadcrumb_display - 20
             *
             */
            do_action( 'catchbox_content' ); ?>

Тег header удалить скорее всего. Зачем беретесь за php, если его не знаете?

1 лайк

Привет! Это вот этот кусок кода нужно удалить? Спасибо за помощь:slight_smile:

Наверное. Сегодня вечером буду знать точнее. Стартуют занятия по php. Присоединяйтесь.