The Best Way To Create a Squeeze Page In Wordpress

by Emils
25 replies
  • WEB DESIGN
  • |
Hi everyone,

I want to create a squeeze page for my Wordpress blog. I'm using the Thesis theme. The problem is that if I create a new page in Wordpress, it comes with all my blog's formatting (sidebars, headers, footers, navigation menus, etc.).

How do I get rid of these and design my squeeze page from a scratch (or from a template)?

Thanks!
#create #page #squeeze #wordpress
  • Profile picture of the author amo992
    I use an HTML editor to create a template from scratch

    works great for a squeeze page
    {{ DiscussionBoard.errors[2474927].message }}
  • Profile picture of the author mywebwork
    There are themes like WP Spire that are made exclusively for designing squeeze pages, but you won't be able to do it with Thesis.

    Wordpress Sales Page, Landing Page, Squeeze Page And Minisite Theme | WP Spire

    There are also an abundance of free stand-alone squeeze page themes as well.

    Bill
    {{ DiscussionBoard.errors[2475720].message }}
  • Profile picture of the author Aare
    how about fine 1 columb wp theme with good header and background, and then edit it based on what u need?
    Signature
    God bless us all!
    {{ DiscussionBoard.errors[2476169].message }}
  • Profile picture of the author mathaios
    Originally Posted by Emils View Post

    Hi everyone,

    I want to create a squeeze page for my Wordpress blog. I'm using the Thesis theme. The problem is that if I create a new page in Wordpress, it comes with all my blog's formatting (sidebars, headers, footers, navigation menus, etc.).

    How do I get rid of these and design my squeeze page from a scratch (or from a template)?

    Thanks!
    If your current theme has different options of page templates then you can choose a template with out sidebars or other stuff from your ->Pages->Add new page->Template
    {{ DiscussionBoard.errors[2476291].message }}
    • Profile picture of the author Emils
      I don't want to change the theme of my blog, that would cause me too much problems with the rest of the content.

      Thanks, mathaios. I didn't know about this simple feature.

      I managed to remove everything except for the top navigation panel from the top of my page. Now it is a lot better than what I started with, but it would be even better if I could get rid of the top navigation menu completely. Does anyone know how to do this using Thesis?
      {{ DiscussionBoard.errors[2476481].message }}
  • Profile picture of the author Snathgimsy
    Today, I visited this forum so I found that it's very interested for me..There are many topics available here so I like this so much.....
    {{ DiscussionBoard.errors[2476789].message }}
  • Profile picture of the author bcetin
    Emils, I don't know how to do that with Thesis but I have a suggestion for you. Just create a HTML template for your sales pages (takes only a few hours) then use it to create pages which will take only seconds from that template.

    I'm too using Wordpress to provide summary pages of the products I advertise, but my sales pages are completely independent from WP as it's much faster and SEO friendly (WP creates links like "/?id=5"). For example I have a WP site called example[dot]com and my sales pages are like "example[dot]com/salespage" which are also linked from inside of Wordpress (for search engine bots).
    {{ DiscussionBoard.errors[2477167].message }}
    • Profile picture of the author Emils
      Bad Wordpress urls can be easily fixed by going to settings-->permalinks in your admin panel. Just choose Custom Structure and type in "/%postname%/" without quotes.

      Anyway, thanks for advice, I'm going to design my squeeze page independently from Wordpress.
      {{ DiscussionBoard.errors[2478767].message }}
    • Profile picture of the author HarrySy
      I think it would be a matter of choosing the right template for your blog.
      {{ DiscussionBoard.errors[4584954].message }}
  • Profile picture of the author fthomas137
    In the end, I decided upon the flexibility theme. Fantastic template for building sales pages!

    Frank
    {{ DiscussionBoard.errors[2479378].message }}
  • Profile picture of the author Istvan Horvath
    If you just want to add a simple squeeze page template to your existing blog - check out the Template Tricks link in my sig. It's free, no optin. Just have fun
    Signature

    {{ DiscussionBoard.errors[2479944].message }}
  • Profile picture of the author Acton
    Guys i Ma a web developer but i use Jooma for develop a site.I have some idea but not clearly about Word Press.
    {{ DiscussionBoard.errors[2480164].message }}
    • Profile picture of the author IanCB
      Hi Emils,

      You've hit the key problem with doing squeeze pages on wordpress - how to get rid of the standard navigation which could be distracting to visitors.

      You've got a few options:

      1) As a number of people have said, just create an html page for your squeeze page and link it in to the rest of the page structure manually.
      2) If you want your squeeze page to be your front page, you can either create your wordpress site in a subdirectory and have the html page as your index.html - or you can just install wordpress in the root directory and overwrite wordpress's index.html with your own html file. Wordpress doesn't seem to mind this and wil quite happily deliver all the remaining pages on your site while your html file delivers the home page. You'll have to reupload your html page whenever you upgrade wordpress though as it'll get overwritten.

      I've been using this strategy on a site of mine for a while now and it works well. I use a squeeze page from Hot Video Squeeze Templates (I'm sure you can find a WSO for it somewhere) and have a Thesis site coexisting behind. To be frank, no one worries that the theme of the squeeze page doesn't exactly match the rest of the site.

      3) You can use a different template file. I believe there's a WSO here for a product which essentialy uses wordpress templates to do squeeze pages. This hasn't worked well for me with Thesis as templates work differently in Thesis - I've never figured out how to add your own.

      4) In Thesis you can create decent squeeze pages by selecting the no sidebars template, and then using a custom function to remove the menu bar (in my case, for aesthetic reasons, I replace it with a bar of colour to separate the header from the rest of the page).

      Here's the code I use in my custom_functions.php file:

      remove_action('thesis_hook_before_header', 'thesis_nav_menu');
      add_action('thesis_hook_after_header', 'my_nav_menu');

      /* No nav menu if squeeze page, otherwise put after header */

      function my_nav_menu() { ?>

      <?php if (is_page('subscribe')): ?>
      <div class="bar"> </div>
      <?php else: ?>
      <?php thesis_nav_menu(); ?>
      <?php endif; ?>

      <?php }

      This removes the menu bar and replaces it with a blank bar of colour from the page URL/subscribe. You can change it to your own page id or have multiple pages.

      It also puts the menu below the header rather than the Thesis standard position above it.

      In my custom.css file I have a class for "bar" defined which creates a coloured blank bar across the screen which looks exactly like the menu bar, but with no menu:

      .custom .bar {padding-right: 0em; padding-left: 0em; background: #005a87; height: 30px;}

      If you fiddle around you can achieve pretty much the same effect.

      Your optin form code then goes in the page itself, of course.

      Ian
      {{ DiscussionBoard.errors[2481161].message }}
  • Profile picture of the author lostarts
    Someone recommended "Wordpress Spire" already, and I have to agree. I purchased the developers license a while ago, and it was exactly what I needed.

    With it you can create multiple squeeze/sales pages that have entirely different looks. You will also be able to manage multiple pages from the Wordpress back-end.
    Signature

    "We think in secret and it comes to pass. Environment is but a looking glass" - James Allen, As a Man Thinketh
    clear-mind-meditation-techniques.com
    Premium Landing Page Service
    Quick, Easy, Affordable Squeezepage

    {{ DiscussionBoard.errors[2487874].message }}
  • Profile picture of the author blatternet
    Here's a tutorial how to build a squeeze page with Thesis:
    Creating A Squeeze Page With Thesis - Part One - Thesis Tutorial
    {{ DiscussionBoard.errors[2495159].message }}
  • Profile picture of the author jaspercarol
    I use WordPress to provide summary pages of products that I advertise, but my sales pages are completely independent of the WP, because it is much faster and SEO friendly.
    {{ DiscussionBoard.errors[2498503].message }}
  • Profile picture of the author John Chatman
    The best way that I have found is to simply download a free html editor like NVU and build it from scratch. Once built you can FTP it up to your directory and you are good to go.
    {{ DiscussionBoard.errors[2498520].message }}
  • Profile picture of the author jclz3d
    Get the squeeze theme, it saves a lot of time.
    {{ DiscussionBoard.errors[2498587].message }}
  • Profile picture of the author Julien Duc
    Try Squeeze Theme: Squeeze Theme and Squeeze Plugin (WordPress theme)

    They have released Squeeze Plugin as well (to create a squeeze page using any theme) but I haven't tried this one yet...
    {{ DiscussionBoard.errors[2498658].message }}
    • Profile picture of the author oyohan
      Yeah, I love the squeezetheme products, especially the squeezeplugin. Now you don't have to change your entire theme.
      {{ DiscussionBoard.errors[2730417].message }}
  • Profile picture of the author Sire
    I don't have that problem because my Theme has squeeze page capability built into it.

    Apparently it is possible with Thesis if you purchase a skin. I read a post about it on one of the blogs I frequent.
    {{ DiscussionBoard.errors[4579956].message }}
  • Profile picture of the author mikelray031
    I managed to remove everything except for the top navigation panel from the top of my page. Now it is a lot better than what I started with, but it would be even better if I could get rid of the top navigation menu completely. Does anyone know how to do this using Thesis?
    {{ DiscussionBoard.errors[4618172].message }}
  • Profile picture of the author piyushjeswani
    The WP Spire theme looks good.

    You can try that.

    Thanking you
    Signature
    Selling Approved Google Play Developer Accounts for $100. PM me if you are interested.
    {{ DiscussionBoard.errors[4641843].message }}

Trending Topics