How To Set Up A Basic Sales Funnel
Using The Free "Responsive" WordPress Theme
And Integrate Paypal + Aweber
Video #1 - Setting Up Your WordPress Theme And Core Funnel Pages
In this video you're going to learn how to install the 'Responsive' WordPress theme and then create your core funnel pages (Sales Page, Upsell Page, Thank You page).
Video #2 - Setting Up Your Payment Links
In this video you're going to learn how to create payment links in Paypal and connect them to your sales page and upsell page.
Video #3 - Connecting Paypal and Aweber
In this video I walk you through the process of connecting Paypal with Aweber and getting them to 'talk' to each other.
Video #4 - Delivering The Downloads To Your Customers
In this video you're going to learn 2 easy ways of delivering the content your customers have paid for to them.
Free File Hosting Sites
Video #5 - Cleaning Up Your Sales Pages
In this video you're going to learn how to quickly clean up your sales pages using a bit of custom CSS code.
Downloads
- Click Here To Download Custom CSS
Open the text file. Copy and paste the contents as shown in the video.
Video #6 - Adding A Blog Component
In this video I walk you through the process of setting up a blog component with the Responsive WordPress theme.
If you have any questions for Vic, please post them here!
very helpful and done with a good sense of humor. Thanks for the effort and making the complexities of WordPress downright understandable
Victor,
I don't want any menu on any page but still have a menu on my home page.
How can I make it not to show?
Thank you
Mario
Hi Mario,
Here's how to get rid of the navigation menu on all pages.
Go to:
=> WordPress Dashboard
=> Appearance
=> Theme Options
=> CSS Styles
=> Scroll to the bottom and add the following snippet at the end of the text:
.main-nav {
display: none !important;
}
Let me know if you have any more questions.
Vic