All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: WP_Print not appearing in posts  (Read 795 times)

0 Members and 1 Guest are viewing this topic.

Offline wilkies0106aw

  • Newbie
  • *
  • Posts: 2
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: Artisteer
WP_Print not appearing in posts
« on: 28 December 2009, 18:09 »
# WordPress Version 2.9
# Theme Name - Created with Artisteer
# Blog URL - www.eftmagic.com/blog
# Problem Plugin Name And Version wp_print
# PHP And MYSQL Version PHP 5.x MYSQL 5
# Possible Conflicting Plugins (Optional)


As you'll see I can get the "Print This Post" to appear in the Home Page, "header" icons. This works i.e. prints

Yet, when I go on to read an individual post, The "Print This..." doesn't appear anywhere. I've changed my themes to the WPdefault. Regenerated the Permalinks. NOthing appears at all.

Deactivting my other plugins didn't make a difference.

Where might I need to add the code - <?php if(function_exists('wp_print')) { print_link(); } ?>  I assume. Moved from Blogger to Wordpress, so all very new.

Thanks

A

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: WP_Print not appearing in posts
« Reply #1 on: 28 December 2009, 19:29 »
Put in single.php

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline wilkies0106aw

  • Newbie
  • *
  • Posts: 2
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: Artisteer
Re: WP_Print not appearing in posts
« Reply #2 on: 28 December 2009, 19:41 »
Thanks,

I don't know how many times I looked for that file. All working as I want now.

Thanks for the quick reply too.

A