WordPress Help
Official documentation, learning resources, and contributor guides collected from WordPress.org.
-
Communication
It is important to connect with other contributors and stay up-to-date with what is happening with the mobile apps you contribute to. There are three main channels of communication: The Make WordPress Mobile blog The #mobile channel in WordPress.orgWordPress.org The community site where WordPress code is created and shared by the users. This is where…
-
Stats
Going to be working on a plan for collecting contributor stats in all areas of the project. Pretend we have no technical limitations; what stats do you think it would cool to have around documentation? Leave your ideas in the comments, and I’ll add them to the master list for discussion with the MetaMeta Meta…
-
Support Stats
When I go to conferences like Open SourceOpen Source Open Source denotes software for which the original source code is made freely available and may be redistributed and modified. Open Source **must be** delivered via a licensing model, see GPL. Bridge and see the other project community managers trotting out their activity stats, a little…
-
Contributor Stats
Going to be working on a project around stats for the contributor community, something at which we currently suck (even creating the list of people with props each release is still a fairly manual process). For the sake of this exercise, ignore the voice in your head that thinks, “There’s no way to gather that…
-
Plugin/Plugin Team Stats
We don’t track our progress as a project very well. We have relatively few stats that we look at over time to see how we’re growing/changing, and those we do have are largely cobbled together with various combinations of manual labor and scripting. One of the things I want to do this year is get…
-
Colors
Base WordPress Blues These are the primary blue colors used. The two values allow for use in dark and light backgrounds. Base Lighter Blue #1e8cbe rgb(30, 140, 190) UIColor * color = [UIColor colorWithRed:30/255.0f green:140/255.0f blue:190/255.0f alpha:1.0f]; Base Darker Blue #0074a2 rgb(0, 116, 162) UIColor * color = [UIColor colorWithRed:0/255.0f green:116/255.0f blue:162/255.0f alpha:1.0f]; The Blues…
-
Contribute Design
WordPress’ Mobile Apps provide a unique opportunity for designers to help push the envelope in a very fast-paced world. Design contributions to the mobile apps are in general pixel-based graphics, but those skilled with wireframing and mocking up interfaces are more than welcome to contribute to updates that way. A Designer’s Guide to the Mobile…
-
Credits
People that have contributed in making this handbook: Eric Johnson (@aerych) Dan Roundhill (@mrroundhill) Jorge Bernal (@koke) Isaac Keyet (@isaackeyet) Sendhil Panchadsaram (@sendhil) Hugo Baeta (@hugobaeta) Danilo Ercoli (@daniloercoli) Beau (Robert) Collins (@beaucollins) Rachel McCollin (@rachel_mccollin) Keep Calm & Enable XML-RPC.
-
Ways to Get Involved
This section of the handbook provides an overview of different ways to get involved contributing to the WordPress mobile apps. There are many ways to get involved and aside from programming for one of the mobile platforms, there are opportunities for designers to help envision new features and find better solutions to UIUI UI is…
-
Mobile App Handbook
Welcome to the WordPress Mobile App Handbook, the place to learn how to get involved in the WordPress mobile community, and start contributing to the WordPress mobile apps. There are official WordPress apps on Android and iOSiOS The operating system used on iPhones and iPads., and just like coreCore Core is the set of software…