how to make email signup on homepage only

i noticed that my email banner at the bottom of my screen is on every page. how can i only have it showing on homepage?

website: thebrewerbuddy.com

Hi @BB100 ,

Please go to newsletter.liquid file and paste this at the bottom of the file:

{% unless request.page_type == 'index' %}
  
{% endunless %}

Thank you!! it worked

Hi @BB100 ,

If you have any questions, you can contact me directly.
Happy to help you :blush:

Hi Namphan, i have the same issue. i am using the expanse them in shopify and want my newsletter page to be visible on the homepage only. the code you provided did not work for my theme

Hi @Naazare ,

Please send the website link, I will check it for you

https://www.naazare.com/

Hi @Naazare ,

Please change code:

{% unless request.page_type == 'index' %}
  
{% endunless %}

Thank you it worked

1 Like

Hi @Naazare ,

You’re welcome and happy to help