Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi,

    I had the same problem. I found the solution on the website provided bellow:

    Two excellent WordPress Plugins are WP-Print by Lester Chan and Sociable by Joost de Valk. Unfortunately, these two plugins don’t play nicely together. To prevent any Sociable links/images from being printed from a WP-Print screen, first disable automatic placement of Sociable from the Sociable admin page. Next, paste the following PHP code into the Single Post file of your theme (at the location where you want sociable to appear): <?php do_shortcode(‘[donotprint]’); ?><?php if (function_exists(‘sociable_html’)) { echo sociable_html(); } ?><?php do_shortcode(‘[/donotprint]’); ?> …then repeat this for any other template pages where you want Sociable to appear!

    http://www.tannerhelland.com/asides/wp-print-plus-sociable-plugins/

Viewing 1 replies (of 1 total)