DELETE FROM wp_posts WHERE post_type = "revision"; Disabilitare le revisioni post Se vuoi anche disabilitare il sistema di post-revisione, puoi aggiungere questa riga in fondo al tuo file wp_config.php. define('WP_POST_REVISIONS', … [Continue reading]
Eliminare tutti gli utenti WordPress, lasciando amministratori
Ecco un commando SQL che potrebbe servire utile: DELETE wu FROM `wp_users` wu INNER JOIN wp_usermeta ON wu.ID = wp_usermeta.user_id WHERE meta_key = 'wp_capabilities' AND meta_value NOT LIKE '%administrator%' … [Continue reading]
Pulisci il database di WordPress con il plug-in Advanced Database Cleaner
Scarica Advanced WordPress Database Cleaner Advanced Database Cleaner è un plugin all'altezza del suo nome. Ti aiuta a eliminare tutti i dati di cui non hai più bisogno, come vecchie revisioni e commenti cestinati, per mantenere il tuo database … [Continue reading]
Fixing Object of class WP_Error could not be converted to string
How to fix: Object of class WP_Error could not be converted to string in /wp-includes/rewrite.php on line 326 All you need to do is to open phpMyadmin and go to the category_base option within the wp_options table. Empty, and save … [Continue reading]
WPMUDEV Hummingbird is FREE!!!!
Got a serious need for speed? Satisfy it – for free! – with Hummingbird. We’re excited to announce that our speed optimization plugin is now available to download at WordPress.org. Hummingbird is the ultimate performance plugin for WordPress. Once … [Continue reading]
- « Previous Page
- 1
- 2
- 3
- 4
- …
- 20
- Next Page »