Category: WordPress

WordPress is one of the most popular CMS (Content Management System) on the market. Due to the easy handling, the gigantic number of plugins and different themes, WordPress is unique.

Nevertheless, one needs help at one point or another to create a new feature according to one’s ideas. Here you will find articles from the choice of the right theme to the creation of your own plugin or custom post types.

You're interested in WordPress?
Then subscribe our newsletter!

20 Best VSCode Extensions to increase your productivity!

VSCode (Visual Studio Code) is a very widely used and free code editor. With countless VSCode extensions you can program in any language and much […]
Read more

How to build Vue.js apps without Node, Webpack, npm, build tools or CLI

I love Vue.js and for larger applications the development with Node.js is quite feasible. However, if you want to build a “normal” website it’s often […]
Read more

Adding WordPress Admin Bar Item (incl. Icon)

Here you will learn how to add your own Items to the WordPress Admin Bar with just a few lines of code and customize them […]
Read more

WordPress: Pass PHP Variables to JavaScript

WordPress provides a simple, secure and fast way to pass arbitrary PHP variables to a JavaScript file.
Read more

Add WYSIWYG editor in WordPress comments (without plugin)

By default, WordPress comments can only be written as plain text. I’ll show you how to add a WYSIWYG editor so visitors can format their […]
Read more

Indispensable: The 9 best WordPress plugins (all free!)

The free CMS WordPress officially has almost 60,000 plugins. But which WordPress plugins do you really need? I present you 9 free WordPress plugins that […]
Read more

How to use Ajax in WordPress: The right way (+ Example)

With Ajax you can exchange data with a server without having to reload the page. I’ll show you how to use Ajax correctly in WordPress […]
Read more

15 useful WordPress Code Snippets to improve your website!

WordPress Code Snippets can replace plugins, as plugins often make your site slow and often include too many features. With these 15 WordPress Snippets you […]
Read more

How to create a Table of Contents in WordPress (without plugin, my free code)

A table of contents for WordPress posts and articles is a clever thing. Visitors have a quick overview, SEO benefits and chic design really enhance […]
Read more

How to remove reCAPTCHA badge from website

The Google reCAPTCHA has already been encountered by most people on a website. In the new version (v3), Google now shows a fade-in at the […]
Read more

Migrate a WordPress Site without plugin: Step-by-Step Guide

It’s time, your WordPress site gets a new domain or has to move to another server. I’ll explain how you can do it without any […]
Read more