how to make the title display longer on the blog section - Sense Theme

Topic summary

A user seeks to display full blog post titles on their Sense theme blog page, as long-tail SEO keywords are being truncated.

Solution Provided:

  • Navigate to: Online Store → Theme → Edit Code → Snippets → article.card.liquid
  • Locate the title truncate code and replace it with {{ article.title | escape }}
  • Save changes and refresh browser

Outcome:

  • Original poster confirmed the solution worked after adjusting the code
  • A follow-up user reported the same fix did not work on their website and reverted to original code

The thread remains open with one unresolved case where the solution failed to produce results.

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

Hi,

how can I display the full title of my blog posts on the blog page?
I do seo and have a lot of long-train keywords. So I have a lot of titles that aren’t displayed in full.

I use the Sense theme.

The page is : https://bazar-en-cuisine.fr/blogs/mug-cake-flocon-avoine

Best regards,

Matthieu Poulain.

1 Like

Hi @BazarenCuisine

The only way to make the title longer is take out the trunicate in blog card header.

Check this one if you can do it.

Go to online store > select theme > edit code > go to snippet> find the article.card.liquid.

And look for the title.

And change for this.

{{ article.title | escape }}

And Save.

Refresh browser.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

It doesn’t work.

I tried to increase the number as well, but nothing changes.

Never mind, It’s working, thanks

Good to hear. Welcome.

Hi - I have tried to use this to fix the same issue on my website, however it doesn’t seem to want to work. I have changed it back to the original code for now. Is there a reason it may not work on my website? Thank you! :slightly_smiling_face: