Skip to content

Remove Emoji Metadata and Scripts from WordPress

In Version 4.2 Wordpress introduced Emoji Support. No you can messs with all those tiny icons that tend to express emotions better and shorter than words. While Emojis prove very useful in mobile environments, they are not so much present in the…

Mehr Lesen

How to add a Subtitle Meta Box to Post or Pages

Sometimes a title is not enough. So you might want to  add an additional subtitle to your posts or pages. Thankfully wordpress provides all the functionality to edit the content creation pages as you want. This sneaky little snippet creates a…

Mehr Lesen

SSL Zertifikate in Plesk einrichten

Die Einrichtung von SSL Zertifikaten in Plesk ist kinderleicht. Man muss nur wenige Begriffe und Einstellungsbereiche kennen und kann dann eigentlich nichts falsch machen. Grundsätzliches zur Einbindung von SSL-Zertifikaten in Plesk Ein SSL-Zertifikat besteht im Grunde genommen aus drei kleinen Textblöcken,…

Mehr Lesen

Fight Referrer Spam and Ghost Referrer Spam

Referrer Spam is a rather new but annoying way of spamming. Useless referrers call your website and therefore spam your analytics data. You can see if your site is spammed if you experience an unusual rise in visitors in your Google…

Mehr Lesen

Remove Visual Composer Metadata from Sourcecode

Visual Composer is a useful plugin but as many others it leaves it's traces in the sourcecode of you website. Simply add this snippet to your functions.php to prevent this bevaior. add_action('init', 'myoverride', 100); function myoverride() { remove_action('wp_head', array(visual_composer(), 'addMetaData'));…

Mehr Lesen

Die Windows-Suche richtig nutzen

Die Windows-Suche bietet viel mehr als man denkt. Viele der Möglichkeiten sind jedoch ziemlich unbekannt. Die praktischsten möchte ich hier kurz zeigen. Mehr findet ihr offiziell in der Anleitung bei Microsoft. Grunsätzlich lohnt sich immer auch der Einsatz von Platzhaltern…

Mehr Lesen
An den Anfang scrollen