Frontend Simple Local Avatar upload
I’m using Simple Local Avatars for uploading custom user avatars.
I’m using Simple Local Avatars for uploading custom user avatars.
I am using this to allow users to delete their own posts on the front end of my site:
I have created a simple frontend form to allow users to submit posts – similar to the tutorial here – http://voodoopress.com/ . I also have a couple of custom taxonomies which i have as text input boxes on my form. This is all working but i was wondering if there is anyway i can have all the fields including Post Title and the taxonomies to auto suggest existing values?
I am trying to create a public form where users can upload multiple images to be attached to a particular post. I am able to get it to work with single images thanks to this post at Golden Apples Design.