Magento – Magento2 – Is it possible to get specific store url in cms block

magento-2.2.5storesurl

I am trying to get store URL or base URL for a specific store in cms block.

I have tried {{store _store="1"}}

Also, {{config path="web/secure/base_url"}}

I wanted to know if this is going to work or is there any solution for this

Best Answer

You Can try this

<a href="{{store url=""}}">Link to Base URL</a>

or This may be helpful

<a href="{{store direct_url=""}}">Link to Base URL</a>