wordpress - WP: writing an admin plugin for managing custom content -
One of my clients have a site in WordPress, a directory of a section agent that has separate text and video Are connected with them
Customers want to be able to easily add / delete / change these administrators from within the WordPress Admin Interface. These agencies will be anywhere from 50-75, so each page is not very attractive manually.
We have 3 agents currently posted, and I think we can store additional information inside the post, so there is no problem. What we want to create is a simple way to manage those pages where the content can not be changed by the guardian, and additional fields on the post are hard-coded so there will be no room for user error.
What am I interested in if someone has done such a thing in the past and can share his attitude and experience, or if someone can tell me in the right direction how can I complete it and What do I need
thanks
Yes, custom post types are the perfect fit for your needs. Here are some of the links to the articles mentioned here:
You can use a plugin custom post type UI or just your theme's functions. Add the register_post_type () call to the php file:
Then you add "simple" field to the metabox in your agent post type (though such functionality I'm making myself one!):
Hope it helps ... < / P>
Comments
Post a Comment