私は調査しMagento's Fishpig extension
ていて、ブログ投稿とブログのカテゴリを magento のカテゴリにバインドする興味深い方法を見つけました。しかし、magento カテゴリ ページのフロントエンドに表示する方法がわかりません。
の組み込み機能だと思いますFishpig module
。
次のコードを使用して何かを試しました:
<catalog_category_view> <reference name="left"> <block type="wordpress/post_associated" name="wordpress_posts_associated" template="wordpress/post/associated.phtml" after="-"> <action method="setTitle" translate="title" module="wordpress"> <title><![CDATA[Related Blog Posts]]></title> </action> <action method="setEntity"> <type><![CDATA[category]]></type> </action> </block> </reference> </catalog_category_view>