by Gilles van der Meij | Jun 14, 2016 | WordPress
You will have 5 option when making a WordPress website multilingual Buy domain names with different extensies (.nl , .de, .com) Use a subdomain (https://en.voorbeeld.nl) Install an extra WordPress on the URL of your website(example: https://www.meijwebdesign.com)...
by Gilles van der Meij | May 12, 2016 | WordPress
In 2013, I had several websites in html/css/javascript. The maintenance was starting to eat a lot of time from my hand, so I made the decission to change from HTML into a WordPress website. At that time the WordPress website had several advantages, like Easily editing...
by Gilles van der Meij | May 12, 2016 | SEO
Nobody wants to visit the 404 page. Some visitors will try something else, but most vistors just go to the next search result of Google. The bounce rate is ofcourse increasing when somebody hit on your 404 page! Let’s face it, when you enter a 404 page 90% of...
by Gilles van der Meij | May 12, 2016 | HTML & CSS
A Child Theme in WordPress is used when you are start editing in your your WordPress files, such as 404 page, style.css, ,funtions.php, header page etc…When starting out with editing styles, most people starts with editing CSS3 in the style.css. As I have...
by Gilles van der Meij | May 12, 2016 | HTML & CSS
There are several ways to add CSS to your WordPress Theme, but the best way is still the style sheet (style.css). If you like to make changes in the style sheet then make a child theme. The child theme is made in 15 minutes and will not be overwritten when the theme...