Monetizing Old Posts

Author: Tim Nash

I 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.

RSS feed | Trackback URI

Comments »

    No comments yet.

Leave a comment

Name (required)
E-mail (required - never shown publicly)
URI
Web site Name (will be used as link text for top commentators)
Subscribe to comments via email
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.