eyal@iffergan.net

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
in reply to: WordPress Meta Box on download page #22992

Sorry – I already resolved it. I needed to remove the post meta box from the Download Pages. I did it with a small bit of custom CSS:

.single-wpdmpro .post_meta {
display: none !important;
}

in reply to: WordPress Meta Box on download page #22956

Update: I see that the WPDM downloads are set as post type = ‘post’, which is the same as the blog types. I need the meta box for the blog entries, but not for the download pages. This is also not part of the page template. Could you please advise ASAP??

Viewing 2 posts - 1 through 2 (of 2 total)