WordPress

  • Take the 2016 WordPress User Survey

    Take the 2016 WordPress User Survey

    With WordCamp US a little less than a month away, it’s time to take the 2016 WordPress user survey. The survey is quick and easy to fill out with only a few questions to answer. Results are anonymized and will be shared at this year’s State of the Word presentation. Results from last year’s survey…

  • A Preview of the Custom CSS Editor Added to the Customizer in WordPress 4.7

    A Preview of the Custom CSS Editor Added to the Customizer in WordPress 4.7

    WordPress 4.7 is a little more than a month away and is going to be packed with new features and improvements. In particular, five feature projects related to the customizer were approved for merge and will be part of the release. One of the feature projects is the custom CSS editor that enables users to…

  • WordPress 4.7 Removes the Underline and Justify Buttons From the Editor

    WordPress 4.7 Removes the Underline and Justify Buttons From the Editor

    Back in August, we highlighted potential changes to the WordPress editor that would improve the user experience. The team has since implemented some of the suggestions outlined in ticket #27159 into WordPress 4.7, including rearranging some of the toolbar buttons. The headers drop-down menu is now in the top row of buttons while the strikethrough…

  • WordPress 4.7 Beta 1 Now Available for Testing

    WordPress 4.7 Beta 1 Now Available for Testing

    WordPress 4.7 Beta 1 was released this evening with a long list of highlighted features that are certain to delight both end users and developers. Core contributors are asking for testing and feedback on some of the larger items ahead of the official release, slated for December 6. Twenty Seventeen and its support for atmospheric…

  • WordPress 4.7 Brings Custom Page Template Functionality to All Post Types

    WordPress 4.7 Brings Custom Page Template Functionality to All Post Types

    WordPress 4.7 will introduce support for post type templates, an exciting new feature for theme and plugin developers. Page templates, which allow developers to specify a different layout or design for a page, are nearly as old as WordPress itself. For years developers have coveted that same functionality for other post types. In fact, a…

  • WordPress 4.7 to Introduce User-Specific Language Setting for the Admin

    WordPress 4.7 to Introduce User-Specific Language Setting for the Admin

    WordPress 4.7 will allow users to select a language to use in the admin. Prior to this change, using a different language for the admin required installing the necessary translations and editing the wp-config.php file or using a plugin. A user-specific language setting makes it possible to run a WordPress site in one language on…

  • WP REST API Content Endpoints Officially Approved for Merge into WordPress 4.7

    WP REST API Content Endpoints Officially Approved for Merge into WordPress 4.7

    After a lengthy and impassioned meeting in the WordPress #core Slack channel on Monday evening, the WP REST API content endpoints were conditionally approved for merge into 4.7. Since that time Brian Krogsgard published a document with input from the team on how they plan to measure the success of the API. The conditions included…

  • WordPress 4.7 to Ship with Infrastructure from the Customize Snapshots Feature Plugin

    WordPress 4.7 to Ship with Infrastructure from the Customize Snapshots Feature Plugin

    Customize Changesets, the technical term for the infrastructure in the Customize Snapshots feature plugin, was merged into WordPress 4.7 yesterday. The project, formerly known as Customizer Transactions, brings the underlying architecture required for the ability to save a session as a draft. It enables WordPress to save a set of changes made in the Customizer…

  • WP REST API Content Endpoints Conditionally Approved for Merge in 4.7

    WP REST API Content Endpoints Conditionally Approved for Merge in 4.7

    The WP REST API team and WordPress core contributors met tonight to decide whether to merge the content endpoints in 4.7. After the merge proposal was published a week ago, several core developers expressed concern regarding the brokered authentication scheme and the team has since decided to remove it from the proposal in favor of…

  • The Days of Creating Child Themes for Simple CSS Changes May Soon Be Over

    The Days of Creating Child Themes for Simple CSS Changes May Soon Be Over

    The general advice given to users who want to make simple edits to a theme without losing them is to create a child theme. This involves creating a directory, CSS file, a functions.php file, and uploading them to the webserver via WordPress or FTP. Users must also make sure the child theme references the parent theme correctly in…

  • Polyglots Team to Host 2nd Global WordPress Translation Day November 12

    Polyglots Team to Host 2nd Global WordPress Translation Day November 12

    The WordPress Polyglots team is planning another Global WordPress Translation Day after the success of the original event in April. The first event drew 448 participants from more than 105 countries to online streaming sessions and live meetups, where contributors worked on more than 160 languages. Global WordPress Translation Day 2 is set for November…

  • WP REST API Team Proposes to Merge Content Endpoints Into WordPress 4.7

    WP REST API Team Proposes to Merge Content Endpoints Into WordPress 4.7

    Over the weekend, the WP REST API team published a proposal to merge the API endpoints for content types into WordPress 4.7. This is the second in a two-part proposal, which merged the infrastructure for the API into core in October 2015. Since that time the team has worked on polishing the content endpoints and…

  • WordPress 4.7 Will Allow Developers to Register Custom Bulk Actions in Admin List Tables

    WordPress 4.7 Will Allow Developers to Register Custom Bulk Actions in Admin List Tables

    WordPress 4.7 will allow for custom bulk actions in admin list tables, an exciting new feature for developers. List tables are found on various screens throughout the admin. Bulk actions are the dropdowns that let users perform actions such as activate or deactivate plugins in bulk, move multiple posts to the trash, and bulk delete…

  • WordPress 4.7 to Allow 255-Character Passwords for Protected Posts

    WordPress 4.7 to Allow 255-Character Passwords for Protected Posts

    WordPress users who protect posts with passwords will soon have the option to make their passwords more secure. The upcoming 4.7 release brings resolution to a 12-year old ticket requesting an increase in the number of characters allowed for passwords on password-protected posts. Users will now be able to protect their posts with 255-character passwords,…