How to get new post URL?

I’m wondering… how can I get the new post URL in my theme? Is there a built-in function for this? So, it should return something like http://example.com/wp-admin/post-new.php?post_type=post. Connor. 1 Answer 1 admin_url(‘post-new.php’); The admin_url function will handle generating most of the link, you just need to give it the final component. You can pass in … Read more

Bulk Image Uploader to create new post from each image [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for WordPress Development Stack Exchange. Closed 9 years ago. Improve this question Is there any plugin which creates a new post from each image I upload/select with it? I want to create many … Read more