Sep 12th, 08
No question that Wordpress PHP template tags and functions make it easy to construct great user interfaces. But if you’d like to do some of the traditionally back-end functions like Creating Posts or Deleting Posts from the front end, you’ll quickly hit the wall…
Probably the most popular example of this is the Prologue theme which, like Twitter, allows a logged-in user to Create a Post from the front page. Stay tuned here for upcoming articles on how to add functions to your theme for Deleting and Updating posts using Ajax to keep the user on the same page without refresh…!
Leave a Reply