FREE WordPress Squeeze Page

10 replies
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
#free #page #squeeze #wordpress
  • Profile picture of the author Doug Slaton
    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.
    {{ DiscussionBoard.errors[2889491].message }}
  • Profile picture of the author Judith Tramayne
    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 ?>
    Signature
    Helping Authors Self Publish on the
    Kindle, Nook and other eReaders
    http://www.agoodread.com
    {{ DiscussionBoard.errors[2889496].message }}
    • Profile picture of the author AllyW
      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!!!
      {{ DiscussionBoard.errors[2889552].message }}
      • Profile picture of the author Steve Wells
        Originally Posted by AllyW View Post

        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!!!
        LOL! Love it!!!!!

        Glad to say that it doesn't do any of that to me, but I understand for sure.....

        I remember when HTML and CSS did that to me.......
        Signature
        Need Custom Graphics Work? - Message Me For A Design Quote!
        {{ DiscussionBoard.errors[2889586].message }}
      • Profile picture of the author Syamsul Alam
        Originally Posted by AllyW View Post

        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!!!
        I want to thank this because it is so funny. But I somehow out of my 'thank' ammunition.

        So 'thank' and yes, my eyes cross when I see that code! (but my butt don't clenches and I don't feel like barfing)
        Signature
        Signature Here...
        ----------------------------------------------------------------------------------------------------
        Move your cursor to my link and it will magically turned red when you do it. Try (and click) it!
        {{ DiscussionBoard.errors[3215455].message }}
  • Profile picture of the author aandersen
    Istvan Horvath wrote an awesome guide on this subject that you can download free here : http://www.warriorforum.com/main-int...tin-guide.html
    Signature

    signature goes here

    {{ DiscussionBoard.errors[2889512].message }}
  • Profile picture of the author evo900
    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
    {{ DiscussionBoard.errors[2889564].message }}
  • Profile picture of the author Paleochora
    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.
    {{ DiscussionBoard.errors[2889587].message }}
    • Profile picture of the author Steve Wells
      Originally Posted by Paleochora View Post

      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.
      I think people are wordpress crazy!
      Signature
      Need Custom Graphics Work? - Message Me For A Design Quote!
      {{ DiscussionBoard.errors[2889620].message }}
  • Profile picture of the author Jared78
    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...
    {{ DiscussionBoard.errors[3215407].message }}

Trending Topics