Jump to content

Wordpress Post Template


aditd

Recommended Posts


I'm going to receive some info via email ( like: name, address, job, email, etc ).
I want to make from each email I receive a post. So I need to make a standard template for the description area so that I could enter only the data that is new in each email.

The question: where can I / how can I make something like this?
Yes a table code in html I think would be an option but I don't know how to write the code for it.

Link to comment
Share on other sites

The forum is for helping with code and not making it.

 

If you do not know how to code should find a plugin or hire someone who can.

 

Personally I would make a secure api or a script using GET parameters outside the wordpress loop. Only specific things can access it, anything can be passed via email so really need to sanitize/filter/escape and check it's exact data types are that you expect. Direct insertions into a database.

 

Look into some functions and plugins made to do this.

https://codex.wordpress.org/Post_to_your_blog_using_email

https://wordpress.org/plugins/postie/

https://wordpress.org/plugins/post-by-email/

http://www.wpexplorer.com/publish-wordpress-posts-email/

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.