Below, you will find a video as well as a written tutorial about how to setup the Landing Page Template.
Setting Up the Gallery Page Template
- First, login to the WordPress Dashboard and on the left hand side, click on the drop down arrow to the right of the “Pages” link. You should see several selections display. Click on the “Add New” link.


- Next, title the page.

- Now, on the left hand side of the screen, click on the drop down arrow next to “Default Template” and select the “Gallery Template” and publish the page.

- After you have published your new page, on the left hand side, click on the “Squeeze Theme” button to go to the Squeeze Theme Main Options.

- Now, click on the “+/-” button next to the “Display Settings”

- Next, select the category you want for “Featured Posts Category”:

- Then save your settings by clicking on the “Save Settings” button.

- Now go to a post categorized as the category you selected for “Featured Posts Category” and click on the “Add an Image” button and select your desired image that you would like to be displayed on the Gallery Template page.

- This time instead of clicking the “Insert into Post” button, you are going to highlight and copy all of the “Link URL.” After copying all of the “Link URL” then close the pop up window so you can see the edit post screen.

-The last step is to save your changes and then view the page.
——–>>>> Click here to go back to the Resource Center
Below, you will find a video as well as a written tutorial about how to setup the Landing Page Template.
Using the Landing Page Template
- First, login to the WordPress Dashboard and on the left hand side, click on the drop down arrow to the right of the “Pages” link. You should see several selections display. Click on the “Add New” link.


- Next, title the page.

- Now, on the left hand side of the screen, click on the drop down arrow next to “Default Template” and select the “Landing Page” template.

- After you have published your new page, on the left hand side, click on the “Squeeze Theme” button to go to the Squeeze Theme Main Options.

- Now, click on the “+/-” button next to the “Landing Page”

- Next, type in your sales copy that you want to use:

- Then paste your video embed code:

- The last step in the process is to save your changes by clicking on the “Save Settings” button.

——–>>>> Click here to go back to the Resource Center
Even though Squeeze Theme has only been available or a week, we have been hard at work improving Squeeze Theme and its versatility for online marketers. We are happy to announce that Squeeze Theme 1.1 is now available for download to all Squeeze Theme Members. There is NO upgrade charge for existing members.
So, what’s new with Squeeze Theme 1.1? Watch this short video and we will show you… Continue Reading →
Squeeze Theme is the squeeze page building tool for WordPress!
Squeeze Theme was built to both function as a customizable blog theme and a squeeze page generation tool. Thanks to its ability to automatically format your FORM code, Squeeze Theme makes setting up dynamic squeeze pages and accompanying blogs VERY EASY.
Just to show you how dynamic and powerful Squeeze Theme is, we built THIS ENTIRE WEBSITE using Squeeze Theme. The incredible Squeeze Theme Options Panel makes customizing Squeeze Theme a breeze – you can change the color of virtually every element on the page! Continue Reading →
Below, you will find a video as well as a written tutorial about how to add a “squeeze” element to your blog.
Adding a Squeeze Element to Your Blog
- In order to complete this tutorial, you must have already set up a squeeze page using Squeeze Theme. If you haven’t done that click HERE to go back to the resource center.
First, login to the WordPress Dashboard and on the left hand side, click on the “Squeeze Theme” button to go to the Squeeze Theme Main Options.

- Now, click on the “+/-” button next to the “Squeeze Form Settings”

- Next select where you want the squeeze element to show up on the blog:

- Make sure you are saving your changes by clicking on the “Save Settings” button.

- The last step in the process is to grab the “Page ID” from the page that you have the squeeze form setup on. To do this step you must actually go to the page where you have the squeeze page set up and then the “Page ID” will be in the far right hand side of teh address bar at the top of the screen.

- Now that you have the “Page ID” go back to the Squeeze Theme Main Options panel and enter the “Page ID” in the corresponding location under the “Squeeze Form Settings” area.

——–>>>> Click here to go back to the Resource Center
Below, you will find a video as well as a written tutorial about how to add your logo to Squeeze Theme.
Adding Your Logo
- With Squeeze Theme, it is easy to upload your own logo. The first thing you need to do is click on the “Squeeze Theme” button on the bottom of the left column of the WordPress dashboard. This should display all of the Squeeze Theme options.

- Now click on the “+/-” button to the left of the “Header Settings” link

- Make sure the logo type is “Image”.

- Then upload your logo by clicking on the “Browse” button and select your logo from your computer.

- Now make sure you save your changes by clicking on the “Save Changes” button.

Once you have successfully installed WordPress, you will need to upload Squeeze Theme to your domain. If you have not already downloaded Squeeze Theme, you can do so on the My Account page.
In this tutorial, we will show you how to install a new WordPress theme.
One thing I recommend doing before following this tutorial is making sure you have the theme in a .Zip format saved somewhere on your computer.
Below, you will find the video tutorial and the written tutorial as well.
Installing a New WordPress Theme
- Once you are in the WordPress Dashboard, make your way over to the left hand side of the screen and click on the “Appearance” link.

- Then, click on the “Add New Themes” link.

- Next, click on the “Upload” link near the top of the screen.

- Now, click the “Browse” button to select the theme’s .Zip file from your computer.

- Once you have selected the .Zip file, click on the “Install Now” button.

- After a successful installation, make sure you click on the “Activate” link.

Before you begin the install, there are few things you need to have and do. You need access to your site and its directory and software to proceed with the installation. These are:
- An access to your web server (via shell or FTP)
- A text editor
- An FTP Client (if you need to install WordPress on a remote server)
- Your web browser of choice
- Latest version of WordPress
To install a self-hosted version of WordPress, you will first need to have a domain and hosting. If you do not have a web host yet, we recommend signing up for Bluehost. You can get a domain and hosting for only $6.95 per month.
Once you have signed up for a web host, you can install WordPress via uploading via FTP or via 1-Click installation (only available on some web hosts). If you do not have an FTP program, we recommend Transmit for Mac or FileZilla for Windows.
Once you have your hosting and FTP client ready, you can install WordPress in as little as 5-minutes.
WordPress Famous 5-Minute Installation
From WordPress.org:
Here’s the quick version of the instructions, for those that are already comfortable with performing such installations. More detailed instructions follow.
- Download and unzip the WordPress package, if you haven’t already.
- Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.
- Rename the wp-config-sample.php file to wp-config.php.
- Open wp-config.php in your favorite text editor and fill in your database details as explained in Editing wp-config.php to generate and use your secret key password.
- Place the WordPress files in the desired location on your web server:
- If you want to integrate WordPress into the root of your domain (e.g. http://example.com/), move or upload all contents of the unzipped WordPress directory (but excluding the directory itself) into the root directory of your web server.
- If you want to have your WordPress installation in its own subdirectory on your web site (e.g. http://example.com/blog/), rename the directory wordpress to the name you’d like the subdirectory to have and move or upload it to your web server. For example if you want the WordPress installation in a subdirectory called “blog”, you should rename the directory called “wordpress” to “blog” and upload it to the root directory of your web server.
- Run the WordPress installation script by accessing wp-admin/install.php in your favorite web browser.
- If you installed WordPress in the root directory, you should visit: http://example.com/wp-admin/install.php
- If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.php
That’s it! WordPress should now be installed.
If you are unable to complete the installation of WordPress using the above method, ask your web host if it offers 1-Click WordPress installations using Fantastico. If it does not, consider switching to a host that does, such as Bluehost.