Hi there! I really appreciate if you could help me with this edit i am looking for. Our shop has a blog page which shows the contents after clicking Read more button. I don’t think it is necessary for us instead I need the contents showing on the same page including the embedded videos.I have tried removing read more using the css but still the title of the blog need to be clicked to view the conent. i don’t need that either
Shopify admin panel, go to “Online Store” and select “Themes.”
Locate the theme you’re using and click on “Actions” > “Edit code” to access the theme editor.
In the left sidebar, navigate to the “Sections” or “Templates” folder, depending on where your blog or news page code is located.
Look for a file that corresponds to your blog or news page. It may be named something like “article.liquid” or “blog.liquid.”
Once you’ve located the appropriate file, open it for editing.
Search for the code responsible for displaying the “Read more” button. This may vary depending on your theme, but it typically looks similar to:
Read more
Remove the above code or comment it out to disable the “Read more” button. To comment out the code, add {% comment %} before the line and {% endcomment %} after the line, like this:
Thanks for that, but i have tried taking off Read more but it is not completely helping to see the blog post as it is. Instead it is just removing the read more option and showing only the title of the post where we need to click the title to read the article which is another way of clicking read more. Appreciate any other useful code to fix this. Cheers!!!