Wordpress custom posts on magento -



Wordpress custom posts on magento -

i'm trying display wordpress custom posts on magento, fishpig extension (full integration).

there's no documentation on extension web site. cannot seem able figure how this.

any help?

[edit]

ok, i'm looking :

i've created custom posts on wordpress backend named 'slides'. utilize them on magento homepage, create slider. on 1 hand, when on fishpig template, see unique $post->getpost(), like, example, had details of type of post use. know can not done way, certainly should predefined fishpig method (that can't find), or create new one. on other hand, in fishpig layout time, there's possible action :

<action method="settitle"><title>latest posts</title></action>

i tought can configure in way post type wanted display..

sorry, i've not online url show project, i'm still in before part of project..

thx

i think looking here is:

<action method="setposttype"><type>yourposttypeslug</type></action>

this should follow snippet had within recent posts block below:

<block type="wordpress/sidebar_widget_posts" name="wordpress.widget.recent_posts" as="recent_posts" template="wordpress/sidebar/widget/posts.phtml"> <action method="settitle"><title>latest posts</title></action> <action method="setposttype"><type>yourposttypeslug</type></action> <action method="setpostcount"><post_count>3</post_count></action> </block>

wordpress magento fishpig

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -