Book Image

WordPress Responsive Theme Design

By : Dejan Markovic
Book Image

WordPress Responsive Theme Design

By: Dejan Markovic

Overview of this book

<p>WordPress is a free and open source blogging tool, which runs on a web hosting service. It is used to implement responsive themes, to make WordPress sites optimized for mobile devices.</p> <p>This book will teach you how to design and develop your very own responsive WordPress theme and also submit your theme to the WordPress.org repository. The book starts with an introduction to the Responsive Web Design concepts and techniques. Then, it explains how to set up a local WordPress environment and also helps you understand the structure of the WordPress theme. Finally, we learn to create responsive comments in WordPress and also have a look at static pages and index templates. By the end of this book, you will have a better understanding of responsive theme development in WordPress and a WordPress Codex.</p>
Table of Contents (17 chapters)
WordPress Responsive Theme Design
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The Contact Us page


What would be the purpose of our business site if our customers can't contact us? This is why we are going to create a contact us page. Before we do this, we should install the Jetpack plugin as one of the options has a contact form plugin:

First (#1), we can see the Contact Form option, and then (#2), we should click on Activate to activate the contact form.

After we activate this option, we should create the Contact Us page, and in the editor, we will be able to choose the Add Contact Form option:

After clicking on Add Contact Form (#1), we will see the form builder where we will be able to choose fields that we want to use:

Note

This form doesn't have any kind of captcha option, as it is directly wired to the Akismet service, so it doesn't really need it.

Finally, after we accept all the options, the shortcode will be added to our form:

We will just have to publish the page, and that's it: