Custom Field Snippet プラグインを更新しました。
Custom Field Snippet プラグインを更新しました。このプラグインは、カスタムフィールドのデータを出力するコード(get_post_meta 等)を、投稿編集画面に表示します。
PHP Snippet for Theme Designers をカスタム投稿タイプ対応にしました。
PHP Snippet for Theme Designers をカスタム投稿タイプ対応にしました。
WordPress カスタムフィールドスニペット、自分で追加可能に
カスタムフィールドスニペット、自分で追加可能にしました。Advanced Custom Fields のフィールド登録機能と似た仕組みで、自分が使いやすいスニペットを登録できます。
WordPress カスタムフィールドスニペット
カスタムフィールドスニペット。Advanced Custom Fields プラグイン 3.5.1 から利用可能になった、条件設定(conditional logic) にも対応
Custom Field Snippet Plugin
Custom Field Snippet Plugin creates a snippet, like <?php echo get_post_meta($post->ID,’FIELD NAME HERE’,true); ?>. All you have to do is, copy the codes and paste them to your theme.
WordPress 管理画面上で関数(クラス)のソースを閲覧できるプラグイン Source View
WordPress 管理画面上で関数(クラス)のソースを閲覧できるプラグイン Source View。
Preset Admin Email for MultiSite
When you create a new child site, you fill in the title and the slug, and your e-mail. If you enter an e-mail by hand, you may mistype. But, you can avoid such a risk. This code, shown below, automatically fill your e-mail address into the corresponding box, with an aid of jquery.