Adding to WordPress guide (#20601)
* Adding to WordPress guide * Adding custom post type info to WordPress guide
This commit is contained in:
committed by
Martin Payne
parent
b63711fd83
commit
b585a46055
@ -10,14 +10,22 @@ As a CMS, WordPress allows you to control and manage content of your website wit
|
|||||||
|
|
||||||
WordPress powers over 30% of all websites and is by far the most used CMS on the planet. Backed by a huge community, this open-source platform powers a multi-billion dollar economy with themes/plugins and custom software.
|
WordPress powers over 30% of all websites and is by far the most used CMS on the planet. Backed by a huge community, this open-source platform powers a multi-billion dollar economy with themes/plugins and custom software.
|
||||||
|
|
||||||
Easy to use, Wordpress offers an easy solution for both web developers and non-web developers.
|
|
||||||
|
|
||||||
Advantages of WordPress include:
|
Advantages of WordPress include:
|
||||||
* Manageable from any computer
|
* Manageable from any computer
|
||||||
* Built-in blog ready to go whenever applicable
|
* Built-in blog ready to go whenever applicable
|
||||||
* Plugins to extend functionality to WordPress sites
|
* Plugins to extend functionality to WordPress sites
|
||||||
* Thousands of free themes are available to customize
|
* Thousands of free themes are available to customize
|
||||||
|
=======
|
||||||
|
Easy to use, Wordpress offers an easy solution for both developers and non-developers.
|
||||||
|
|
||||||
|
### From Blogging Platform to CMS
|
||||||
|
|
||||||
|
The power of WordPress becomes apparent in the use of 3 features: custom post types, custom taxonomies, and custom fields. Generating custom post types allows a website administrator or web developer to separate very specific content types from the rest of their website content. This can be helpful on websites with large page counts and numerous varying content sections.
|
||||||
|
|
||||||
|
For example: lets say you have a company website with a large number of products, numerous physical storefront locations, and a news/blog section. If all of that content was all crammed into the default posts or pages section of the website admin panel, navigating said sections could very quickly become an overwhelming mess.
|
||||||
|
|
||||||
|
In this instance, you could create a custom post type for products, a custom post type for locations, keep thing the default posts section exclusively for your news/blog content.
|
||||||
|
=======
|
||||||
Here are some examples of big name brands using WordPress:
|
Here are some examples of big name brands using WordPress:
|
||||||
* Sony Music
|
* Sony Music
|
||||||
* The New Yorker
|
* The New Yorker
|
||||||
|
Reference in New Issue
Block a user