AirV's Blog

Just another blog

Plugin impression

Un plugin permettant d’imprimer un article :

http://www.wordpress-fr.net/plugins?detail-file=wp-print

Procédure d’installation

Installer le répertoire print dans le répertoire plugin de WordPress (http://lesterchan.net)

Usage

Extrait de http://lesterchan.net

  1. Open wp-content/themes/<YOUR THEME NAME>/index.phpYou may place it in single.php, post.php, page.php or theloop.php also.
  2. Find:

    <?php while (have_posts()) : the_post(); ?>

  3. Add Anywhere Below It:

    <?php if(function_exists(‘wp_print’)) { print_link(); } ?>

    If you DO NOT want the print link to appear in every post/page, DO NOT use the code above. Just type in [print_link] into the selected post/page content and it will embed the print link into that post/page only.

  4. Go to ‘WP-Admin -> Options -> Print’ to configure the style of the print text link.

samedi 8 décembre 2007 Posté par à 20:03 | WordPress | pas de commentaire