Create hidden fields
Hi there,
I'm trying to create a few ad fields to use for a given category of ads. The problem is that I don't want them to show up in forms or on the ad single page.
I suppose I can create a "hidden or not" Boolean field on the cp_ad_fields database. I would then have to do some php filtering in the ad and form pages.
But is there an easier way to do this?
Maybe create a post/ad specific custom meta field. But I have no idea how to do this. Please help