Wordpress ha appena rilasciato la versione 3.4 della piattaforma, le novità sono davvero interessanti, vediamole:
- possibilità di includere (embed) tweets inserendo il semplice link
http://twitter.com/perugini/statuses/213609630889279489
#Wordpress 3.4 Twitter embeds, custom captions and more | Luca Perugini lucaperugini.it/2012/06/15/wor…
— Luca Perugini (@perugini) June 15, 2012
- editing dinamico della pagina

WordPress 3.4 editing dinamico
fonte WordPress 3.4 Green
- possibilità di inserire codice html della didascalia delle immagini

WordPress 3.4 Html image caption
fonte WordPress 3.4 Green
oltre ad una nutrita serie di modifiche sul lato codex a cui ogni sviluppatore dovrà porre attenzione
Development, Themes, Plugins
- Add a filter to wp_terms_checklist() that wraps the function’s arguments; mainly designed to allow checked_ontop to be turned off
- Add WP_Screen methods get_help_tabs(), get_help_tab( $id ), get_help_sidebar(). Store help tabs by tab ID, not numeric key; allows proper removal with remove_help_tab( $id )
- Add ‘ep_mask’ as an argument to the ‘rewrite’ array for register_post_type() and register_taxonomy(); keeps ‘permalink_epmask’ compatible as an argument for post type registrations; fixes endpoints for category and tag pages
- Add jQuery UI Touch Punch plugin to handle dragging on mobile devices
- Add post ID argument to _wp_post_thumbnail_html() rather than relying on a global; post the ID fromwp_ajax_set_post_thumbnail()
- Add ‘search_columns’ arg to WP_User_Query to allow for explicit column choices; without it columns will be detected based on the search term
- …


