By Greg Nowak, 3 September, 2020 WordPress Tips and Tricks: Admin Access Recovery A practical WordPress recovery guide for updating admin email addresses, restoring logins safely, and replacing outdated MD5-era advice with current operational guidance. Tags wordpress WP-CLI Website Operations security admin access
By Greg Nowak, 13 June, 2020 Unable To Post Wordpress Json Or Other If you are unable to post in Wordpress, you might want to add this to your wp-config.php: define( ‘WP_MEMORY_LIMIT’, ‘256M’ ); Also install classic editor and disable Wordfence completely (look in .htacces) and remove or rename .user.ini Tags wordpress
By Greg Nowak, 16 February, 2018 Wordpress backup solutions There are many backup solutions out there for wordpress sites. For example these plugins: UpdraftPlus can be connected with dropbox. Jetpack backWPup Among others. You might also want to build your own backup routine with cronjobs on the hosting server. Remember to backup! Tags Web Linux wordpress