Create a theme app extension for adding header and footer

Hi community,

I would create a Shopify theme app extensions (for Dawn themes) to provide to merchants customized header and footer for the theme.

The problem is that, in Dawn themes, header and footer are inside a layout file

{% section 'header' %}

{% section 'footer' %}

so I’m not sure about the best approach to create my app.

How would you create a such app?

hi @luigi-ib ,
be solve this issue, you need knowledge about liquid for customized and need implement in code. if you want discuss find solution i can help you.
skyper: tvk_1990

Hi @JosephKhanh ,

I don’t need the implemented code, I have all the technical skills to implement by myself. My problem is that I don’t know how to create a theme app having header and footer as blocks.

Did you find a way around this? I’m stuck with this too…

Hi @OlivierB ,

nope :persevering_face:

I have install an announcement bar app and they seem to inject a

directly in the announcement bar section but I don’t know how I can point to this section in my app .liquid because it’s not a template…