wordpress – add a custom admin section with fields for name, address, city,state, and photo upload
Hi What you need to do is add some code to your functions.php file within your theme.. ie: register_post_type() this will generate a new area under the likes of media on your admin menu.. the way you set this up, will depend on what is enabled and visible on the post write/edit pages.. for instance … Read more