Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
WordPress Complete, Sixth Edition

You're reading from   WordPress Complete, Sixth Edition A comprehensive guide to WordPress development from scratch

Arrow left icon
Product type Paperback
Published in Aug 2017
Publisher Packt
ISBN-13 9781787285705
Length 412 pages
Edition 6th Edition
Languages
Concepts
Arrow right icon
Toc

Table of Contents (14) Chapters Close

Preface 1. Introducing WordPress 2. Getting Started with WordPress FREE CHAPTER 3. Creating Blog Content 4. Pages, Media, and Importing/Exporting Content 5. Plugins - What They Are and Why You Need Them 6. Choosing and Installing Themes 7. Customizing Your Website Appearance/Design 8. Developing Your Own Theme 9. Social Media Integration, Podcasting, and HTTPS 10. Developing Plugins, Widgets, and an Introduction to the REST API 11. Community Blogging 12. Creating a Non-Blog Website Part One - The Basics 13. Creating a Non-Blog Website Part Two - E-Commerce Websites and Custom Content Elements

Shortcodes

Shortcodes are a handy way to let a nontechnical person, such as an editor of a website, include dynamic content within pages and posts, without having to actually use any PHP, complex HTML structures, or custom JavaScript. In other words, shortcodes are handy reusable pieces of code, yet they don't require any actual coding experience or knowledge on the end user's part.

Shortcodes and the way they work

The way a shortcode works is that you tell WordPress to look at the text within square brackets ([]) and evaluate it by running a PHP function. That PHP function can live in the functions.php file of your theme, or in a plugin file, or in a widget file. Let's create a simple shortcode and include...

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 $19.99/month. Cancel anytime