Author: Takayuki Miyoshi

  • Contact Form 7 1.8.0.1

    I released a relief pitcher for Contact Form 7 1.8 because of a bug I found that it causes style flaw. It’s not critical but if you are seeing strange behavior with the plugin, I recommend you to upgrade. Plus, Chinese and Fnnish translations have been newly added. Thank you Soz and Miika! 先日公開したばかりの Contact…

  • Contact Form 7 1.8

    Contact Form 7 | Download (日本語の説明は下にありますので転がして読んでください) Contact Form 7 1.8 is now available at last! Please note that I’m also planning to release 1.8.1 next month, with even more functions. The main changes of Contact Form 7 1.8 are below. Control panel moved from Settings to Manage This is an important change, particularly if you…

  • Contact Form 7 1.7.8

    Contact Form 7 / Download I released Contact Form 7 1.7.8 after a long interval. This release includes two bug fixes and two translations update. Apostrophe in drop down menu issue reported by majestique and locale setting of default contact form issue reported by Henrique were resolved. Brazilian Portuguese (pt_BR) translation was updated by Henrique…

  • Contact Form 7 1.7.7

    Contact Form 7 / Download I released Contact Form 7 1.7.7. This release contains new tag types for required checkboxes and drop-down menus. Checkbox* and Select* are newly introduced in this release. And Danish, Latvian and Swedish translations have been added. New tag types: checkbox* and select* As text*, email* and textarea* in the past,…

  • Contact Form 7 FAQ (日本語)

    この投稿は更新されません。Contact Form 7 公式サイトを参照してください。 English version Contact Form 7 の管理ページはどこにありますか? 投稿の内容にコンタクトフォームを追加するにはどうすればよいですか? コンタクトフォームに項目を追加するにはどうすればよいですか? フォームにタグを追加したのにメールには何も表示されません。どうすれば追加した項目の入力内容をメールに取り込めますか? メールに [foobar] のような変なコードが入っているのですが、これは何ですか? 入れて欲しいのはユーザーの入力内容なんですが。 メールの件名を指定することはできますか? 投稿内容以外の場所にコンタクトフォームを配置することはできますか? テンプレートファイルにコンタクトフォームを埋め込むことはできますか? フォームを送信すると「メッセージの送信に失敗しました」というエラーメッセージが表示されます。何が悪いのですか? 私の場合は赤いボーダーラインのエラーが出るのですが、どうすれば直せますか 「メッセージを送信しました」という緑色のボーダーラインつきのメッセージは表示されるのですが、そのメールが送られてきません。 フォームの送信後、回転する矢印のアイコンは現れるのですが、それっきりで何も起きません。 一部のブラウザ上でコンタクトフォームの動作がおかしくなります。 コンタクトフォームを英語ではなく自国語で使いたいのですが。 CAPTCHA が機能しません。画像が表示されないのです。 CAPTCHA のテキスト入力項目が Internet Explorer では動くのに、Firefox では正しく機能しません。入力項目にコードを入力できません。 ファイルアップロード、ファイル添付が機能しません。

  • Contact Form 7 FAQ

    This post is no longer updated. Move to Contact Form 7 official site. Download | Plugin Homepage | FAQ | Support Forum (日本語の FAQ はこちら) Where is the settings page for Contact Form 7? How can I add a contact form into my post content? How can I add a field to my contact form?…

  • Contact Form 7 1.7.6

    Contact Form 7 / Download Acceptance type of form tag newly added. Got more HTML-valid a bit. New tag type: acceptance A tag with acceptance type generates a checkbox with some JavaScript gimmick. You can use it as a test confirming if the sender has accepted specific terms. Example [acceptance foo] Check this if you…

  • TinyMCE x WordPress Translation Sharing

    TinyMCE x WordPress Translation Sharing (txwts) is a WordPress plugin for translators who are localizing WordPress 2.5 beta right now. It allows you to import TinyMCE 3.x language package into WordPress PO file. WordPress 2.5 newly allows gettext based localization for TinyMCE. TinyMCE has so many texts needed to be translated. With this plugin, you…

  • Contact Form 7 1.7.5

    Contact Form 7 / Download Two fixes and one enhancement. 1) The SEO issue reported by Dexter has been fixed (I believe). 2) For wpautop() haters, hook function adding logic changed. 3) New include_blank option added to form tag of drop-down menus. SEO issue Dexter and some people told me that there seems be a…

  • Learning WP_Query

    # 書きかけ WordPress のいわゆる「ループ」の実体である WP_Query クラスの扱いについてよく知ろう、という趣旨です。 クエリ変数のリストを書き込むと、WP_Query により生成される SQL リクエストとその結果、さらに各種 $is_* 変数の状態を見ることができる学習用プラグイン Learning WP_Query を作りました。 ダウンロード: こちら 使い方: zip を展開してlearning-wp-query フォルダごと wp-content/plugins ディレクトリへコピー、Learning WP_Query プラグインを有効化 [Options] – [Learning WP_Query] に管理ページが追加されているのでそこに移動 いろいろいじってボタンを押したりしていると要領がつかめると思います