• Не работает contact form в WP. Выдает ошибку AJAX, что делать?

    @JamesWalcker Автор вопроса
    Lord_Dantes, Честно говоря я не понял. Если вам не сложно, можете объяснить для такого чайника как я? Вот PHP код файла "header.php". Где и как нужно вставить "<?php wp_head(); ?>" этот код?

    <?php
    /**
     * The header for our theme
     *
     * This is the template that displays all of the <head> section and everything up until <div id="content">
     *
     * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
     *
     * @package fabulist
     */
    
    /**
     * fabulist_doctype_action hook
     *
     * @hooked fabulist_doctype -  10
     *
     */
    do_action( 'fabulist_doctype_action' );
    
    /**
     * fabulist_head_action hook
     *
     * @hooked fabulist_head -  10
     *
     */
    do_action( 'fabulist_head_action' );
    
    /**
     * fabulist_body_start_action hook
     *
     * @hooked fabulist_body_start -  10
     *
     */
    do_action( 'fabulist_body_start_action' );
     
    /**
     * fabulist_page_start_action hook
     *
     * @hooked fabulist_page_start -  10
     * @hooked fabulist_loader -  20
     *
     */
    do_action( 'fabulist_page_start_action' );
    
    /**
     * fabulist_header_start_action hook
     *
     * @hooked fabulist_header_start -  10
     *
     */
    do_action( 'fabulist_header_start_action' );
    
    /**
     * fabulist_site_branding_action hook
     *
     * @hooked fabulist_site_branding -  10
     *
     */
    do_action( 'fabulist_site_branding_action' );
    
    /**
     * fabulist_primary_nav_action hook
     *
     * @hooked fabulist_primary_nav -  10
     *
     */
    do_action( 'fabulist_primary_nav_action' );
    
    /**
     * fabulist_header_ends_action hook
     *
     * @hooked fabulist_header_ends -  10
     *
     */
    do_action( 'fabulist_header_ends_action' );
    
    /**
     * fabulist_site_content_start_action hook
     *
     * @hooked fabulist_site_content_start -  10
     *
     */
    do_action( 'fabulist_site_content_start_action' );
    
    /**
     * fabulist_primary_content_action hook
     *
     * @hooked fabulist_add_slider_section -  10
     *
     */
    
    do_action( 'fabulist_primary_content_action' );
  • Не работает contact form в WP. Выдает ошибку AJAX, что делать?

    @JamesWalcker Автор вопроса
    Lord_Dantes, А как убедиться что они подключены?

    Я зашел в эти два php файла которые вы сказали. В footer.php "wp_footer()" есть. А вот в header.php "wp_head()" нету. Я добавил данную строчку, но ничего не изменилось