Hi there,
I want to create a `myblog.com/new` link for fast post creation. So when I’m logged in to my WordPress Admin Dashboard somewhere on my device, I want to just open a browser and be able to quickly create a new post by going to `/new` on my blog.
**Requirements are easy: No single purpose plugin.** I’ve got a code snippet plugin running, if needed. But I do not want to use a redirect plugin for performance and maintenance reasons.
My question would be, what my options are here besides redirecting via `.htaccess`. I will go that route, if needed, but would love some ideas, if I’m missing a totally obvious alternative here.
thanks a lot for your input!
[ad_2]
It is possible to create a post/page and add php/js redirect to that, or even a page template where you add the redirect code there, or in functions.php, or create a /new-folder with a index.php file with some kind of redirect code in it, but just doing it in .htaccess is probably a million times better and easier in every way.