To have “About Us” page like our demo, we are adding HTML content. Just go to Pages >> Add New and enter the HTML content in the Text editor area. You can view our sample content in HTML format  we have used in our demo here.

wordpress-themes-dw-jason-add-content-to-about-page
Add Content to About Me page

Here’s what it looks like in front-end:

wordpress-themes-dw-jason-about-me-frontend
About Me on Front-end

Contact Page

To have this page like our demo site, we have install a plugin named Contact Form 7.
Step 1Install Contact Form 7 plugin.

Go to Dashboard >> Plugins >> Add New, under Search box, just type Contact Form 7 to search the plugin.

Once done, hit Install Now button to install plugin, always activate the plugin.

wordpress-dw-jason-install-contact-form-7-plugin
Install Contact Form 7 plugin

Step 2Navigate to Dashboard >> Contact >> Contact Forms on your WordPress Dashboard panel. Here you’ll see a default form named “Contact form 1″ like the following screenshot:

wordpress-themes-dw-jason-contact-form-1
Contact Form 1

You also see a code like this:

wordpress-themes-dw-jason-contact-form-7
Short-code of Contact Form

Step 3Go to Pages >> Add New to create a new page where you want to show contact form.Then copy short-code you copied from Step 2 into your content editor.

wordpress-themes-dw-jason-paste-shortcode
Paste Short-code into Editor

To have a beautiful style, go to Contact >> Contact >> Contact form 1, copy the following code to Form box:

[text* your-name class:form-control placeholder "Your Name"]
[email* your-email class:form-control placeholder "Your Email"]
[text your-subject class:form-control placeholder "Subject"]
[textarea your-message class:form-control]
<div class="clearfix">
[submit class:btn class:btn-default class:pull-right "Send"]
</div>
wordpress-themes-dw-jason-copy-to-form-box
Copy to Form box

You completed settings for contact form. Go to front-end and look at the result.

In our Demo site, we use HTML to custom for this page, just copy and paste into Text editor of the page to have a Contact page like our demo. Let’s view content we have used here.