答えはおそらくいくつかの投稿の組み合わせとしてそこにありますが、私はまだMagentoがあまり得意ではないので、とにかく質問する必要があります:
topLinks を cms ページに挿入したいと思います。試してみ<?php echo $this->getChildHtml('topLinks') ?>
ましたが、うまくいきません。コードがページ上のテキストとして表示されるだけです。試し{{block type="core/template" name="top.Links" as="topLinks" template="page/template/links.phtml"}}
ましたが、何も表示されません。
検索フォームをcmsページに正常に追加した{{block type="core/template" name="top.search" as="topSearch" template="catalogsearch/form.mini.phtml"}}
ので、おそらくブロックタイプが間違っているか何かだと思いました。私は何を間違えましたか?