WordPress (nonfiction): Difference between revisions

From Gnomon Chronicles
Jump to navigation Jump to search
(Created page with "'''WordPress''' is a free and open-source web application framework based on PHP and MySQL. == Description == WordPress began as blog software. It has since evolved into a...")
 
No edit summary
 
Line 32: Line 32:
* [https://en.wikipedia.org/wiki/WordPress WordPress] @ Wikipedia
* [https://en.wikipedia.org/wiki/WordPress WordPress] @ Wikipedia
* [https://code.tutsplus.com/tutorials/creating-single-page-applications-with-wordpress-and-angularjs--cms-25095 Creating Single Page Applications With WordPress and Angular.js]
* [https://code.tutsplus.com/tutorials/creating-single-page-applications-with-wordpress-and-angularjs--cms-25095 Creating Single Page Applications With WordPress and Angular.js]
== Forms ==
See [[Forms in WordPress (nonfiction)|Forms in WordPress]].


[[Category:Nonfiction (nonfiction)]]
[[Category:Nonfiction (nonfiction)]]
[[Category:Computer science (nonfiction)]]
[[Category:Computer science (nonfiction)]]
[[Category:WordPress (nonfiction)]]
[[Category:WordPress (nonfiction)]]

Latest revision as of 09:34, 4 April 2020

WordPress is a free and open-source web application framework based on PHP and MySQL.

Description

WordPress began as blog software.

It has since evolved into a web-based content management system which can be customized for a wide range of purposes, including traditional non-blog websites, portfolio websites, e-commerce websites, etc.

Features

Features include a plugin architecture and a template system.

Popularity

WordPress was used by more than 23.3% of the top 10 million websites as of January 2015.

WordPress is the most popular blogging system in use on the Web, at more than 60 million websites.

License

The license under which WordPress software is released is the GPLv2 (or later) from the Free Software Foundation.

Examples of WordPress sites

External links

Forms

See Forms in WordPress.