doupo5861 2013-07-03 11:36
浏览 7
已采纳

pyrocms我想显示循环中分隔的关键字

this code display applied keywords to the childrens pages

{{ pages:children id="1" order-dir="desc" limit="15"  }}
{{ custom_fields }}
{{keywords}}
{{ /custom_fields }}
{{ /pages:children }}

I have 3 keywords applid to some page so i want to display keywords separated in the loop and not as a string with all keywords in one loop but to be aloop with number of keywords related something like

{{ pages:children id="1" order-dir="desc" limit="15"  }}
{{ custom_fields }}
{{loop}}
{{keywords}}
{{/loop}}
{{ /custom_fields }}
{{ /pages:children }}

Please help

  • 写回答

1条回答 默认 最新

  • doufang8965 2013-07-11 12:20
    关注

    You can display keywords separately as well - just use opening and closing tags;

    {{ if keywords }}
        <div class="keywords">
            {{ keywords }}
              <span><a href="{{ url:site }}blog/tagged/{{ keyword }}">{{ keyword }}</a></span>
            {{ /keywords }}
        </div>
    {{ endif }}
    

    The above is taken from the Blog module single post view - look in /system/cms/modules/blog/views/view.php for the source. The Keyword field type docs also have a couple of similar examples.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 CST仿真别人的模型结果仿真结果S参数完全不对
  • ¥15 误删注册表文件致win10无法开启
  • ¥15 请问在阿里云服务器中怎么利用数据库制作网站
  • ¥60 ESP32怎么烧录自启动程序
  • ¥50 html2canvas超出滚动条不显示
  • ¥15 java业务性能问题求解(sql,业务设计相关)
  • ¥15 52810 尾椎c三个a 写蓝牙地址
  • ¥15 elmos524.33 eeprom的读写问题
  • ¥15 用ADS设计一款的射频功率放大器
  • ¥15 怎么求交点连线的理论解?