The Best Way To Create a Squeeze Page In Wordpress

by 25 replies
30
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!
#website design #create #page #squeeze #wordpress
  • I use an HTML editor to create a template from scratch

    works great for a squeeze page
  • 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
  • how about fine 1 columb wp theme with good header and background, and then edit it based on what u need?
  • 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
    • [ 1 ] Thanks
    • [1] reply
    • 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?
  • 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.....
    • [1] reply
    • Someone got xrumer for their birthday. :rolleyes:
  • 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).
    • [2] replies
    • 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.
    • I think it would be a matter of choosing the right template for your blog.
  • In the end, I decided upon the flexibility theme. Fantastic template for building sales pages!

    Frank
  • 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
  • Guys i Ma a web developer but i use Jooma for develop a site.I have some idea but not clearly about Word Press.
    • [1] reply
    • 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
  • 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.
  • Here's a tutorial how to build a squeeze page with Thesis:
    Creating A Squeeze Page With Thesis - Part One - Thesis Tutorial
    • [ 1 ] Thanks
  • [DELETED]
  • 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.
  • 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.
  • Get the squeeze theme, it saves a lot of time.
  • 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...
    • [1] reply
    • Yeah, I love the squeezetheme products, especially the squeezeplugin. Now you don't have to change your entire theme.
  • Banned
    [DELETED]
  • 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.
  • 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?
  • The WP Spire theme looks good.

    You can try that.

    Thanking you
    • [1] reply
    • This is helpful thread as I do have similar problem.
      I'm using FlexSqueeze, still I can't get rid of the top navigation buttons.
  • Banned
    [DELETED]

Next Topics on Trending Feed