To not have images or adsense show up on print friendly pages with wp-print.php plug-in for Wordpress–
After:
$content = str_replace(']]>', ']]>', $content);
insert:
$content = strip_tags($content, '<p><b><i><a><ul><li><pre><hr><blockquote>');
(I also inserted <br> into the list. The above are the tags you are allowing on the print formatted page.)
See here for more info.
Thanks yet again to lesterchan.net for not only the plug-in, but for the awesome support.
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Looking for reliable web hosting?
FutureQuest – the only web host datSplat! will ever recommend
Click the image below to get your site on a FutureQuest as well!
Be sure to check out FutureQuest's Hosting Specials & Coupons!
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*


Email To A Friend
Comments, Compliments, Suggestions?