wp e-mail ve wp-print eklentileri
3
●546
- 22-05-2010, 01:56:03single.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(); } ?> - 22-05-2010, 03:42:02Print;
https://www.r10.net/wordpress/528857-...eklentisi.html
E-mail;
Sayfayı arkadaşlarına öner/gönder gibisinden bir eklenti.