single.php veya page.php, nerede istersen;
print için;
şu kodu bulun <?php while (have_posts()) : the_post(); ?>
altına şunu ekleyin <?php if(function_exists('wp_print')) { print_link(); } ?>
e-mail için;
şu kodu bulun <?php while (have_posts()) : the_post(); ?>
altına şunu ekleyin <?php if(function_exists('wp_email')) { email_link(); } ?>