Gallery snipped

This topic contains 3 reply and 3 voices, and was last updated by onafets 10 years, 10 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
June 1, 2013 at 2:52 pm 4406
onafets Hi, I have used this snipped to add gallery in my post page.
function wpufe_append_gallery( $postarr ) {   
    $postarr['post_content'] .= "[gallery]";
 
    return $postarr;
}
 
add_filter( 'wpuf_add_post_args', 'wpufe_append_gallery' );
now, I have sorted the automatic creation of galleries but I still have the images attached shown below the gallery. How can I hide them? thanks
June 1, 2013 at 7:01 pm 4411
Tareq Hasan Tareq Hasan

Did you turned off “Custom Fields in post” option from plugin settings?

June 2, 2013 at 1:27 am 4415
paperweight paperweight

Ahhh, I was trying to figure out how to remove that bullet list of all the fields. Now I know 😉

June 3, 2013 at 2:53 pm 4467
onafets onafets

Solved thanks

Viewing 3 Posts - 1 through 3 (of 3 total)