WordPress Help
Official documentation, learning resources, and contributor guides collected from WordPress.org.
-
Here’s a reminder for those who haven’t seen…
Here’s a reminder for those who haven’t seen it. Please take a few minutes to fill in the Community Hub Poll as the poll closes Thursday at 00:00UTC. For more information on the Community Hub, please check out this post. #community-hub
-
If you haven’t already seen it the community…
If you haven’t already seen it the community hub poll is up; help them out and fill in the poll before it closes on January 29: http://wordpressdotorg.polldaddy.com/s/community-hub-voting/ Login to Reply
-
Uploading and cropping an image in the media lib, grid view and list view, Macnchrome
Upload and crop from grid view. Upload and crop from list view. Crop an already uploaded image from list view with the admin menu exposed. Impressions: media-new.php should go away. The media lib list view needs drag and drop and the attachment details modal. Cropping is not at all friendly, especially when the admin menu is…
-
Community Hub Poll
If you haven’t seen it yet, please take a quick break to fill out the Community Hub poll. The poll closes at midnight on January 29th, so act quickly! #commhub, #poll
-
Community Hub Poll
Here’s a reminder for those who haven’t seen it. Please take a few minutes to fill in the Community Hub Poll as the poll closes in the next few days. Get at it!
-
Weekly chat agenda We’ve got two things to…
Weekly chat agenda We’ve got two things to chat about this week at 18:00 UTC tomorrow: @grapplerulrich brought up that we should talk about Screen Reader text. https://github.com/Otto42/theme-check/pull/42 and https://make.wordpress.org/themes/2015/01/26/supporting-screen-reader-text/ @greenshady brought up to : Custom CSSCSS CSS is an acronym for cascading style sheets. This is what controls the design or look and feel…
-
Proposal: Customizer Transactions
You may be familiar with transactions in a database context. The idea is simple: once you start a transaction, any change made to the database in the current session will not be applied to other database sessions until a transaction COMMIT is done. Changes performed when the transaction is open will be reflected in any SQL SELECT queries made, and if…
-
Customizer Theme Switcher Update
The Customizer Theme Switcher feature-pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the…
-
Support for Screen Reader Text in Themes
Support for Screen Reader Text in Themes. #accessibility, #themes
-
Supporting Screen Reader Text
Six years ago, r11312-core introduced .screen-reader-text as a canonical class name for text targeted to screen readers for all of coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.. Not only for wp-admin, but also for the front-end through get_search_form(). Up until now, it was not part…