WordPress Help
Official documentation, learning resources, and contributor guides collected from WordPress.org.
-
Gave the content area 40 more horizontal …
Gave the content area 40 more horizontal pixels and 10 more vertical pixels. For 800×600 users, that’s a lot of extra room! #ui
-
Wireframes are now public.
Wireframes are now public. #ui
-
Alex landed a comment type filter for ed …
Alex landed a comment type filterFilter Filters are one of the two types of Hooks https://codex.wordpress.org/Plugin_API/Hooks. They provide a way for functions to modify data of other functions. They are the counterpart to Actions. Unlike Actions, filters are meant to work in an isolated manner, and should never have side effects such as affecting global…
-
Andrew, Alex, and I are making good prog …
Andrew, Alex, and I are making good progress on implementing the wireframes. A full wireframe deck should go public real soon now. #ui
-
Otto has a great post on updating themes …
Otto has a great post on updating themes to use threaded comments. If you try out the new comments APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways., let us know what would make your life easier.…
-
Working our way through the latest wiref …
Working our way through the latest wireframes. Waiting on first revision of the visual design. Put out another UI poll. #ui
-
Andrew landed batch editing for posts an …
Andrew landed batch editing for posts and pages. Check boxes next to posts you want to batch edit, select “Edit” from “Actions” dropdown, click Apply. Batch edit interface pops up allowing you to set categories, tags, etc. for all selected posts. #ui
-
New menu organization based on poll feed …
New menu organization based on poll feedback is in. #ui
-
The comment paging patch is now usable. …
The comment paging patchpatch A special text file that describes changes to code, by identifying the files and lines which are added, removed, and altered. It may also be referred to as a diff. A patch can be applied to a codebase for testing. is now usable. Time for review and then hopefully commit. #comments
-
Added styling to the Quick Edit for post …
Added styling to the Quick Edit for posts and pages, now it resizes nicely; fixed some problems and removed the extra AJAX calls (now it doesn’t need to load extra xml data to keep it going). Added basic sticky menu support, it remembers the open parents. The current parent is always open. #ui