Viewing 2 reply threads
  • Author
    Posts
    • #7034
      jordisanchez
      Member

      Hi,
      I’ve tried to search for the answer, but I didn’t find anything.

      Is there any easy way to create a field in a frontend form that edits the title of a post?

      I’ve already used forms for editing post meta data, like this:

      piklist('field', array(
      	'type' => 'text'
      	,'scope' => 'post_meta'
      	,'field' => 'name'
      	,'label' => 'Name'
      	,'attributes' => array(
      	'class' => 'text'
      	)
      ));

      But I don’t know how to let the user edit the title of the post. Is it possible using Piklist?

      Thanks!!

    • #7036
      Steve
      Keymaster

      You can edit any field with Piklist!

      Check out this example in the built-in demos. The code for the_title is there.

    • #7039
      jordisanchez
      Member

      Great @Steve, thank you! I’ll try that as soon as I can 🙂

Viewing 2 reply threads
  • You must be logged in to reply to this topic.