gpt4 book ai didi

php - 将 cms 页面链接到特定图像

转载 作者:太空宇宙 更新时间:2023-11-04 13:05:18 25 4
gpt4 key购买 nike

我创建了一个名为 collection.html 的 CMS 页面并添加了如下代码

{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" category_id="7" template="catalog/product/list.phtml"}}

我想将此 CMS 页面链接到显示在其他页面中的图像。如何将此页面链接到其他页面中的特定图像?

最佳答案

  • 如果图片在 CMS 页面或静态 block 中,则可以通过这种方式进行

    <a href=" {{store direct_url="identifier_of_cms_page"}} ">
    <img ... />
    </a>
  • 如果图片是phtml页面那么

    <a href=" <?php echo $this->getUrl('identifier_of_cms_page');?> ">
    <img .. />
    </a>

关于php - 将 cms 页面链接到特定图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25177005/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com