Changeset 8129
- Timestamp:
- 01/23/2019 09:13:20 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-features.php
r8113 r8129 47 47 ?> 48 48 </p> 49 <p><?php esc_html_e( 'WordPress combines simplicity for users and publishers with under-the-hood complexity for developers. This makes it flexible while still being easy-to-use.', 'wporg' ); ?></p> 50 <p><?php esc_html_e( 'The following is a list of some of the features that come as standard with WordPress; however, there are literally thousands of plugins that extend what WordPress does, so the actual functionality is nearly limitless. You are also free to do whatever you like with the WordPress code, extend it or modify in any way or use it for commercial projects without any licensing fees. That is the beauty of free software, free refers not only to price but also the freedom to have complete control over it.', 'wporg' ); ?></p> 49 <p><?php esc_html_e( 'WordPress combines simplicity for users and publishers with under-the-hood complexity for developers. This makes it flexible while still being easy-to-use. The following is a list of some of the features that come as standard with WordPress; however, there are literally thousands of plugins that extend what WordPress does, so the actual functionality is nearly limitless. You are also free to do whatever you like with the WordPress code, extend it or modify in any way or use it for commercial projects without any licensing fees. That is the beauty of free software, free refers not only to price but also the freedom to have complete control over it.', 'wporg' ); ?></p> 51 50 <p><?php esc_html_e( 'Here are some of the features that we think that you’ll love.', 'wporg' ); ?></p> 52 51 … … 64 63 <?php esc_html_e( 'WordPress makes it easy for you to manage your content. Create drafts, schedule publication, and look at your post revisions. Make your content public or private, and secure posts and pages with a password.', 'wporg' ); ?> 65 64 </li> 66 <li><strong><?php echo esc_html_x( 'User Management', 'Features page: Section Header', 'wporg' ); ?></strong><br> 65 <li><strong> 66 <?php 67 printf( 68 '<a href="%s">%s</a>', 69 esc_url( __( 'https://wordpress.org/support/article/roles-and-capabilities/', 'wporg' ) ), 70 esc_html_x( 'User Management', 'Features page: Section Header', 'wporg' ) 71 ); 72 ?> 73 </strong><br> 67 74 <?php esc_html_e( 'Not everyone requires the same access to your website. Administrators manage the site, editors work with content, authors and contributors write that content, and subscribers have a profile that they can manage. This lets you have a variety of contributors to your website, and let others simply be part of your community.', 'wporg' ); ?> 68 75 </li> 69 <li><strong><?php echo esc_html_x( 'Media Management', 'Features page: Section Header', 'wporg' ); ?></strong><br> 70 <?php esc_html_e( 'They say a picture says a thousand words, which is why it’s important for you to be able to quickly and easily upload images and media to WordPress. Drag and drop your media into the uploader to add it to your website. Add alt text, captions, and titles, and insert images and galleries into your content. We’ve even added a few image editing tools you can have fun with.', 'wporg' ); ?> 76 <li><strong> 77 <?php 78 printf( 79 '<a href="%s">%s</a>', 80 esc_url( __( 'https://wordpress.org/support/article/media-library-screen/', 'wporg' ) ), 81 esc_html_x( 'Media Management', 'Features page: Section Header', 'wporg' ) 82 ); 83 ?> 84 </strong><br> 85 <?php esc_html_e( 'They say a picture says a thousand words, which is why it’s important for you to be able to quickly and easily upload images and media to WordPress. Drag and drop your media into the uploader to add it to your website. Add alt text and captions, and insert images and galleries into your content. We’ve even added a few image editing tools you can have fun with.', 'wporg' ); ?> 71 86 </li> 72 87 <li><strong><?php echo esc_html_x( 'Full Standards Compliance', 'Features page: Section Header', 'wporg' ); ?></strong><br> 73 88 <?php esc_html_e( 'Every piece of WordPress generated code is in full compliance with the standards set by the W3C. This means that your website will work in today’s browser, while maintaining forward compatibility with the next generation of browser. Your website is a beautiful thing, now and in the future.', 'wporg' ); ?> 74 89 </li> 75 <li><strong><?php echo esc_html_x( 'Easy Theme System', 'Features page: Section Header', 'wporg' ); ?></strong><br> 76 <?php esc_html_e( 'WordPress comes bundled with two default themes, but if they aren’t for you there’s a theme directory with thousands of themes for you to create a beautiful website. None of those to your taste? Upload your own theme with the click of a button. It only takes a few seconds for you to give your website a complete makeover.', 'wporg' ); ?> 77 </li> 78 <li><strong><?php echo esc_html_x( 'Extend with Plugins', 'Features page: Section Header', 'wporg' ); ?></strong><br> 79 <?php esc_html_e( 'WordPress comes packed full of features for every user, for every other feature there’s a plugin directory with thousands of plugins. Add complex galleries, social networking, forums, social media widgets, spam protection, calendars, fine-tune controls for search engine optimization, and forms.', 'wporg' ); ?> 80 </li> 81 <li><strong><?php echo esc_html_x( 'Built-in Comments', 'Features page: Section Header', 'wporg' ); ?></strong><br> 90 <li><strong> 91 <?php 92 printf( 93 '<a href="%s">%s</a>', 94 esc_url( home_url( '/themes/' ) ), 95 esc_html_x( 'Easy Theme System', 'Features page: Section Header', 'wporg' ) 96 ); 97 ?> 98 </strong><br> 99 <?php esc_html_e( 'WordPress comes bundled with three default themes, but if they aren’t for you there’s a theme directory with thousands of themes for you to create a beautiful website. None of those to your taste? Upload your own theme with the click of a button. It only takes a few seconds for you to give your website a complete makeover.', 'wporg' ); ?> 100 </li> 101 <li><strong> 102 <?php 103 printf( 104 '<a href="%s">%s</a>', 105 esc_url( home_url( '/plugins/' ) ), 106 esc_html_x( 'Extend with Plugins', 'Features page: Section Header', 'wporg' ) 107 ); 108 ?> 109 </strong><br> 110 <?php 111 printf( 112 /* translators: %s: Link to Plugin Directory */ 113 wp_kses_post( __( 'WordPress comes packed with a lot of features for every user. For every feature that’s not in WordPress core, there’s a <a href="%s">plugin directory</a> with thousands of plugins. Add complex galleries, social networking, forums, social media widgets, spam protection, calendars, fine-tune controls for search engine optimization, and forms.', 'wporg' ) ), 114 esc_url( home_url( '/plugins/' ) ) 115 ); 116 ?> 117 </li> 118 <li><strong> 119 <?php 120 printf( 121 '<a href="%s">%s</a>', 122 esc_url( __( 'https://wordpress.org/support/article/comments-in-wordpress/', 'wporg' ) ), 123 esc_html_x( 'Built-in Comments', 'Features page: Section Header', 'wporg' ) 124 ); 125 ?> 126 </strong><br> 82 127 <?php esc_html_e( 'Your blog is your home, and comments provide a space for your friends and followers to engage with your content. WordPress’s comment tools give you everything you need to be a forum for discussion and to moderate that discussion.', 'wporg' ); ?> 83 128 </li> 84 129 <li><strong><?php echo esc_html_x( 'Search Engine Optimized', 'Features page: Section Header', 'wporg' ); ?></strong><br> 85 130 <?php 86 /* translators: Link to Plugin Directory search for SEO */ 87 printf( wp_kses_post( __( 'WordPress is optimized for search engines right out of the box. For more fine-grained SEO control, there are plenty of <a href="%s">SEO plugins</a> to take care of that for you.', 'wporg' ) ), esc_url( home_url( '/plugins/search/SEO/' ) ) ); 88 ?> 89 </li> 90 <li><strong><?php echo esc_html_x( 'Multilingual', 'Features page: Section Header', 'wporg' ); ?></strong><br> 91 <?php 92 /* translators: Link to polyglots teams */ 93 printf( wp_kses_post( __( 'WordPress is available in more than 70 languages. If you or the person you’re building the website for would prefer to use WordPress in a language other than English, <a href="%s">that’s easy to do</a>.', 'wporg' ) ), esc_url( 'https://make.wordpress.org/polyglots/teams/' ) ); 131 printf( 132 /* translators: Link to Plugin Directory search for SEO */ 133 wp_kses_post( __( 'WordPress is optimized for search engines right out of the box. For more fine-grained SEO control, there are plenty of <a href="%s">SEO plugins</a> to take care of that for you.', 'wporg' ) ), 134 esc_url( home_url( '/plugins/search/seo/' ) ) 135 ); 136 ?> 137 </li> 138 <li><strong> 139 <?php 140 printf( 141 '<a href="%s">%s</a>', 142 esc_url( __( 'https://wordpress.org/support/article/installing-wordpress-in-your-language/' ) ), 143 esc_html_x( 'Use WordPress in Your Language', 'Features page: Section Header', 'wporg' ) 144 ); 145 ?> 146 </strong><br> 147 <?php 148 printf( 149 /* translators: Link to Polyglots teams */ 150 wp_kses_post( __( 'WordPress is available in more than 70 languages. If you or the person you’re building the website for would prefer to use WordPress in a language other than English, <a href="%s">that’s easy to do</a>.', 'wporg' ) ), 151 esc_url( 'https://make.wordpress.org/polyglots/teams/' ) 152 ); 94 153 ?> 95 154 </li> 96 155 <li><strong><?php echo esc_html_x( 'Easy Installation and Upgrades', 'Features page: Section Header', 'wporg' ); ?></strong><br> 97 <?php esc_html_e( 'WordPress has always been easy to install and upgrade. If you’re happy using an FTP program, you can create a database, upload WordPress using FTP, and run the installer. Not familiar with FTP? Plenty of web hosts offer one-click WordPress installers that let you install WordPress with, well, just one click!', 'wporg' ); ?> 156 <?php 157 printf( 158 /* translators: Link to "Automated Installation" support article */ 159 wp_kses_post( __( 'WordPress has always been easy to install and upgrade. Plenty of web hosts offer one-click <a href="%s">WordPress installers</a> that let you install WordPress with, well, just one click! Or, if you’re happy using an FTP program, you can create a database, upload WordPress using FTP, and run the installer.', 'wporg' ) ), 160 esc_url( __( 'https://wordpress.org/support/article/automated-installation/', 'wporg' ) ) 161 ); 162 ?> 98 163 </li> 99 164 <li><strong><?php echo esc_html_x( 'Importers', 'Features page: Section Header', 'wporg' ); ?></strong><br> 100 <?php esc_html_e( 'Using blog or website software that you aren’t happy with? Running your blog on a hosted service that’s about to shut down? WordPress comes with importers for blogger, LiveJournal, Movable Type, TypePad, Tumblr, and WordPress. If you’re ready to make the move, we’ve made it easy for you.', 'wporg' ); ?> 165 <?php 166 printf( 167 /* translators: Link to "Importing Content" support article */ 168 wp_kses_post( __( 'Using blog or website software that you aren’t happy with? Running your blog on a hosted service that’s about to shut down? WordPress comes with importers for Blogger, LiveJournal, Movable Type, TypePad, Tumblr, and WordPress. If you’re ready to make the move, <a href="%s">we’ve made it easy for you</a>.', 'wporg' ) ), 169 esc_url( __( 'https://wordpress.org/support/article/importing-content/', 'wporg' ) ) 170 ); 171 ?> 101 172 </li> 102 173 <li><strong><?php echo esc_html_x( 'Own Your Data', 'Features page: Section Header', 'wporg' ); ?></strong><br> … … 107 178 </li> 108 179 <li><strong><?php echo esc_html_x( 'Community', 'Features page: Section Header', 'wporg' ); ?></strong><br> 109 <?php esc_html_e( 'As the most popular open source CMS on the web, WordPress has a vibrant and supportive community. Ask a question on the support forums and get help from a volunteer, attend a WordCamp or Meetup to learn more about WordPress, read blogs posts and tutorials about WordPress. Community is at the heart of WordPress, making it what it is today.', 'wporg' ); ?> 180 <?php 181 printf( 182 /* translators: 1: Link to support forums; 2: Link to WordCamp Central */ 183 wp_kses_post( __( 'As the most popular open source CMS on the web, WordPress has a vibrant and supportive community. Ask a question on the <a href="%1$s">support forums</a> and get help from a volunteer, attend a <a href="%2$s">WordCamp</a> or Meetup to learn more about WordPress, read blogs posts and tutorials about WordPress. Community is at the heart of WordPress, making it what it is today.', 'wporg' ) ), 184 esc_url( __( 'https://wordpress.org/support/forums/', 'wporg' ) ), 185 esc_url( 'https://central.wordcamp.org/' ) 186 ); 187 ?> 110 188 </li> 111 189 <li><strong><?php echo esc_html_x( 'Contribute', 'Features page: Section Header', 'wporg' ); ?></strong><br> 112 <?php esc_html_e( 'You can be WordPress too! Help to build WordPress, answer questions on the support forums, write documentation, translate WordPress into your language, speak at a WordCamp, write about WordPress on your blog. Whatever your skill, we’d love to have you!', 'wporg' ); ?> 190 <?php 191 printf( 192 /* translators: %s: https://make.wordpress.org/ */ 193 wp_kses_post( __( 'You can be WordPress too! Help to build WordPress, answer questions on the support forums, write documentation, translate WordPress into your language, speak at a WordCamp, write about WordPress on your blog. Whatever your skill, <a href="%s">we’d love to have you</a>!', 'wporg' ) ), 194 esc_url( 'https://make.wordpress.org/' ) 195 ); 196 ?> 113 197 </li> 114 198 </ul> … … 120 204 <li><strong><?php echo esc_html_x( 'Plugin System', 'Features page: Section Header', 'wporg' ); ?></strong><br> 121 205 <?php 122 /* translators: 1: Link to Codex page about APIs; 2: Link to Plugin Directory */ 123 printf( wp_kses_post( __( 'The <a href="%1$s">WordPress APIs</a> make it possible for you to create plugins to extend WordPress. WordPress’s extensibility lies in the thousands of hooks at your disposal. Once you’ve created your plugin, we’ve even got a <a href="%2$s">plugin repository</a> for you to host it on.', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/WordPress_APIs' ), esc_url( home_url( '/plugins/' ) ) ); 206 printf( 207 /* translators: 1: Link to Developer Hub; 2: Link to Plugin Directory */ 208 wp_kses_post( __( 'The <a href="%1$s">WordPress APIs</a> make it possible for you to create plugins to extend WordPress. WordPress’s extensibility lies in the thousands of hooks at your disposal. Once you’ve created your plugin, we’ve even got a <a href="%2$s">plugin repository</a> for you to host it on.', 'wporg' ) ), 209 esc_url( 'https://developer.wordpress.org/' ), 210 esc_url( home_url( '/plugins/' ) ) 211 ); 124 212 ?> 125 213 </li> 126 214 <li><strong><?php echo esc_html_x( 'Theme System', 'Features page: Section Header', 'wporg' ); ?></strong><br> 127 215 <?php 128 /* translators: 1: Link to Codex page about APIs; 2: Link to Theme Directory */ 129 printf( wp_kses_post( __( 'Create WordPress themes for clients, other WordPress users, or yourself. The <a href="%1$s">WordPress API</a> provides the extensibility to create themes as simple or as complex as you wish. If you want to give your theme away for free you can give it to users in the <a href="%2$s">Theme Repository</a>', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/WordPress_APIs' ), esc_url( home_url( '/themes/' ) ) ); 216 printf( 217 /* translators: 1: Link to Theme Developer Handbook; 2: Link to Theme Directory */ 218 wp_kses_post( __( 'Create WordPress themes for clients, other WordPress users, or yourself. WordPress provides the extensibility to <a href="%1$s">create themes</a> as simple or as complex as you wish. If you want to give your theme away for free you can give it to users in the <a href="%2$s">theme repository</a>.', 'wporg' ) ), 219 esc_url( 'https://developer.wordpress.org/themes/' ), 220 esc_url( home_url( '/themes/' ) ) 221 ); 130 222 ?> 131 223 </li> 132 224 <li><strong><?php echo esc_html_x( 'Application Framework', 'Features page: Section Header', 'wporg' ); ?></strong><br> 133 <?php esc_html_e( 'If you want to build an application, WordPress can help with that too. Under the hood WordPress provides a lot of the features that your app will need, things like translations, user management, HTTP requests, databases, URL routing and much, much more.', 'wporg' ); ?> 225 <?php 226 printf( 227 /* translators: %s: Link to REST API Handbook */ 228 wp_kses_post( __( 'If you want to build an application, WordPress can help with that too. WordPress provides a lot of the features under the hood that your app will need: translations, user management, HTTP requests, databases, URL routing and much, much more. You can also use our <a href="%s">REST API</a> to interact with it.', 'wporg' ) ), 229 esc_url( 'https://developer.wordpress.org/rest-api/' ) 230 ); 231 ?> 134 232 </li> 135 233 <li><strong><?php echo esc_html_x( 'Custom Content Types', 'Features page: Section Header', 'wporg' ); ?></strong><br> 136 234 <?php 137 /* translators: 1: Link to Codex page about Custom Post Types; 2: Link to Codex page about Custom Taxonomies; 3: Link to Codex page about Custom Fields */ 138 printf( wp_kses_post( __( 'WordPress comes with default content types, but for more flexibility you can add a few lines of code to create your own <a href="%1$s">custom post types</a>, <a href="%2$s">taxonomies</a>, and <a href="%3$s">metadata</a>. Take WordPress in whatever direction you wish.', 'wporg' ) ), esc_url( 'https://codex.wordpress.org/Post_Types#Custom_Post_Types' ), esc_url( 'https://codex.wordpress.org/Taxonomies#Custom_Taxonomies' ), esc_url( 'https://codex.wordpress.org/Custom_Fields' ) ); 235 printf( 236 /* translators: 1: Link to Plugin Handbook page about custom post types; 2: Link to Plugin Handbook page about custom taxonomies; 3: Link to Plugin Handbook page about metadata */ 237 wp_kses_post( __( 'WordPress comes with default content types, but for more flexibility you can add a few lines of code to create your own <a href="%1$s">custom post types</a>, <a href="%2$s">taxonomies</a>, and <a href="%3$s">metadata</a>. Take WordPress in whatever direction you wish.', 'wporg' ) ), 238 esc_url( 'https://developer.wordpress.org/plugins/post-types/' ), 239 esc_url( 'https://developer.wordpress.org/plugins/taxonomies/' ), 240 esc_url( 'https://developer.wordpress.org/plugins/metadata/' ) 241 ); 139 242 ?> 140 243 </li> 141 244 <li><strong><?php echo esc_html_x( 'The Latest Libraries', 'Features page: Section Header', 'wporg' ); ?></strong><br> 142 245 <?php 143 /* translators: 1: Link to Developer Handbook page about default scripts */ 144 printf( wp_kses_post( __( 'WordPress comes with the <a href="%s">latest script libraries</a> for you to make use of. These include jQuery, Plupload, Underscore.js and Backbone.js. We’re always on the lookout for new tools that developers can use to make a better experience for our users.', 'wporg' ) ), esc_url( 'https://developer.wordpress.org/reference/functions/wp_enqueue_script/#default-scripts-included-and-registered-by-wordpress' ) ); 246 printf( 247 /* translators: %s: Link to Developer Handbook page about default scripts */ 248 wp_kses_post( __( 'WordPress comes with the <a href="%s">latest script libraries</a> for you to make use of. These include jQuery, Plupload, Underscore.js and Backbone.js. We’re always on the lookout for new tools that developers can use to make a better experience for our users.', 'wporg' ) ), 249 esc_url( 'https://developer.wordpress.org/reference/functions/wp_enqueue_script/#default-scripts-included-and-registered-by-wordpress' ) 250 ); 145 251 ?> 146 252 </li>
Note: See TracChangeset
for help on using the changeset viewer.