Answer the question
In order to leave comments, you need to log in
How to exclude site category in head meta tag output php file in prestashop?
Tell me, how to exclude the category of a site with a url like sitename.com/blog/page1...99 using php in the file that is responsible for displaying page meta tags in the head? It is necessary that meta tags are not displayed on the pages of this category.
I was recommended this code:
if(parse_url($_SERVER['REQUEST_URI'])['path'] != "/blog"){
// Выводим мета-данные
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question