How To Design A Landing or Squeeze Page

0 Flares Twitter 0 Facebook 0 Google+ 0 LinkedIn 0 Pin It Share 0 StumbleUpon 0 Buffer 0 Buffer 0 Flares ×

Do you know what a Squeeze page is? Do you know what a landing page is? There both exactly the same thing.

A page that is specifically designed for prospective buyers or email subscribers to land on.

The best landing pages have no sidebars, footer, header or navigation and convert the best.

If you’ve ever wanted to know the easiest way to design a landing page using the Thesis theme you’re in luck.

First you need to create a new page or use an existing page and you may choose to hide it from your navigation which can be done if you have a custom menu.

Otherwise you can install a free wordpress plugin by Simon Wheatley – Exclude Pages and tick the box on the page you want to exclude.

Some squeeze or squeeze page templates actually cost more than the entire Thesis Theme for WordPress

Then you need to paste the code below into your custom file editor.

You’ll need to edit the code and change the page/post I.D to your own.

The way to find the correct I.D is to hover your mouse pointer over the page or post title when your inside you menu and you’ll see it at the bottom left hand corner of your screen.

You can also place your mouse cursor over the preview post/page link when editoring the page and you will also see the page I>D in the bottom left hand corner of your screen.

It should look like this: 664 is mine and yours will be different so replace the page i.d in red below and paste all the code into your Thesis custom file editor.

Landing Page I.D

function custom_remove_defaults($content) {

return false;

}

function my_sales_page() {

if (is_page(‘664‘)) {

add_filter(‘thesis_show_header’, ‘custom_remove_defaults’);

add_filter(‘thesis_show_sidebars’, ‘custom_remove_defaults’);

add_filter(‘thesis_show_footer’, ‘custom_remove_defaults’);

}

}

add_action(‘template_redirect’,'my_sales_page’);

The 3 lines in bright blue filter out the header, sidebar and footer so if you don’t want any one of them removed from your landing page don’t add the line of code for that specific filtering action.

Here’s what the php code should look like in your custom editor.

Don’t forget to add your own page i.d

Design Landing Page

 

Your landing page will then be totally bare so you can then design your sales page the way you want.

You can add videos, images, opt-in forms, payment buttons, and anything else you want to use to get your readers to focus on. These can be added directly into your WordPress page editor, and require no further php code.

Keep it simple and in the middle.

A landing page can be used for any action that requires a specific result by focusing the reader on performing an action which may be to enter an email address or buy a product or service.

Here’s a few tips on how to design a great landing page that converts.

  1. Put your sales copy in the first few sentences and get straight to the point. 80% of site visitors won’t scroll below the fold.
  2. Keep your content simple and uncluttered. Use plenty of room so your readers can easily focus and absorb your call to action.
  3. Optimize your page load speeds and install a caching plugin so your readers don’t have to wait to see your content.
  4. Use the same colors and sales copy you use in your banners or PPC ads. Keep it familiar.
  5. Create a Killer Headline. Your headline is crucial to draw your readers into the body of your content.
  6. Don’t use the same page template that’s on all your other wordpress pages/posts. Design proper pages using the code above.
  7. An effective landing page asks for one specific action, and that’s it. So don’t forget to clearly ask for that one specific action and not 2 0r 3 things. To many choices only confuse readers who will then not take any action.

So where’s your landing page?

Did you add code to your editor and design your own page or do you buy a landing page plugin?

0 Flares Twitter 0 Facebook 0 Google+ 0 LinkedIn 0 Pin It Share 0 StumbleUpon 0 Buffer 0 Buffer 0 Flares ×
Brad Dalton

Brad Dalton

WordPress Consultant 110+ Hrs/Week, traveler and lover of big surf, making new friends & my family. Read more about Brad Dalton or contact me if you need help with WordPress.
Brad Dalton

@wpsitesdotnet

Howdy! WP Sites creates daily tips & tutorials providing solutions for WordPress users.
Add Featured Image Thumbnail From Post To RSS Feed http://t.co/9s5eMU68A6 - 1 day ago
Brad Dalton

Never Miss The Latest Design Tips!

Comments

  1. Blogging Tips says:

    big thankssssssssssss !! this is what i was looking from a long time !!

Speak Your Mind

*

Need A Solution for WordPress?

solutions for wordpress
WP Sites offers new posts & 900+ existing tutorials which include:

  1. 1. The basics on using WordPress to build & design a website
  2. 2. Tested PHP & CSS code snippets for easy customization of your theme
  3. 3. Tips, tricks & idea's on how to solve problems with WordPress

 
Enter your email address below & click "Get Updates!"