在我的cms页面中,我正在为标签撰写网址
<a class="blue-btn" title="Personalize Now" href="{{store url="personalizer?pid=custom"}}">Personalize Now</a>
我想获得如下链接
http://localhost/appcustomizer-pdt-003/index.php/personalizer?pid=custom
我得到了网址 - http://localhost/appcustomizer-pdt-003/index.php
但我不知道如何获得 -
个性化?pid = custom
答案 0 :(得分:0)
请根据您的要求使用以下代码
<a class="blue-btn" title="Personalize Now" href="{{store url="personalizer"}}?pid=custom">Personalize Now</a>