my wordpress blog is about musics, and everytime i post a music in my blog i follow the same routine which is very tiresome. So I want to know how can i speed up the process.
Here’s my routine when I’m posting new music to my blog:
- Go to Media and upload a new picture for the new music.
- Go to the background post type, and create a new background post type for the new music.
- go to Posts->add new and attach the previously created background post type and the picture to this post and publish the post after inputting details for this new music.
So these 3 steps are very tiring, because each time i add a new music in my blog i need to follow 3 steps. i want to know if there’s a way to put all these steps in one page, this page will have input boxes for media, background post type and add new post.
Please tell me how i can do this. thank you
Well, you could have a plugin, in admin panel form with fields like
browse
for media,post type
, additional imagebrowse
etc. Then have some dynamic function, which takes this form data in variable and on $_POST creates post/registers metas/media etc. using built in worpress functions.Might also look at template feature of wordpress, might use it in plugin help with the background thing.
This is just an example of using WordPress built in functions to create post: