**[WordPress][1]** is a PHP-based, open source content management system ([tag:cms]) for creating websites and blogs. Through its dynamic presentation of content, webmasters have the flexibility to create beautiful and useful websites easily. Through its system of filters and hooks, WordPress allows developers to extend functionality through pieces of code called functions, which can be grouped into separate executables called "plugins". It is also possible to customize a WordPress installation via the creation of custom themes. [WordPress][1] as a content management platform should be distinguished from [wordpress.com][2], which is a hosted solution by the creators of WordPress. For a discussion of the differences, visit [WordPress.com and WordPress.org][3]. This tag is for programming-specific questions related to WordPress, especially those that involve a mix of languages and technologies (PHP, MySQL, CSS, JavaScript/jQuery and others). Questions about plugin and theme development, WordPress administration, management best practices and server configuration are best asked on Stack Exchange [WordPress Development][4]. History ------- b2 was the precursor of WordPress and developed in 2001. It used PHP and MySql, but was not so successful(only 3000 Blogs until 2003). WordPress appeared the first time in 2003 as a fork of b2, the version 1.0 was developed until January 2004. WordPress has since been improved many times through updates. Links ----- - **[WordPress Development Stack Exchange][5]** Stack Exchange's dedicated WordPress site. Questions about programming themes, drop-ins and plugins and about the administration of WordPress are on topic there. - **[WordPress.org][6]** The main site where you can [download the code][7], [plugins][8] and [themes][9]. There is also a [forum][10]. - **[WordPress Codex][11]** Documentation wiki with lots of good tutorials, references and links. - **[Wordpress Code Reference][12]** Advanced search for WordPress' functions, classes, methods, and hooks. - **[Make WordPress][13]** Official resources to help people develop for WordPress. - **[WordPress Mailing Lists][14]** 18 lists to discuss nearly every aspect of WordPress. - **[WordPress Trac][15]** Bug tracker for WordPress. Useful to keep on track of the latest changes – and to report the bugs you found. - **[WordPress Chat][16]** Here you may sometimes get help very fast. - **[Installing WordPress][17]** Installing WordPress & getting started. - **[Plugin Handbook][18]** WordPress Plugins allow easy modification, customization, and enhancement to a WordPress blog. - **[Plugin API][19]** Article is specifically about the API of "Hooks", also known as "Filters" and "Actions", that WordPress uses to set your plugin in motion. - **[Theme Development][20]** WordPress themes are easy to create and make it useable. WordPress has it's own tutorial site, where everyone can educate themselves, beginner or expert. - **[WordPress Multisite][21]** You have the ability to create a network of sites by using the multisite feature. This article contains instructions for creating a multisite network. - **[Wordpress Download][22]** Download WordPress latest version. - **[Getting Started][23]** Getting Started with WordPress - **[WordPress Wikipedia Article][24]** ----- ### Related Tags - [tag:php] - [tag:content-management-system] - [tag:wordpress-ecommerce] - [tag:wordpress-theming] - [tag:wordpress-theme-customize] - [tag:wordpress-thesis-theme] - [tag:wordpress-plugin] - [tag:custom-wordpress-pages] [1]: https://wordpress.org/ [2]: https://wordpress.com/ [3]: https://en.support.wordpress.com/com-vs-org/ [4]: https://wordpress.stackexchange.com/ [5]: https://wordpress.stackexchange.com/ [6]: https://wordpress.org [7]: https://wordpress.org/download/ [8]: https://wordpress.org/plugins/ [9]: https://wordpress.org/themes/ [10]: https://wordpress.org/support/ [11]: https://codex.wordpress.org [12]: https://developer.wordpress.org/reference/ [13]: https://make.wordpress.org/ [14]: http://lists.automattic.com/mailman/listinfo [15]: https://core.trac.wordpress.org/ [16]: https://codex.wordpress.org/IRC [17]: https://codex.wordpress.org/Installing_WordPress [18]: https://developer.wordpress.org/plugins/ [19]: https://codex.wordpress.org/Plugin_API/ [20]: https://codex.wordpress.org/Theme_Development [21]: https://codex.wordpress.org/Create_A_Network [22]: https://wordpress.org/download/ [23]: https://codex.wordpress.org/Getting_Started_with_WordPress [24]: https://en.wikipedia.org/wiki/WordPress [25]: https://w3techs.com/technologies/overview/content_management/all/