Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
WordPress 5 Complete - Seventh Edition

You're reading from  WordPress 5 Complete - Seventh Edition

Product type Book
Published in Feb 2019
Publisher Packt
ISBN-13 9781789532012
Pages 432 pages
Edition 7th Edition
Languages
Concepts
Author (1):
Karol Król Karol Król
Profile icon Karol Król
Toc

Table of Contents (18) Chapters close

Preface 1. Section 1: WordPress
2. Introducing WordPress 3. Getting Started with WordPress 4. Creating Blog Content 5. Pages, Media, and Importing/Exporting Content 6. Section 2: Customizing WordPress
7. Plugins - What They Are and Why You Need Them 8. Securing your WordPress Website 9. Choosing and Installing Themes 10. Customizing your Website Appearance/Design 11. Developing your Own Theme 12. Social Media Integration, Podcasting, and HTTPS 13. Developing Plugins, Widgets, and an Introduction to REST API 14. Section 3: Non-Blog Websites
15. Creating a Non-Blog Website Part One - The Basics 16. Creating a Non-Blog Website Part Two - E-Commerce Websites and Custom Content Elements 17. Other Books You May Enjoy

To get the most out of this book

In order to follow along with the examples in this book, you'll need the following:

  • A computer
  • A web browser
  • A plain text editor
  • FTP software

You might consider a text editor that highlights code (such as Coda, TextMate, HTMLKit, and so on), but a simple plain text editor is all that's required. You may like to run a local copy of WordPress on your computer, in which case you may need a server such as Apache and MySQL installed (though WAMP, XAMPP, or MAMP can take care of all that for you). But even this is not necessary, as you could do the entire thing remotely.

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the SUPPORT tab.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/WordPress-5-Complete-7th-Edition. In case there's an update to the code, it will be updated on the existing GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Download the color images

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. You can download it here: http://www.packtpub.com/sites/default/files/downloads/9781789532012_ColorImages.pdf.

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "If you're installing WordPress on your local server, just be sure to place the WordPress files in the correct webroot directory on your computer.

A block of code is set as follows:

.site-footer {
  float: right;
  padding: 20px;
}

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Now, click on Install WordPress."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}