How do I exclude rich text block from all but one page on Baseline theme?

Topic summary

A user needed to display a rich text block exclusively on their gallery page while hiding it from all other pages in the Baseline theme.

Solution Provided:

  • Add conditional Liquid code to the theme.liquid file, just above the closing </body> tag
  • The code checks if the current page handle equals ‘gallery’ and conditionally renders the markup
  • Syntax: {% if blog.handle == 'gallery' %}{% else %}{% endif %}

Outcome:
The original poster confirmed the solution worked successfully.

Note: A separate user attempted to ask an unrelated question about homepage background images and free shipping thresholds in the same thread, but this appears to be off-topic from the main discussion.

Summarized with AI on November 13. AI used: claude-sonnet-4-5-20250929.

I’m trying to exclude a rich text block from all pages except my gallery page (https://public-land-store.myshopify.com/blogs/gallery). Cannot seem to figure it out.

Can anyone help?

Thanks

Hey @nitsua81

Not sure if this would work or not but you may try this code

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag

{% if blog.handle == 'gallery' %}

{% else %}

{% endif %}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Thank you. Worked!

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.

1 Like

Hi there. I cant ask a question, keep getting an error. But can you please help me? I have a part of my background showing on my home page image (title image?), the main image. It’s only a block but it’s big and looks odd. Also, I would love to delete the free shipping on $100 or more, because it doesn’t apply to my store. Please, please help!

Thankyou