FREE WordPress Squeeze Page

by 10 replies
12
Hi Guys

I a newbie and I am trying to find a FREE word press where I can set up squeeze page, landing page without does side bars, just plain . where we can customize header and back ground a son on .

I need to be able to add:

video
image
HTML

Please let me know .

Thank you
Fabio
#main internet marketing discussion forum #free #page #squeeze #wordpress
  • The Atahualpa theme rocks. It has like 270 different settings you can change and of course the best part, it's free. Check it out, try it out.

    The only thing difficult about it is remembering the name.
  • What you need to do is make a template. It's really EZ to do. I just took one of the php pages in my theme and modified it to only have my header, content of the page and the footer. The php code below is put into a text editor and uploaded to your child theme folder.

    If you don't have a child theme, then put it in your theme folder. If you've done everything right, it will show up in the Appearances, Editor section.

    Then when you put the information in the page part of wordpress, you look to the right under Page Attributes, click the down arrow by Template and the page you made should be there.

    <?php
    /*
    Template Name: salespage
    */
    ?>

    <?php get_header(sales); ?>

    <!--page.php-->
    <div class="w960-" id="content">

    <?php if (have_posts()) : while (have_posts()) : the_post(); // the loop ?>

    <!--Post Wrapper Class-->
    <div class="post">

    <!--Title-->
    <h3 id="post-<?php the_ID(); ?>"><?php the_title(); ?></h3>

    <!--post text with the read more link-->
    <?php the_content(); ?>
    <?php ithemes_insert_edit_link(); ?>

    <!--post meta info-->
    <div class="meta-bottom wrap">
    </div>

    </div><!--end .post-->

    <?php endwhile; // end of one post ?>
    <?php else : // do not delete ?>

    <div class="post">
    <h3><?php _e("Page not Found"); ?></h3>
    <p><?php _e("We're sorry, but the page you're looking for isn't here."); ?></p>
    <p><?php _e("Try searching for the page you are looking for or using the navigation in the header or sidebar"); ?></p>
    </div>

    <?php endif; // do not delete ?>

    </div><!--end #content-->

    <?php get_footer(); //Include the Footer ?>
    • [1] reply
    • Judith, not meaning to be rude here, but when a not-techy person looks at your "simple" code, our eyes cross, our butt clenches, and we feel like barfing. If I tried to copy and paste this, my site would be down for a week!! At least!!!
      • [2] replies
  • Istvan Horvath wrote an awesome guide on this subject that you can download free here : http://www.warriorforum.com/main-int...tin-guide.html
  • even try to copy/paste that code into a program like dreamweaver so you can see the differences in the code, the html code will appear "color coded" and easier to read
  • Why are you using Wordpress for this? Just seems a waste of a database to me.

    Download KomPozer and, even starting from scratch, you could put a half decent squeeze page together.
    • [1] reply
  • It may be worth a small investment in a top quality, highly professional squeeze/sales page. In theory this page could earn you a lot of money. On the flip side a poorly formatted, badly written page could turn off visitors leaving you with nothing.

    Just something to consider...

Next Topics on Trending Feed

  • 12

    Hi Guys I a newbie and I am trying to find a FREE word press where I can set up squeeze page, landing page without does side bars, just plain . where we can customize header and back ground a son on .