タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

WordPressとwordpressとwebsiteに関するretletのブックマーク (3)

  • The WordPress life – Short stories of a wordpress user

    WordPress heartbeat is made to save your articles automatically but it can slow down your server depending on your site size and all the plugins you got. If you’d like to stil use the feature but lower its saving rate, you can use the following code : add_action( 'init', 'customize_heartbeat', 1 ); function customize_heartbeat() { // Register the wordpress native script if necessary if (!wp_script

    retlet
    retlet 2006/12/28
    非常にかわいいデザイン。WordPress のテンプレートとして配布している。
  • WordPress Japan

  • Knowledge of WP

    1.5.1からのアップグレードで気が付いた点や、手を加えたところをまとめてみます。 なぜかiimage browser v1.4.6が使える アップグレード後もそのまま使えました。WP2.0系では使えないということでiimage browser v1.5がリリースされたのですが、どういうことでしょうか? phpMyAdminでデータベースを覗いてみると、以前の設定が消えずに残っています。そのためきちんと動作するようですね。2.0の時はどうだったんでしょうか。 キャッシュ機能はデフォルトでオフ パッケージではキャッシュ機能はオフになっています。以前データベースに接続できないことがあったので、オンにしてみました。方法はwp-settings.phpの112行目を //define('DISABLE_CACHE', true); のようにコメントアウトすればOKです。 デフォルトのアップロード機

  • 1