Um die Rechte der User einzustellen: Advanced Access Manager von Vasyl Martyniuk Um Wordpress-Seiten zu kopieren: All-in-One WP Migration von ServMask Kontaktform : Contact Form 7 von Takayuki Miyoshi Kontaktorm Captcha: Contact Form 7 Image Captcha von KC Computing...
Kategorie Plugin
Coming Soon Seite
Momentan nutzen wir folgendes Plugin: Coming Soon Page and Maintenance Mode Lite von SeedProd ein HTML-Code mit Counter ist: <html> <head> <title>Datum-Countdown mit JavaScript</title> <script language="JavaScript"> // Ziel-Datum...
How to Create a Website Cost Calculator in WordPress
sambackbutton – Plugin
Das eigene Plugin, um einen Backbutton mit einem Shortcode zu installieren. sambackbutton
sam-head – Plugin
Das eigene Plugin, um den Header zu bereinigen. sam-head
Create a WordPress Plugin from Scratch
YouTube - Videos
WordPress – Mini-Plugin erstellen – Video
Ein YouTube - Video
Plugins erstellen für den WordPress Admin Bereich
18. August 2009 16 KommentareGeschrieben von Peer In diesem Gastartikel beschreibt Stefan Wienströer von SteviesWebsite Blog die Erstellung eines einfachen Plugins für WordPress. Auf seinem Blog schreibt er über viele Programmierthemen. Oft kann es ganz hilfreich...
Checking if Database Table Exists in WordPress
I just created my first WordPress Plugin. This plugin requires extra table to be created in WordPress database. The new table will store needed data for my plugin and this table usually created when the plugin is activated. In that case, I need to check if the table...
How to create a WordPress plugin with a custom database table
You can create a custom table for the data of your WordPress plugin if you hook on the plugin activation. This has the effect that your custom table will be created if you activate the plugin in the WordPress backend. I created a sample code to show you how this...