Monetizing Old Posts
Author: Tim NashI just wrote a quick tutorial on newmedias.co.uk about using our newest free plugin to help monetize old posts but thought paymentblogger readers would also be interested. While the date hiding aspect of the post will I suspect be of limited interest, the ability to increase the number of adverts shown on a post/page after a certain date I suspect will interest a lot of people and involves just one line of code (you can also use other advertising plugins such as openx or oio publisher wrapped with our code to make it truly expandable.
So without further ado go read about and then download
Make Money From Old Blog Posts
Just a quick thought for those who perhaps just want to monetize posts rather then pages you can do so by wrapping the is_post_old() function first around
if(is_single() && !is_page()) {
}
This will show it then only on blog posts and not pages as well.































No comments yet.