Answer the question
In order to leave comments, you need to log in
How to make the script work on all pages except the main one?
There is a self-written php script in the header.php file in the theme editor. How can I make it work on ALL pages except the home page? Can some parameter be checked by a condition?
Answer the question
In order to leave comments, you need to log in
https://w1c.ru/php-37.html
In the condition you check by negation if (the page is not the main one) {body}
Can some parameter be checked by a condition?
if( !is_home() || !()is_front_page() )
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question