• Resolved Ocio132

    (@ocio132)


    hello good I have this code so that it does not load in the whole blog but what I need is that it does not load in about me on the front page of the site and in contact me there is some way to do it?

    function remove_yasr_header() {
            if ( is_front_page() || is_home() || is_archive() ) {
               remove_action('wp_enqueue_scripts', 'yasr_add_scripts');
            }
    }
    add_action('wp_enqueue_scripts', 'remove_yasr_header', 1);

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘conditional load’ is closed to new replies.