タグ

2009年8月21日のブックマーク (5件)

  • フリーフォント最前線

    「フリーフォント最前線」は2020年6月30日をもって公開終了となりました。 今までのご愛顧、ご協力ありがとうございました。

  • Lightbox 2

    Overview Lightbox is a simple, unobtrusive script used to overlay images on the current page. It's a snap to setup and works on all modern browsers. What's New in Version 2 Image Sets: group related images and navigate through them with ease Visual Effects: fancy pants transitions Backwards Compatibility: yes! How to Use Part 1 - Setup Lightbox 2 uses the Prototype Framework and Scriptaculous Effe

  • Codestyling Localization

    This plugin has been closed and is no longer available for download. Nobody can how use this plugin called ‘localisation’ I think even author of the plugin can’t and don’t know how to use it! There is NO any support, bad help written on plugin (help files doesn’t exist!) and this plugin is probably written to HACK you. There is thousand people around on hundreds of forums asking how to use it and

    yuhei_kagaya
    yuhei_kagaya 2009/08/21
    .po ファイルの編集、.mo ファイルの作成を WordPress プラグインで実現
  • テンプレートタグ/wp logout url - WordPress Codex 日本語版

    記事 記事: ループ - WordPress ループ内でのクエリの使い方に関する基的概要。 記事: クエリ概要 - どのクエリが WordPress で生成されているかを判断するための説明。 記事: フックを使ったクエリのカスタマイズ 記事: MYSQL カスタムセレクトクエリ /en 記事: 高度なタクソノミークエリ /en 記事: オフセット・ペジネーションを使ったカスタムクエリ /en コードドキュメンテーション クラス: WP_Query - WP_Query クエリの詳細概要 オブジェクト: $wpdb - $wpdb オブジェクトの使い方概要 関数: get_query_var() 関数: query_posts() - 追加カスタムクエリの作成 関数: get_post() - 項目の ID を使ってその投稿のレコードをデータベースから取得する 関数: get_posts(

    yuhei_kagaya
    yuhei_kagaya 2009/08/21
    wp_loginout()ではなく、リダイレクト+nonce-protectedURLでログアウトのりんくをさくせい
  • 条件分岐タグ - WordPress Codex 日本語版

    はじめに 条件分岐タグ (Conditional Tag) は、テンプレートファイル内で表示される内容や、特定のページ内容を表示する条件を設定するのに使います。例えば、ブログのホームページの上部に短い文を表示させたいとしましょう。is_home()を使えば、簡単に実行できます。 これらのタグはテンプレート階層と深い関わりがあります。 注: 条件分岐タグが使えるのは WordPress の posts_selection アクションフックの後のみです (wp アクションフックはこれらの条件分岐を使える最初のものです)。テーマの function.php 文内 (関数の外) では正しく動作しません。 しかし query オブジェクトへの参照があれば (例えば parse_query または pre_get_posts フック内から )、WP_Query 条件メソッドを使用できます(例: $q

    yuhei_kagaya
    yuhei_kagaya 2009/08/21
    条件分岐 is_~