Wordpress How to delete all unapproved comments in WordPress Feb 23, 2015 Administrator To delete all unapproved comments in WordPress you can use the following snippet. Sample mySQL
Wordpress How to remove any post that is older than X days in WordPress Feb 23, 2015 Administrator To remove any post that is older than X days in WordPress you can use the query below. Sample mySQL
Wordpress How to disable or enable Trackbacks and Pingbacks in WordPress Feb 20, 2015 Administrator To disable or enable Trackbacks and Pingbacks in WordPress you can use the following mysql queries. Sample mySQL enable disable
Wordpress How to change user password in WordPress using MySql Feb 12, 2015 Administrator To change user password in WordPress using MySql you can use the following query. Sample MySql
Wordpress How to delete all pingbacks in WordPress Feb 11, 2015 Administrator To delete all pingbacks in WordPress you can use the mysql query below.
jQuery How to check if enter was pressed in jQuery Jun 11, 2014 Administrator To check if enter was pressed in jQuery you can use the following snippet. Sample jQuery
How to delete all unapproved comments in WordPress
To delete all unapproved comments in WordPress you can use the following snippet. Sample mySQL
How to remove any post that is older than X days in WordPress
To remove any post that is older than X days in WordPress you can use the query below. Sample mySQL
How to disable or enable Trackbacks and Pingbacks in WordPress
To disable or enable Trackbacks and Pingbacks in WordPress you can use the following mysql queries. Sample mySQL enable disable
How to change user password in WordPress using MySql
To change user password in WordPress using MySql you can use the following query. Sample MySql
How to delete all pingbacks in WordPress
To delete all pingbacks in WordPress you can use the mysql query below.
How to check if enter was pressed in jQuery
To check if enter was pressed in jQuery you can use the following snippet. Sample jQuery