0
template
page_with_sidebar.twig
を使用しているコンテンツタイプpages
のコンテンツを取得したいですか?特定のテンプレートを持つページの内容を取り込む方法は?
どうすればよいですか?
例えば
{% setcontent a = 'pages' [some filter here to retrieve specific templated pages] %}
template
page_with_sidebar.twig
を使用しているコンテンツタイプpages
のコンテンツを取得したいですか?特定のテンプレートを持つページの内容を取り込む方法は?
どうすればよいですか?
例えば
{% setcontent a = 'pages' [some filter here to retrieve specific templated pages] %}
{% setcontent side_pages = 'pages' where { template: 'page_with_sidebar.twig' } %}