Downloads

3.7 Eine benutzerdefinierte Installation

3.5.2 Probleme mit Sonderzeichen, Seite 61

PHP-Datei convert_encoding_table.php 900 Byte

3 Installation und Wartung

3.7.1 Im Anschluss: der Plugin-Weg, Seite 63


/*
Plugin Name: Set Defaults
Plugin URI: https://bueltge.de/
Description: Set my defaults options with one click.
Author: Frank Bültge
Version: 0.1
License: GPL
Author URI: https://bueltge.de/
Last Change: 09.02.2009 13:24:42
*/

PHP-Datei convert_encoding_table.php 900 Byte

5 Das optimale Blog

5.5 Feeds verstehen und gestalten, Seite 103


function fb_cat_exclude($query) {
	if ($query->is_feed)
		$query->set( 'cat', '-12,-13,-33' );
	
	return $query;
}

add_filter( 'pre_get_posts' , 'fb_cat_exclude' );

8 Sicherheit in WordPress

8.3.3 WordPress Nonces, Seite 151

PHP-Datei wp_nonce.php 900 Byte

10 Entwicklung von Themes für WordPress

10.2.5 Ein MagazinTheme für WordPress mit 960.gs, Seite 203

ZIP-Datei bbmagazine.zip 5 kByte

10 Entwicklung von Themes für WordPress

10.3 Ein WordPressTheme mit YAML, Seite 218

ZIP-Datei yaml.zip 5 kByte

11 Eigene Plugins für WordPress

11.1.4 WordPress Stack, Seite 242

WP Stack

11 Eigene Plugins für WordPress

11.1.5 Optionen ab WordPress 2.8, Seite 243

PHP-Datei options_wp28.php 1 kByte

11 Eigene Plugins für WordPress

11.2.3 Das erste Plugin „hello world“, Seite 250

PHP-Datei hello_world.php 700 Byte

11 Eigene Plugins für WordPress

11.3 Edit-Bereich erweitern, Seite 258

PHP-Datei hello_world_edit.php 1 kByte

11 Eigene Plugins für WordPress

11.6 Widget erstellen, Seite 272

PHP-Datei widget-api.php 900 Byte

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert