我正在探索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>