Write post outside the WP admin - wordpress

I'm trying to make a directory theme with WordPress, and i want the user to be able to write a post without being inside the admin.
I can't seem to find any information about if this is possible.
Does anyone know how i could make it?
Thanks

Have you looked into the XML-RPC support in WordPress?

Wordpress has something called XML-RPC, in Settings -> Writing. I've used it in the past for remote posting, take a look :
http://codex.wordpress.org/XML-RPC_wp

Try TDO Mini Forms
http://wordpress.org/extend/plugins/tdo-mini-forms/

You could create a form using the wp_insert_post function.

Related

Creating a post project function for a freelancer websites using wordpress

I'm creating a Freelancer website using WordPress. For that, I need to create a posting project function for the employers. I have tried many plugins up to now to create this functionality. This function will let the employer post their project/job using a form (a file uploader should also be included) after submitting the posted project/job should be visible on the projects/jobs page of the site. Can someone give me a solution for this on how should I create this and if there are any good plugin in WordPress that I can use to create this? Thank You
Have you tried with this plugin https://wordpress.org/plugins/wp-job-manager/.
You can try it. Maybe it'll helpfully for you.

Which WP plugin for enabling users add posts without registration?

I would like to know which WP plugin should I choose to allow every user who come to my page to add a post to my page form the frontend.
He just click on a button add a new post or something like that. Than a form appear and he inserts the title and uploads an image.
After that its published as a post.
Is there a solution like this available for WP?
Thanks in advance.
From what I know, there is no existing plugin doing it as you need. Even if it existed, I wouldn't recommend it's use for security reasons; it is hard to follow every uses and make sure visitors would post the way you want.
You are definitely better to code it by your own, and it's quite simple using the wp_insert_post function. This function will work anywhere you put it inside Wordpress (no need to build a plugin from scratch), so a simple form with validation would make it.
Hope it guides you on what you're looking for.

wordpress prevent multiple shortcodes

I created a wordpress plugin and I added shortcode feature to it.
but i want to execute only one shortcode and prevent applying of multiple shortcodes if the administrator did so.
thanks.
You may find what you need here:
https://wordpress.stackexchange.com/questions/40733/check-for-shortcode-in-post-pages-and-widgets-and-template-files
However please note that if you allow only one shortcode to run, if your client installs a plugin that used shortcodes this will not work.
Why you need this anyway? Maybe we can find a better solution :)

Wordpress API variables sent in post

I did a quick search but couldn't find the solution here, forgive me if this has been asked before.
I remember a way to add vars in a Wordpress post by adding something like [gallery=22] in the wysiwyg editor... anybody know where I can find the documentation on this?
Thanks.
That's the Shortcode API - http://codex.wordpress.org/Shortcode_API

Implementation/Integration of Email Subscription form for a Wordpress theme

I would like to get some ideas what's the best way to implement/integrate a Email Subscription Form for a wordpress theme i'm building. The form I'm referring is similar to this (www.babyyu.com) and (smashingmagazine.com).
Thanks!
Have you checked out some of the existing plugins at http://wordpress.org/extend/plugins/ ? There are quite a few available that do what you are looking for.
I asked the same question here:
Adding email subscription to Wordpress theme
Maybe between the two of us we'll be able to get a proper answer.
#jswat: Could you please elaborate on the appropriate plugins to download. Yes we know Wordpress has a lot of available plugins and we know the site to find them. But I believe a better answer would be to list the plugins that would accomplish this functionality.
Thanks

Resources