May 12, 2019
Hi all, So…. you stuck at the login page of wordpress. You have done everything right: you followed the wordpress instructions about cookies, you copy paste a few lines in wp-config.php without any luck and you are about to throw your pc out the window…....
May 31, 2018
While w3school is one of the most helpful tools on the internet to get ideas, advices and code. BUT a lot of times seems to miss the extra feature that you would like in your code. Like the autocomplete which is not working on mobile devices. When you have a list and...
Dec 17, 2017
After a little adventure with Virtualbox, which automatically turned some files from 5.1.xx to 5.2.xx, it was time to see what happened to the localhost…. Part of the PHP code appeared and of course did not work, at least completely. I first checked with the...
Aug 3, 2017
You have to add the following snippet to functions.php file of your theme. The code was originally in this link but with the language code, like “en” for English, “gr” for Greece etc. The following code shows the language flag instead. function...
Mar 17, 2017
This is an easy function to add or remove months from a date in PHP. There is a limitation, you can only subtract up to 999 years, but you can change that by increasing the 12000 number in the code, to whatever you want to. function add_month($strbegin, $count) {...