Skip to main content

Is there anyway I can access the footer and header content files? (NOT in the wysiwyg editor)

I mean  these:

{{ content_for_footer }} and    {{ site.footer_content }}

 

I would like to add my html code there and just call it with

{{ content_for_footer }}. I already did that with the middle content of the page.

Official response from

Hello Vanina, 

{{ site.footer_content }} - this output tag displays whatever is entered under Pages > Settings > Footer. You can use a content editor here to add text and images. I added a note for you in your test nation showing you where it is. All this does is wrap whatever you input with <p></p> tags. If you have additional code you want to add for styling, for example, you can simply wrap it around the {{ site.footer_content }} output tag in your layout.html file.

{{ content_for_footer }} - this output tag displays dynamic javascript and other pieces of code needed by NationBuilder, depending on the page you are viewing. For example, we only load the slider javascript if you are on a page that is requesting its use in order to speed load time.  Although it is not possible for you to edit its contents, you can use liquid filters to remove, replace or append something - though I would not recommend that as most are essential for proper functioning.

If you have additional code you want to load in your layout.html file, you can simply place it above or below the {{ content_for_footer }} output tag, or in your websites header depending on the code. 

Thanks.

Share this post

Showing 6 reactions

Please check your e-mail for a link to activate your account.