How to display "post an ad" field manually in the theme?
I try to insert a field in the ad editing section, but I don't know how to display it manually. I want to do that because I am creating a function, which is a business hours table, and I'm using a drop down menu for it where you can select the opening and closing hour and minute for each day of the week, it looks really weird in the ad submission form and I wanted to style them a bit, and I don't want to display the form's name. I know how to display I field on an ad page in the theme (I'm using get_post_meta(get_the_ID(), 'cp_something', true)
but I don't know how to display an input form on ad submission page. How to do that?