Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 67836

Attachment Problem

$
0
0

Replies: 0

I created a custom upload field with WCK and select attach upload to post.
but my uploads don’t attach to post so the codes in below not working.

$attachment = get_children(array('post_parent' => $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image'));
					if ($attachment) {

Note: An upload field that created before this field is still working. Please help…


Viewing all articles
Browse latest Browse all 67836

Trending Articles