Theme

Hi i need help if possible this writing appears in my theme

Liquid error (sections/header.liquid line 1591): include usage is not allowed in this context

Hello! I would try using the solution outlined in this post.

Hello there

The error message is telling you that on line 1591 of the file “header.liquid” within the “sections” folder, there is an issue with the use of the “include” statement. This could be because the file you are trying to include does not exist or the include statement is not placed in a location where it is allowed.