From 37dd7d2cb26fade99a4ebe21e07c7ac86bf50614 Mon Sep 17 00:00:00 2001 From: missstaff <44305515+missstaff@users.noreply.github.com> Date: Tue, 4 Dec 2018 13:34:25 -0800 Subject: [PATCH] corrected grammar and added link to index.md (#23622) * corrected grammar, added link I corrected grammar in 2 places and added the link to Wordpress Coding Standards. * fix: removed duplicate paragraph added during merge conflict resolution --- guide/english/wordpress/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/guide/english/wordpress/index.md b/guide/english/wordpress/index.md index f48cfccd0b..12b88540d0 100644 --- a/guide/english/wordpress/index.md +++ b/guide/english/wordpress/index.md @@ -2,7 +2,7 @@ title: WordPress --- -![alt text][logo] +![wordpress logo][logo] [logo]: https://s.w.org/style/images/about/WordPress-logotype-standard.png @@ -14,12 +14,14 @@ WordPress powers over 30% of all websites and is by far the most used CMS on the Both easy to use and highly customizable, Wordpress offers an easy solution for both web developers and non-web developers alike to create a site. -Just a few advantages of WordPress: +Just to name a few advantages of WordPress: * Users are able to manage their Wordpress webpage from any computer * Has a blog built-in and ready to go whenever applicable. * Has plugins, which extend functionality to WordPress sites. * Wordpress sites can be hosted on any server running the LAMP stack +Whether it is page transitions or a customized contact form, WordPress users are only a few clicks away from success and a beautiful website. + ### WordPress as Blogging Platform Blogging is a foundational feature of WordPress. One of the primary things it allows you to do is create individual "posts", and designate a main blog page that displays them in chronological order. @@ -137,3 +139,4 @@ After confirming installation your will be on the WordPress Dashboard. - [Download WordPress](https://wordpress.org/download/) - [WordPress Codex: the online manual](https://codex.wordpress.org/) - [WordPress Code Reference](https://developer.wordpress.org/reference/) +- [WordPress Coding Standards](https://make.wordpress.org/core/handbook/best-practices/coding-standards/)