flexnds
Power Member
- Jan 4, 2010
- 643
- 699
What is it?
I've been getting more into CPA and it seemed like a pain to keep track of all my iframed offers, and when an offer is expiring you have to remember where the hell you put it. I also wanted to have all the functionality of Wordpress including the content management and all the great stat plugins available too without having to rely completely on the cpa company's stats. Using wordpress stats also allows you to get an idea of where your traffic is coming from so you can capitalize on what works. The wp_head and wp_footer are left in the theme, so you shouldn't have any problems using your favorite stats plugin. Please let me know if anything should be added or taken out or any ideas to expand on this. Thanks!
Dowload The Theme
VT
Here is the code in the single.php file
Just make a field named "offer" without double quotes of course and then put your affiliate link as the value. I also ripped out a lot of the bullsh*t out of the theme so it will load faster. The only thing that slows loading time is the iframed site itself.
I've been getting more into CPA and it seemed like a pain to keep track of all my iframed offers, and when an offer is expiring you have to remember where the hell you put it. I also wanted to have all the functionality of Wordpress including the content management and all the great stat plugins available too without having to rely completely on the cpa company's stats. Using wordpress stats also allows you to get an idea of where your traffic is coming from so you can capitalize on what works. The wp_head and wp_footer are left in the theme, so you shouldn't have any problems using your favorite stats plugin. Please let me know if anything should be added or taken out or any ideas to expand on this. Thanks!
Dowload The Theme
HTML:
http://www.mediafire.com/?wle42sqhqdtt8fr
VT
HTML:
http://www.virustotal.com/file-scan/report.html?id=bc8524cb7d6d9b8fad4042f928e335f1097c558372f98a73120d659d1e91c799-1314790412
Here is the code in the single.php file
PHP:
<?php if ( get_post_meta($post->ID, 'offer') ) : ?>
<iframe src="<?php echo get_post_meta($post->ID, 'offer', true); ?>" width="100%" height="100%" frameborder="0" marginheight="0" marginwidth="0">
<p>Click <a href="<?php echo get_post_meta($post->ID, 'offer', true); ?>">here</a>! (Your browser does not support iframes)</p>
</iframe>
<?php endif; ?>
Just make a field named "offer" without double quotes of course and then put your affiliate link as the value. I also ripped out a lot of the bullsh*t out of the theme so it will load faster. The only thing that slows loading time is the iframed site itself.
Last edited: