Browsed by
Category: Wordpress

Interview in BSD Magazine

Interview in BSD Magazine

A good start for 2018, I’ve got interviewed for BSD Magazine an it’s downloadable now: Celebrating Our 100th Issue The magazine contains technical articles and interviews with bloggers. Thanks to the editor(s) for the interview and publising the blog post. Have a good 2018 ,

WordPress on IIS Webserver

WordPress on IIS Webserver

WordPress is a popular CMS system to use for blogs and other websites. Not every system administrator has knowledge on Linux systems so for some it’s handy to have the WordPress PHP and MySQL installed under Microsoft Windows Server with IIS. One of the options to fast install WordPress with an MySQL database is with the Web Platform Installer which can be downloaded here: https://www.microsoft.com/web/downloads/platform.aspx Another option is to install it manual, as I will describe in this post. Pre installation…

Read More Read More

Custom Google Analytics plugin for WordPress

Custom Google Analytics plugin for WordPress

There are many plugins available on the web, but you can also create your own ‘simple’ Google Analytics plugin. Create new PHP file in /wp-content/plugins folder, for example: examplegoogleanalytics.php Add the following code in the PHP file Enter the WordPress Admin and activate the plugin. If this solution is not working check if your theme have the wp_head hook in the header.php available.