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
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:
</body> tag{% 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.
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:
Go to Online Store
Edit Code
Find theme.liquid file
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
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.
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