Wordpress Yorum İçin Aktivasyon Kodu -Matriphe KeyCode-


İndirdiğiniz eklentiyi(php dosyasını) wp-content>plugins dosyasının içine atın.Admin panelinden eklentiyi aktif hale getirin.(plugins- matriphe! KeyCode Activate)
FTPden : wp-content>themes>kullandığınız tema>comments.php dosyasını notpad ya da wordpad ile açın.Alttaki kodu bulun
———————-
<label for=”url”>Website</label>
</p>
<?php endif; ?>
—————
bu kodların hemen altına şunu ekleyin:
————-
<?php
if (function_exists(’matriphe_auto_keycode_form’)) {
matriphe_auto_keycode_form();
}
?>
————-
Download