
This solution was tested on WordPress 3.1 running on IIS7 and IIS 7.5. It will work on WordPress 3.1.1, on 3.2.1, and on 3.5.1. This solution adds a new column to your admin user page, and makes it sortable (optional). Here are the steps. -01- Find wp-admin\includes\class-wp-users-list-table.php and make a backup copy of the file. Call it class-wp-users-list-tableORIG.php. -02- Open wp-admin\includes\class-wp-users-list-table.php in your favorite editor. -03- Find line function get_columns() { -04- Add a new line of code ‘user_registered’ => __(‘Date’), after email field. -05- Find a very last instance of $r .= “<td $attributes>”; -06- Insert 3 new lines of code between words…






Block Remote Comments on a WordPress site
How to block remote comments on a WordPress site? How indeed? Here is a question for all of you – WordPress masters out there. Right now I am a bit puzzled. Problem – Comments without Visits I am noticing that people are posting a spam comments in a very tricky way. Somehow comments arrive with Site URL field populated, but I do not even have that field on the “Leave a Comment” form. It means that there is an automated way to send a comment without actually visiting the site. Is it true? I am searching all over the Internet right now. Looks like there is a product out there called CxxGxx. …
Read more »