Blog posts are opening in a separate page

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

I need my whole blogs in a single page

1 Like

Hi @Anas27 .

Please send your store URL and password

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Hi,

Can you share your store url

Sure! Here it is - NEWS – Ronai

HI,

We need to modify the code to show the entire blog content in one page

Hello @Anas27

  1. Shopify admin panel, go to “Online Store” and select “Themes.”
  2. Locate the theme you’re using and click on “Actions” > “Edit code” to access the theme editor.
  3. In the left sidebar, navigate to the “Sections” or “Templates” folder, depending on where your blog or news page code is located.
  4. Look for a file that corresponds to your blog or news page. It may be named something like “article.liquid” or “blog.liquid.”
  5. Once you’ve located the appropriate file, open it for editing.
  6. 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
  1. 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:
{% comment %}
Read more
{% endcomment %}
  1. Save the changes to the file.


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!!!

Anybody here got a solution?

Hi,

Can you help?