开发者

How do I call the children of a different parent in Radiant CMS?

开发者_运维百科In my nav, I have "Services". Since there are many services, I have a subnav that drops down. I would like to make this nav dynamic and have it call the page titles for any of the children of "Services". But there doesn't seem to be any tags that can call other parents besides their self. Since its the main nav, the children are every page from the root of the site.

Has anyone made a tag that can do this or know where I can find one?


If you wrap the children tag in a find tag then the children should return the children of the page that was found rather than the current page.

<r:find url="/services">
  <r:children:each>
    <r:link />
  </r:children:each>
</r:find>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜