Wordpress How to disable comments on posts older than date X in WordPress Feb 23, 2015 Administrator To disable comments on posts older than date X in WordPress you can use the snippet below. Sample mySQL
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 identify unused tags in WordPress Feb 20, 2015 Administrator To identify unused tags in WordPress you can use the following snippet.
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.
Wordpress How to change default Admin Username in WordPress Feb 11, 2015 Administrator Every default WordPress installation will create an account with a default Admin username. This can be a security issue. To change default Admin Username in WordPress you can use the…
MySql Wordpress How to select top 10 reads per month in WordPress Jun 30, 2014 Administrator To select top 10 reads per month in WordPress, you need to use the Plugin CountPerDay. The following mysql snippet will do the rest. Sample MySQL
How to disable comments on posts older than date X in WordPress
To disable comments on posts older than date X in WordPress you can use the snippet below. Sample mySQL
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 identify unused tags in WordPress
To identify unused tags in WordPress you can use the following snippet.
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 change default Admin Username in WordPress
Every default WordPress installation will create an account with a default Admin username. This can be a security issue. To change default Admin Username in WordPress you can use the…
How to select top 10 reads per month in WordPress
To select top 10 reads per month in WordPress, you need to use the Plugin CountPerDay. The following mysql snippet will do the rest. Sample MySQL