A user wants to redirect blog post clicks directly to external URLs instead of opening Shopify-hosted blog pages. This would allow certain blog listings to link to already-published articles on third-party sites.
Initial Solutions Proposed:
Using HTML anchor tags with target="_blank" or target="popup" attributes
Implementing metafields via apps like “Metafields Custom Field Master” to store external URLs
Utilizing Shopify’s native metafield options (available in newer updates)
Suggested Workaround:
One contributor recommended storing the external URL in the blog post’s ‘Excerpt’ field and customizing the blog template to read from there. The original poster indicated this approach worked for them.
Unresolved Issue:
Later participants report the Excerpt method still directs users to empty Shopify blog pages rather than external URLs. The discussion remains open, with contributors offering to provide detailed customization help if store access and specific requirements are shared. No complete code solution has been publicly posted.
Summarized with AI on October 27.
AI used: claude-sonnet-4-5-20250929.
I created a blog post that I wan’t to directly redirect to an already existing online article. So I don’t want the blog post to open in Shopify but directly open an external page.
Pretty sure I missed something…anyway, hope anyone can help. Thanks!
If you want for a single blog then you can add it’s using hard code in your blog template.
OR
If you want an external URL for all your blogs then you need to used metafield app. You can add an external link in this app & called it in your blog template instead of the default blog URL.
@JHP_photo that’s great you got a solution for this. Any chance you could share it? I mean, @Akibhusen seemed to point you in the right direction and then you obviously worked it out. Putting a link in the excerpt will, provide a link (obviously) but it still allows the user to click through to an empty blog page whereas, like you, I just want them to click directly from the page that lists the blogs to the external page.
Did you ever find the solution? I am also in the same boat looking to link to an external blog from the Shopify blog post list. I pasted the link into the Excerpt, and it is visible there, but clicking will still take me to the empty blog page.