• Hello,

    I have a loop on my home page which returns the 6 most recent posts, which I use in a slider:

    https://i43.tinypic.com/10covtj.png

    (The text you see there is pulled from the_excerpt();.

    When looking at the HTML5 docs, I noticed a ContentEditable attribute which basically allows text to be edited inline. I want to integrate this functionality into my posts. E.G I can edit the post when I’m logged in inline. I’m finding it hard to achieve the next part…

    When i’ve finished editing it, I need to know how to save the new excerpt into the database so that it persists.

    How would I do this?

    Thanks.

  • The topic ‘HTML5 Integration Question’ is closed to new replies.