It depicts the struggle of an old man failing miserably at earning some money for his sick wife, while a cool headed beggar intervenes and changes his life. … [Read more...]
Remove the query strings from the static files in your wordpress installation
According to Google SEO if the static files of your website have query strings in the end they cannot be cached by proxy servers. That is why it would give you a lower grade through the Google Page Speed Insights Page. Well, adding the query strings is a way of solving the problem of caching when you make changes to your static files. E.g. if you change one parameter in your css file and then you … [Read more...]
Change the login image of your wordpress installation
You may insert the following code in your function.php file of your theme in order to change the image of the login screen of your installation. Just upload the image of your choice and change the path and the name of the file in the code provided. function custom_login_logo() { echo '<style type="text/css"> h1 a { … [Read more...]