sangkrit

How to Separate Trackbacks / Pingbacks and True Comments

Organise the comment area by placing the comments on one side and trackbacks to other in your comments .php template:

<?php if ( $comments ) : ?>

<?php foreach ($comments as $comment) : ?>

<?php $comment_type = get_comment_type(); ?>

<?php if($comment_type == ‘comment’) { ?>

<!– This is a comment –>

<!– Comment’s content–>

<?php [...]

How To Add A Tweet This Button In Your Blog Posts Without Using A Plugin

Want to add a ‘tweet this’ button in your blog posts for your blog’s exposure so as to increase your blog’s traffic. Do this without using a plugin as installing a specific plugin even for an undersized desire makes your blog slow and handling complicated.

Put the following given code anywhere in loop of your [...]

I am using wordpress and want to disable…

I am using wordpress and want to disable comments in my older posts. Please lend me a hand to do so?

Admin password of any wordpress blog can be…

Admin password of any wordpress blog can be reset without any confirmation by simply bypassing the check and resetting the password after passing a special value in the key parameter on the URL of reset page(www.domainname.com/ wp-login.php?action=rp&key[]= ) How one can surmount this security flaw?