How to add one more menu bar on home page?

Topic summary

A user seeks guidance on adding an additional menu bar to their Shopify homepage—specifically within the page content rather than the header.

Proposed Solutions:

  • One respondent suggests creating a custom section and provides a code snippet example that loops through menu links, though the code appears corrupted or encoded.
  • Another respondent recommends hiring a developer to write custom code for this functionality.

Current Status:

  • The discussion remains open with no definitive resolution.
  • Implementation requires custom coding knowledge or professional development assistance.
Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Hello Everyone,

Does anyone know how to add one more menu bar on home page?

Not on header, is on the content of home page.

Thank you!!

1 Like

Hi,

After adding new menu you need to create custom section .

Replace the Section code with these code example:


  

    {% for link in linklists.[your_menu_handle].links %}
      - {{ link.title }}
      
    {% endfor %}
  

If you wan we can help you on this. Please contact if you need help

Hi @TimeSystems

You will need a developer to write custom code for this one.