3.7 Eine benutzerdefinierte Installation
3.5.2 Probleme mit Sonderzeichen, Seite 61
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
*/
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
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
bbmagazine.zip 5 kByte
10 Entwicklung von Themes für WordPress
10.3 Ein WordPressTheme mit YAML, Seite 218
yaml.zip 5 kByte
11 Eigene Plugins für WordPress
11.1.4 WordPress Stack, Seite 242
11 Eigene Plugins für WordPress
11.1.5 Optionen ab WordPress 2.8, Seite 243
options_wp28.php 1 kByte
11 Eigene Plugins für WordPress
11.2.3 Das erste Plugin „hello world“, Seite 250
hello_world.php 700 Byte
11 Eigene Plugins für WordPress
11.3 Edit-Bereich erweitern, Seite 258
hello_world_edit.php 1 kByte
11 Eigene Plugins für WordPress
11.6 Widget erstellen, Seite 272
widget-api.php 900 Byte

11 Eigene Plugins für WordPress
11.2.3 Das erste Plugin „hello world“, Seite 250
hello_world.php 700 Byte
11 Eigene Plugins für WordPress
11.3 Edit-Bereich erweitern, Seite 258
hello_world_edit.php 1 kByte
11 Eigene Plugins für WordPress
11.6 Widget erstellen, Seite 272
widget-api.php 900 Byte

11 Eigene Plugins für WordPress
11.3 Edit-Bereich erweitern, Seite 258
hello_world_edit.php 1 kByte
11 Eigene Plugins für WordPress
11.6 Widget erstellen, Seite 272
widget-api.php 900 Byte

11 Eigene Plugins für WordPress
11.6 Widget erstellen, Seite 272
widget-api.php 900 Byte
