- WordPress Complete(Sixth Edition)
- Karol Król
- 164字
- 2021-07-02 18:30:08
Getting Started with WordPress
This chapter will guide you through the process of setting up WordPress and customizing its basic features. You can choose between a couple of options regarding where your WordPress website will live. WordPress is relatively small (less than 10 MB) as well as easy to install and administer.
WordPress is available in easily downloadable formats at https://wordpress.org/download/. WordPress is a free, open-source application and is released under GNU General Public License (GPL) - https://en.wikipedia.org/wiki/GNU_General_Public_License. This means that anyone who produces a modified version of the software released under the GPL is required to maintain the same freedom and that people buying or using the software can also modify and redistribute it. Thus, WordPress and other software released under the GPL are maintained as open source. In this chapter, you will learn how to:
- Create a free blog on WordPress.com
- Install WordPress manually on your web host
- Perform basic setup tasks in the WordPress admin panel (the wp-admin)
- Publish your first content
- Visual C++程序設計教程
- Apache Spark 2.x Machine Learning Cookbook
- Mastering C# Concurrency
- Amazon S3 Cookbook
- Python數據挖掘與機器學習實戰
- Scientific Computing with Scala
- 圖數據庫實戰
- BeagleBone Robotic Projects(Second Edition)
- Python趣味編程與精彩實例
- MyBatis 3源碼深度解析
- MySQL 8從零開始學(視頻教學版)
- Java程序設計教程
- Raspberry Pi Blueprints
- JavaScript Concurrency
- Kotlin語言實例精解