[Plugin: Custom Content Type Manager] Relation post
-
Hi!
Really great, great plugin, the best one i think! π
Im developping a custom content type, where u can choose to select other post for the same type, so there is a relation.In the template im using this snippet:
$my_array = get_custom_field(‘casisimili:to_array’);
foreach ($my_array as $items_id) {
$post = get_post($items_id);
print $post->post_title;
}How can i get also the first image inside the foreach of my custom field “image_field:to_array” ?
Thanks and im sorry for my bad english.
Matteo.
http://ww.wp.xz.cn/extend/plugins/custom-content-type-manager/
The topic ‘[Plugin: Custom Content Type Manager] Relation post’ is closed to new replies.