Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Drupal で新しいテーマを作成します。カスタム ページにビューを表示する必要がありますが、リージョンを使用したくありません。tpl ページに追加する php コードが必要です
views_embed_viewテンプレート内で使用できます。最初のパラメーターはビューの総称であり、2番目のパラメーターは表示名です。
views_embed_view
<?php echo views_embed_view('myview', 'block'); ?>