PLR Q&A Session 15 – Simple HTML to WordPress Process
In these video sessions, I will be answering questions that I have collected from some of our PLR customers. Many of the questions are very likely on the minds of a lot of other people so I will be taking some time to answer them in as much depth as possible.
Session 15 – Question:
“I have a lot of PLR products (many of them are from you of course), and most of them include a pre-made HTML sales page with sales copy within. How can I take this pre-made sales page and use it on my WordPress site?”
Session 15 – Video Reply:
Great video and another way to do it very simple is add
< ? php
/*
Template Name: My Custom Page
*/
take the spaces out between < ? php
this will import everything as is by uploading the sales page and make sure you upload your images to the theme directory and your done and use the footer to add some basic links back to the front of your blog.
Thanks Albert!
Would you need to install a php execution plugin to make this work?
Really helpful demo Justin … thank you!
Awesome thanks for commenting Donna!
Hi Justin. Albert is talking about creating a PHP file and adding it to your theme’s directory. Then going and changing the template in the pages area like you do when you choose full width. The advantage to this method is that it is quick. The disadvantage it is just a static page being served by WordPress.
Whatever method you choose, the biggest pain point will be the images! There is no real small solution…yet 😉
Thanks Mark. Yeah there really isn’t an “ideal” way to do this yet is there? Thanks for chiming in… I know you are very experienced in this this realm 🙂