I try to find a plugin that can "auto insert" to post edit/add page a parameters by fill $get paramerts: for example:post.php?title=a&tags=ss,dds,aa Ideas?

link|improve this question
feedback

1 Answer

Why not use functions that can do your job without a hassle that using $_GET will create? Use the action init to parse the $_GET array, and use the following functions with the parsed content.

  1. For inserting post
  2. For setting the post tags
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.