WordPress-Simple-Fields
WordPress-Simple-Fields copied to clipboard
WordPress plugin that extend Custom Fields to include textareas, WYSIWYG-editor, files, attachments, well basically anything
1. Get the media popup to show the same things as the standard media library-popup. 2. Make it work with 3rd part plugins like http://wordpress.org/support/topic/mediathek-not-working-with-simplefield?replies=3#post-4570179 http://wordpress.org/plugins/media-library-assistant/
Something like: most basic: ` [simple_fields_value slug=my_text_field] ` with options: ` [simple_fields_value slug=my_text_field numInset=0 post_id=341] ` though: security issue with getting values from any post_id? It's easy to do with...
Create a smart way to make it possibly to automatically add output to a post/page, like hooking onto the_content. Could be useful for beginners to quickly get them started. -...
**Why** If you don't want your users to have to select a specific connector, you select a default post connector for that post type, or you select that is should...
[ ] Don't use jquery ui modal because things gets messed up [ ] Make selected post clearer/more prominent [ ] Use WP:s own page selector, as seen in menu...
maybe expose this function for ajax on blur(): http://codex.wordpress.org/Function_Reference/sanitize_title_with_dashes
I'm aware that this is not a very tedious task, but an awesome feature would be the ability to create forms with simple fields. Like a contact form, for example....
When adding repeatable field groups there is only the option to create new. A neat feature would be if one could clone a previously created field group so that you...