bluelemonade
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: get value of custom field of all post of a custom typedone,
Forum: Hacks
In reply to: WP_QUERY() to XML Filefine, works,
Forum: Hacks
In reply to: WP_QUERY() to XML Fileok, my first xml wrapper. will see.
Forum: Fixing WordPress
In reply to: get value of custom field of all post of a custom typeyes thank you!
Forum: Plugins
In reply to: [ImageMapper] edit imagemaphello,
thats what I need. verrrry cool.
i want to export the image and the map data with a own plugin. how can I select all imagemaps and the mapped data of one map. Would be nice to get these information.
regards
Forum: Plugins
In reply to: [ImageMapper] edit imagemapthanks, i test it.
Forum: Plugins
In reply to: [Gwyn's Imagemap Selector] Editing Existing Imagemapthats what I need!!!
and link to page id!
Forum: Plugins
In reply to: Form Submit Problemok, now i got the my page back! but the parameters are gone??? I din’t see it!
<form name ="pull" action="" method="post"> <strong><label for="rawFolder"><?php _e('Select Project to edit:'); ?> </label></strong> <select name="rawFolder" id="rawFolder"> <?php $counter = 0; foreach ($rawFolders as $folder_key ) { $folder_name = $rawFolders[$counter]; if ( $folder_key == $rawFolder ) $selected = " selected='selected'"; else $selected = ''; $folder_name = esc_attr($folder_name); $folder_key = esc_attr($folder_key); echo "\n\t<option value=\"$folder_name\" $selected>$folder_name</option>"; $counter++; } ?> </select> <input type="hidden" name="action" value="pull"/> <?php submit_button( __( 'Select' ), 'button', 'Submit', false ); ?> </form>Forum: Networking WordPress
In reply to: multisite without DNS entryhi, closed network means totally offline network. no internet or dns connections possible.
regards
Forum: Plugins
In reply to: [Gwyn's Imagemap Selector] big imageok, i found my fault. i placed the original sized image… but i didn’t get a horizontal slider.
perhaps you can implement this in future versions.
Forum: Plugins
In reply to: [JSON API] only get posts, no pagesfixed, i used the from type,