Your own custom maintenance mode for WordPress

The custom maintenance mode message in WordPress, during upgrades and installs, is far from beautiful :) Time to change that! You can do your own page by adding a pure PHP maintenance.php into your /wp-content folder. Now go and build a nice page ! Just remember that during maintenance no WordPress functionality is available! Enjoy coding …

Simple Solutions Jquery

You might not need jQuery or Javascript!

Transition jQuery has provided easy access to complicated core Javascript solutions in the past and has been shielding us from difficult workarounds for legacy browsers. But times have changed and many of those things can be done as easily using Javascript directly. jQuery is a fast, small, and feature-rich JavaScript library. It makes interactions with HTML documents […]

Wpml Break The Language Barrier

WPML – Going multilingual with WordPress

Getting started „WPML (WordPress Multilingual) makes it easy to build multilingual sites and run them. It’s powerful enough for corporate sites, yet simple for blogs.“ – WPML I have been running and setting up multilingual websites for more than 12 years. WordPress and related integrations have gladly come a long way to make our life’s […]

WP REST API rendered output & Visual Composer

Visual Composer shortcodes are normally not converted within the WordPress REST API rendered output. This can be accomplished by calling WPBMap::addAllMappedShortcodes(); add_action( ‚rest_api_init‘, function () { register_rest_field( ‚page‘, ‚content‘, array( ‚get_callback‘ => ‚convert_do_shortcodes‘, ‚update_callback‘ => null, ’schema‘ => null, ) ); }); function convert_do_shortcodes( $object, $field_name, $request ) { WPBMap::addAllMappedShortcodes(); // This does all the work global […]

Portalzine World Grain 02 2025

World Grain / Milling & Grain – vibronet® advertisment 2025

World Grain + Milling & Grain magazine advertisment 2025 World GrainMilling & Grainvibronet® Gräf GmbH & Co. KG

2023 Wordpress Speedup Mo Files

WordPress: Caching MO-files … Does it make any sense!

First a bit of context :) What is Gettext? Translation within WordPress is based of Gettext. Gettext is a software internationalization and localization (i18n) framework used in many programming languages to facilitate the translation of software applications into different languages. It provides a set of tools and libraries for managing multilingual strings and translating them […]

WordPress Plugins & Sessions

START SESSION ON INIT add_action(‚init‘, ‚pluginStartSession‘, 1); function pluginStartSession() { if(!session_id()) { session_start(); } } NEW SESSION ON LOGIN / LOGOUT add_action(‚wp_logout‘, ‚pluginEndSession‘); add_action(‚wp_login‘, ‚pluginEndSession‘); function pluginEndSession() { session_destroy (); } Now go ahead and use $_SESSION freely in your plugin. Here a nice additional class to  encrypt session data. Enjoy coding ….

Keep It Simple

WordPress Cron + WP-CLI + Ntfy

THE GOAL Create a system cron for WordPress, that is accessible and can be easily tweaked to provide more details. Here some basic information about crons and the tools I am going to use … WordPress CRON In WordPress, the term „cron“ refers to the system used for scheduling tasks to be executed at predefined […]

WordPress + Query_Posts + Sticky + Pagination

We often have some posts that we would like to promote and keep at the first page of the blog. When you are using pagination, the sticky posts will be added to the standard posts, making the post count per page uneven. If you want to keep your posts per page count consistent, there is […]

Willen Logistic Loeningen

Willen Logistics | Business Cards

I designed a fresh set of business cards for Willen Logistics last year, this is a small iteration with a QR-Code on the back. The business cards feature a partial varnish on the logo and QR-Code. I updated their different logos last year, to streamline their main corporate colors. „Seit mehr als 50 Jahren ist […]

DEVELOPMENT meets CREATIVITY

FULLSTACK SERVICES.

EVERYTHING NEEDS TO START SOMEWHERE
PUSH
PUSH

Meine Leidenschaft gilt der Innovation, der Problemlösung und dem Design. Ich verbinde technisches Fachwissen mit kreativen Visionen, um die Grenzen des Machbaren zu erweitern. Bei Kreativität geht es nicht nur um Ästhetik, sondern auch um die Entwicklung intelligenter, effizienter und skalierbarer Lösungen, die sich an die sich ständig verändernden Herausforderungen anpassen.

Ganz gleich, ob es um die Erstellung einer eleganten, leistungsstarken Website, die Entwicklung kundenspezifischer Anwendungen oder die Optimierung komplexer Systeme geht, ich gehe jedes Projekt mit einer praktischen, detailorientierten Denkweise an. Jede Zeile Code, jede Designentscheidung und jede Strategie wird von meinem unermüdlichen Streben nach Qualität, Innovation und dem Überwinden neuer Grenzen angetrieben.

portalZINE.DE |
Lassen Sie uns über das Gewöhnliche hinausgehen und
etwas wirklich Außergewöhnliches gemeinsam schaffen.
ALEXANDER / ALEX / ICH

Let’s Talk!

Suchen Sie einen zuverlässigen Partner, der Ihr Projekt auf die nächste Stufe bringt? Ob es um Entwicklung, Design, Sicherheit oder laufenden Support geht – ich würde mich gerne mit Ihnen unterhalten und sehen, wie ich Ihnen helfen kann.

Nehmen Sie Kontakt auf,
und lassen Sie uns gemeinsam etwas Erstaunliches schaffen!