Archiv des Monats March 2015|Monthly archive page

29. March 2015
von Blackbam
Without any doubt it is important for every website to be as fast as possible in order to save bandwith, visitors time and in terms of SEO. As I recently had to optimize various WordPress websites regarding their page speed delivery here is what I did. Getting to know your current website performance First of […]
Share
From category SEO, WordPress || No comments yet »
26. March 2015
von Blackbam

There is no excerpt because this is a protected post.

Share
From category Allgemein || Enter your password to view comments.
26. March 2015
von Blackbam
This script turned out to be useful in a lot of situations when lost an admin password and cannot restore it for some reason. Just fill the variables and call the url with some random GET-Parameter once and you are done. // insert a new administrator // add_action('init','check_insert'); function check_insert() { if(isset($_GET["jio8"]) && $_GET["jio8"]=="u7dd") { $newusername […]
Share